public class DOMDestination extends Object implements Destination
| Constructor and Description |
|---|
DOMDestination(Document root)
Create a DOMDestination, supplying the root of a DOM document to which the
content of the result tree will be appended.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the destination, allowing resources to be released.
|
Receiver |
getReceiver(Configuration config)
Return a Receiver.
|
public DOMDestination(Document root)
root - the root node for the new tree.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.