An XdmDestination
represents an XdmNode that is constructed to hold the
output of a query or transformation: that is, a tree using Saxon's implementation of the
XDM data model
For a list of all members of this type, see XdmDestination Members.
System.Object
XmlDestination
XdmDestination
No data needs to be supplied to the XdmDestination object. The query or transformation
populates an XmlNode, which may then be retrieved as the value of the XmlNode
property.
An XdmDestination can be reused to hold the results of a second transformation only
if the reset
method is first called to reset its state.
Namespace: Saxon.Api
Assembly: saxon8api (in saxon8api.netmodule)