Class ChildNodeHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.cakelab.jdoxml.impl.basehandler.BaseHandler<ChildNodeHandler>
-
- org.cakelab.jdoxml.impl.graphhandler.ChildNodeHandler
-
- All Implemented Interfaces:
IChildNode
,IBaseHandler
,org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public class ChildNodeHandler extends BaseHandler<ChildNodeHandler> implements IChildNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.IChildNode
IChildNode.NodeRelation
-
-
Field Summary
-
Fields inherited from class org.cakelab.jdoxml.impl.basehandler.BaseHandler
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
-
-
Constructor Summary
Constructors Constructor Description ChildNodeHandler(IBaseHandler parent, GraphHandler gh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.cakelab.jdoxml.impl.basehandler.BaseHandler
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
ChildNodeHandler
public ChildNodeHandler(IBaseHandler parent, GraphHandler gh)
-
-
Method Detail
-
startChildNode
public void startChildNode(org.xml.sax.Attributes attrib)
-
endChildNode
public void endChildNode()
-
startEdgeLabel
public void startEdgeLabel(org.xml.sax.Attributes attrib)
-
edgeLabels
public java.util.ListIterator<IEdgeLabel> edgeLabels()
- Specified by:
edgeLabels
in interfaceIChildNode
-
node
public INode node()
- Specified by:
node
in interfaceIChildNode
-
relation
public IChildNode.NodeRelation relation()
- Specified by:
relation
in interfaceIChildNode
-
relationString
public java.lang.String relationString()
- Specified by:
relationString
in interfaceIChildNode
-
-