org.xml.sax.ContentHandler
public interface BuildingContentHandler
extends org.xml.sax.ContentHandler
ContentHandler
that builds a Saxon tree, and allows the node at the root of the tree
to be retrieved on completionModifier and Type | Method | Description |
---|---|---|
XdmNode |
getDocumentNode() |
After building the document by writing a sequence of events, retrieve the root node
of the constructed document tree
|
XdmNode getDocumentNode() throws SaxonApiException
ContentHandler.endDocument()
) that constructs the tree.SaxonApiException
- if any failure occurs