public class NodeHandler extends BaseHandler<NodeHandler> implements INode
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IChildNode> |
children() |
void |
endLabel() |
void |
endLink() |
void |
endNode() |
java.lang.String |
id() |
java.lang.String |
label() |
java.lang.String |
linkId() |
void |
startChildNode(org.xml.sax.Attributes attrib) |
void |
startLabel(org.xml.sax.Attributes attrib) |
void |
startLink(org.xml.sax.Attributes attrib) |
void |
startNode(org.xml.sax.Attributes attrib) |
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
public void startNode(org.xml.sax.Attributes attrib)
public void endNode()
public void startLink(org.xml.sax.Attributes attrib)
public void endLink()
public void startLabel(org.xml.sax.Attributes attrib)
public void endLabel()
public void startChildNode(org.xml.sax.Attributes attrib)
public java.util.ListIterator<IChildNode> children()