Load an XML DOM document, supplied as an XmlNode
, into a Saxon XdmNode.
An XdmNode
, the document node at the root of the tree of the resulting
in-memory document
The returned document will contain only the subtree rooted at the supplied node.
This method copies the DOM tree to create a Saxon tree. There is also a Wrap
method that creates a wrapper around the DOM tree.
DocumentBuilder Class | Saxon.Api Namespace | DocumentBuilder.Build Overload List