XmlDocumentFragment Properties
The properties of the XmlDocumentFragment class are listed here. For a complete list of XmlDocumentFragment class members, see the XmlDocumentFragment Members topic.
Public Properties
Attributes (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets an XmlAttributeCollection containing the attributes of this node. |
BaseURI (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the base URI of the current node. |
ChildNodes (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets all the child nodes of the node. |
FirstChild (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the first child of the node. |
HasChildNodes (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets a value indicating whether this node has any child nodes. |
InnerText (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets or sets the concatenated values of the node and all its child nodes. |
InnerXml Supported by the .NET Compact Framework. | Overridden. Gets or sets the markup representing the children of this node. |
IsReadOnly (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets a value indicating whether the node is read-only. |
Item (inherited from XmlNode) | Overloaded. Gets the specified child element.
In C#, this property is the indexer for the XmlDocumentFragment class. |
LastChild (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the last child of the node. |
LocalName Supported by the .NET Compact Framework. | Overridden. Gets the local name of the node. |
Name Supported by the .NET Compact Framework. | Overridden. Gets the qualified name of the node. |
NamespaceURI (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the namespace URI of this node. |
NextSibling (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the node immediately following this node. |
NodeType Supported by the .NET Compact Framework. | Overridden. Gets the type of the current node. |
OuterXml (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the markup representing this node and all its child nodes. |
OwnerDocument Supported by the .NET Compact Framework. | Overridden. Gets the XmlDocument to which this node belongs. |
ParentNode Supported by the .NET Compact Framework. | Overridden. Gets the parent of this node (for nodes that can have parents). |
Prefix (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets or sets the namespace prefix of this node. |
PreviousSibling (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets the node immediately preceding this node. |
Value (inherited from XmlNode)
Supported by the .NET Compact Framework. | Gets or sets the value of the node. |
