Saxon API for .NET

DomDestination Class

A DomDestination represents an XmlDocument that is constructed to hold the output of a query or transformation.

For a list of all members of this type, see DomDestination Members.

System.Object
   XmlDestination
      DomDestination

public class DomDestination : XmlDestination

Remarks

No data needs to be supplied to the DomDestination object. The query or transformation populates an XmlDocument, which may then be retrieved as the value of the XmlDocument property

Requirements

Namespace: Saxon.Api

Assembly: saxon8api (in saxon8api.netmodule)

See Also

DomDestination Members | Saxon.Api Namespace