The members of System.Xml.XmlDocumentFragment are listed below.
See Also: Inherited members from System.Xml.XmlNode
Initializes a new instance of the System.Xml.XmlDocumentFragment class. |
override | InnerXml | string.
Gets or sets the markup representing the children of this node. |
[read-only] override | LocalName | string.
Gets the local name of the node. |
[read-only] override | Name | string.
Gets the qualified name of the node. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] override | OwnerDocument | XmlDocument.
Gets the System.Xml.XmlDocument to which this node belongs. |
[read-only] override | ParentNode | XmlNode.
Gets the parent of this node (for nodes that can have parents). |
override | CloneNode(bool)
| |
override | WriteContentTo(XmlWriter)
| |
override | WriteTo(XmlWriter)
|
System.Xml.IHasXmlChildNode.LastLinkedChild | XmlLinkedNode. Documentation for this section has not yet been entered. |