 | XDocumentWrapperDocument(IXMLWrapper) Method |
Gets the XDocument wrapper which contains the specified object. If the object has not been inserted into a
document,
no document is returned.
Namespace: Aml.Engine.XMLAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IDocument Document(
IXMLWrapper xObject
)
Public Shared Function Document (
xObject As IXMLWrapper
) As IDocument
public:
static IDocument^ Document(
IXMLWrapper^ xObject
)
Parameters
- xObject IXMLWrapper
- The XNodeWrapper object.
Return Value
IDocumentThe XDocument wrapper .
See Also