|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildingContentHandler
A SAX ContentHandler
that builds a Saxon tree, and allows the node at the root of the tree
to be retrieved on completion
Method Summary | |
---|---|
XdmNode |
getDocumentNode()
After building the document by writing a sequence of events, retrieve the root node of the constructed document tree |
Methods inherited from interface org.xml.sax.ContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
---|
XdmNode getDocumentNode() throws SaxonApiException
ContentHandler.endDocument()
) that constructs the tree.
SaxonApiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |