 | XDocumentWrapperDocument(XNode) Method |
Gets the XDocument wrapper which contains the specified XML node. If the node is not contained in an XML document,
no document is returned.
Namespace: Aml.Engine.XMLAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IDocument Document(
XNode node
)
Public Shared Function Document (
node As XNode
) As IDocument
public:
static IDocument^ Document(
XNode^ node
)
Parameters
- node XNode
- The XML node.
Return Value
IDocumentThe XDocument wrapper, containing the XML node.
Exceptions
See Also