net.sf.saxon.s9api
public class DOMDestination extends Object implements Destination
Constructor Summary | |
---|---|
DOMDestination(Document root)
Create a DOMDestination, supplying the root of a DOM document to which the
content of the result tree will be appended. |
Method Summary | |
---|---|
Receiver | getReceiver(Configuration config)
Return a Receiver. |
Parameters: root the root node for the new tree.
Parameters: config 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.
Returns: the Receiver to which events are to be sent.
Throws: SaxonApiException if the Receiver cannot be created