Property OwnerDocument
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
OwnerDocument
The IDocument object associated with this node. This is also the IDocument object used to create new nodes. When this node is a IDocument or a IDocumentType which is not used with any IDocument yet, this is null.
This implementation returns the System.Xml.XmlDocument to which this node belongs.
XmlDocument OwnerDocument { get; }
Property Value
- XmlDocument
The System.Xml.XmlDocument to which this node belongs.If the node is an System.Xml.XmlDocument (NodeType equals XmlNodeType.Document), this property returns null.