XmlDocumentFragment Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Attributes | Gets an XmlAttributeCollection containing the attributes of this node. (Inherited from XmlNode.) |
| BaseURI | Gets the base URI of the current node. (Inherited from XmlNode.) |
| ChildNodes | Gets all the child nodes of the node. (Inherited from XmlNode.) |
| FirstChild | Gets the first child of the node. (Inherited from XmlNode.) |
| HasChildNodes | Gets a value indicating whether this node has any child nodes. (Inherited from XmlNode.) |
| InnerText | Gets or sets the concatenated values of the node and all its child nodes. (Inherited from XmlNode.) |
| InnerXml | Overridden. Gets or sets the markup representing the children of this node. |
| IsReadOnly | Gets a value indicating whether the node is read-only. (Inherited from XmlNode.) |
| Item | Overloaded. Gets the specified child element. (Inherited from XmlNode.) |
| LastChild | Gets the last child of the node. (Inherited from XmlNode.) |
| LocalName | Overridden. Gets the local name of the node. |
| Name | Overridden. Gets the qualified name of the node. |
| NamespaceURI | Gets the namespace URI of this node. (Inherited from XmlNode.) |
| NextSibling | Gets the node immediately following this node. (Inherited from XmlNode.) |
| NodeType | Overridden. Gets the type of the current node. |
| OuterXml | Gets the markup representing this node and all its child nodes. (Inherited from XmlNode.) |
| OwnerDocument | Overridden. Gets the XmlDocument to which this node belongs. |
| ParentNode | Overridden. Gets the parent of this node (for nodes that can have parents). |
| Prefix | Gets or sets the namespace prefix of this node. (Inherited from XmlNode.) |
| PreviousSibling | Gets the node immediately preceding this node. (Inherited from XmlNode.) |
| SchemaInfo | Gets the post schema validation infoset that has been assigned to this node as a result of schema validation. (Inherited from XmlNode.) |
| Value | Gets or sets the value of the node. (Inherited from XmlNode.) |
Reference
XmlDocumentFragment ClassSystem.Xml Namespace
XmlDocument.CreateDocumentFragment