An abstract destination for the results of a query or transformation
For a list of all members of this type, see XmlDestination Members.
System.Object
XmlDestination
Note to implementors: To implement a new kind of destination, you need
to supply a method getResult
which returns an implementation of
the JAXP Result
interface. Optionally, if the destination
performs serialization, you can also implement getOutputProperties
,
which returns the properties used for serialization.
Namespace: Saxon.Api
Assembly: saxon8api (in saxon8api.netmodule)