System.Xml.XmlDocumentFragment Members

The members of System.Xml.XmlDocumentFragment are listed below.

See Also: Inherited members from System.Xml.XmlNode

Protected Constructors

Initializes a new instance of the System.Xml.XmlDocumentFragment class.

Public Properties

override
InnerXmlstring.

Gets or sets the markup representing the children of this node.

[read-only]
override
LocalNamestring.

Gets the local name of the node.

[read-only]
override
Namestring.

Gets the qualified name of the node.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the current node.

[read-only]
override
OwnerDocumentXmlDocument.

Gets the System.Xml.XmlDocument to which this node belongs.

[read-only]
override
ParentNodeXmlNode.

Gets the parent of this node (for nodes that can have parents).

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node.

override
WriteContentTo(XmlWriter)

Saves all the children of the node to the specified System.Xml.XmlWriter.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter.

Explicitly Implemented Interface Members

System.Xml.IHasXmlChildNode.LastLinkedChildXmlLinkedNode. Documentation for this section has not yet been entered.