Click or drag to resize

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.XML
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IDocument Document(
	IXMLWrapper xObject
)

Parameters

xObject  IXMLWrapper
The XNodeWrapper object.

Return Value

IDocument
The XDocument wrapper .
See Also