Saxon API for .NET

XmlDestination Class

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

public abstract class XmlDestination

Remarks

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.

Requirements

Namespace: Saxon.Api

Assembly: saxon8api (in saxon8api.netmodule)

See Also

XmlDestination Members | Saxon.Api Namespace