Saxon.Api
Class NullDestination
-
public class NullDestination
- implements XmlDestination
A NullDestination
is an XmlDestination
that discards all its output.
Constructor Summary |
|
---|---|
NullDestination () Construct a |
Property Summary |
|
---|---|
Uri | BaseUri This property determines the base Uri of the constructed |
Method Summary |
|
---|---|
net.sf.saxon.s9api.Destination | GetUnderlyingDestination()
The underlying |
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: