Load an XML document, retrieving it via a URI.
BaseUri
property).An XdmNode
. This will be
the document node at the root of the tree of the resulting in-memory document.
Note that the type Uri
requires an absolute URI.
The URI is dereferenced using the registered XmlResolver
.
This method takes no account of any fragment part in the URI.
The role
passed to the GetEntity
method of the XmlResolver
is "application/xml", and the required return type is System.IO.Stream
.
The document located via the URI is parsed using the System.Xml
parser.
DocumentBuilder Class | Saxon.Api Namespace | DocumentBuilder.Build Overload List