Saxon.Api

 

 

Saxon.Api

Class NullDestination


public class NullDestination
implements XmlDestination

A NullDestination is an XmlDestination that discards all its output.

Constructor Summary

NullDestination ()

Construct a NullDestination

 

Property Summary

 Uri BaseUri

This property determines the base Uri of the constructed Serializer.

 

Method Summary

 net.sf.saxon.s9api.Destination GetUnderlyingDestination()

The underlying Destination object in the Saxon implementation, which in the NullDestination is null.

 

Constructor Detail

NullDestination

public NullDestination()

Construct a NullDestination

Property Detail

BaseUri

public Uri BaseUri {get; set; }

This property determines the base Uri of the constructed Serializer.

Method Detail

GetUnderlyingDestination

public net.sf.saxon.s9api.Destination GetUnderlyingDestination()

The underlying Destination object in the Saxon implementation, which in the NullDestination is null.

Returns:

returns null