public class SAXDestination extends Object implements Destination
| Constructor and Description | 
|---|
SAXDestination(ContentHandler handler)
Create a SAXDestination, supplying a SAX ContentHandler to which
 events will be routed 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Close the destination, allowing resources to be released. 
 | 
Receiver | 
getReceiver(Configuration config)
Return a Receiver. 
 | 
public SAXDestination(ContentHandler handler)
handler - the SAX ContentHandler that is to receive the output. If the
 ContentHandler is also a LexicalHandler then it will also receive
 notification of events such as comments.public Receiver getReceiver(Configuration config) throws SaxonApiException
getReceiver in interface Destinationconfig - The Saxon configuration. This is supplied so that the destination can
               use information from the configuration (for example, a reference to the name pool)
               to construct or configure the returned Receiver.SaxonApiException - if the Receiver cannot be createdpublic void close()
           throws SaxonApiException
close in interface DestinationSaxonApiException - if any failure occursCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.