Class GraphHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.cakelab.jdoxml.impl.basehandler.BaseHandler<GraphHandler>
-
- org.cakelab.jdoxml.impl.graphhandler.GraphHandler
-
- All Implemented Interfaces:
IGraph
,IBaseHandler
,org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public class GraphHandler extends BaseHandler<GraphHandler> implements IGraph
-
-
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 GraphHandler(IBaseHandler parent, java.lang.String endTag)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endGraph()
static void
exit()
NodeHandler
getNodeById(java.lang.String id)
static void
init()
java.util.ListIterator<INode>
nodes()
void
startGraph(org.xml.sax.Attributes attrib)
void
startNode(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
-
GraphHandler
public GraphHandler(IBaseHandler parent, java.lang.String endTag)
-
-
Method Detail
-
init
public static void init()
-
exit
public static void exit()
-
startGraph
public void startGraph(org.xml.sax.Attributes attrib)
-
endGraph
public void endGraph()
-
startNode
public void startNode(org.xml.sax.Attributes attrib)
-
getNodeById
public NodeHandler getNodeById(java.lang.String id)
-
-