public class ChildNodeHandler extends BaseHandler<ChildNodeHandler> implements IChildNode
IChildNode.NodeRelation
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
ChildNodeHandler(IBaseHandler parent,
GraphHandler gh) |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IEdgeLabel> |
edgeLabels() |
void |
endChildNode() |
INode |
node() |
IChildNode.NodeRelation |
relation() |
java.lang.String |
relationString() |
void |
startChildNode(org.xml.sax.Attributes attrib) |
void |
startEdgeLabel(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 ChildNodeHandler(IBaseHandler parent, GraphHandler gh)
public void startChildNode(org.xml.sax.Attributes attrib)
public void endChildNode()
public void startEdgeLabel(org.xml.sax.Attributes attrib)
public java.util.ListIterator<IEdgeLabel> edgeLabels()
edgeLabels
in interface IChildNode
public INode node()
node
in interface IChildNode
public IChildNode.NodeRelation relation()
relation
in interface IChildNode
public java.lang.String relationString()
relationString
in interface IChildNode