Saxon.Api
Class NullDestination
-
public class NullDestination
- implements IDestination
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 |
net.sf.saxon.s9api.Destination | UnderlyingDestination
The underlying |
Method Summary |
|
---|---|
void | OnClose (Action action) Define an action to be performed when writing to the Destination is complete. |
Property Detail
BaseUri
This property determines the base Uri of the constructed Serializer
.
UnderlyingDestination
The underlying Destination
object in the Saxon implementation, which in the NullDestination is null.
Value:
Define an action to be performed when writing to the Destination is complete.
Parameters:
action
- The action to be performed.