public abstract class NodeHandler
extends org.xml.sax.helpers.DefaultHandler
Modifier and Type | Field and Description |
---|---|
protected NodeHandler |
subHandler
NodeHandler subHandler : the Handler for the subnode.
|
Constructor and Description |
---|
NodeHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
completedNode()
if the node is completed, the boolean completed becomes true.
|
boolean |
hasCompletedNode()
To check if a node is completed.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
protected NodeHandler subHandler