System.Xml.XmlDataDocument: Method Members

The methods of System.Xml.XmlDataDocument are listed below. For a list of all members, see the XmlDataDocument Members list.

See Also: Inherited members from System.Xml.XmlDocument

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of the current node.

override
CreateElement(string, string, string) : XmlElement

Creates an element with the specified XmlNode.Prefix, XmlDocument.LocalName , and XmlNode.NamespaceURI.

override
CreateEntityReference(string) : XmlEntityReference

Creates an System.Xml.XmlEntityReference with the specified name.

override
GetElementById(string) : XmlElement

Gets the System.Xml.XmlElement with the specified ID. This method is not supported by the System.Xml.XmlDataDocument class. Calling this method throws an exception.

GetElementFromRow(System.Data.DataRow) : XmlElement

Retrieves the System.Xml.XmlElement associated with the specified System.Data.DataRow.

GetRowFromElement(XmlElement) : System.Data.DataRow

Retrieves the System.Data.DataRow associated with the specified System.Xml.XmlElement.

override
Load(System.IO.Stream)

Loads the XmlDataDocument from the specified stream.

override
Load(System.IO.TextReader)

Loads the XmlDataDocument from the specified System.IO.TextReader.

override
Load(string)

Loads the XmlDataDocument using the specified URL.

override
Load(XmlReader)

Loads the XmlDataDocument from the specified System.Xml.XmlReader.

Protected Methods

override
CreateNavigator(XmlNode) : System.Xml.XPath.XPathNavigator

Creates a new System.Xml.XPath.XPathNavigator object for navigating this document. The XPathNavigator is positioned on the node specified in the node parameter.