public class GraphHandler extends BaseHandler<GraphHandler> implements IGraph
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
GraphHandler(IBaseHandler parent,
java.lang.String endTag) |
Modifier and Type | Method and 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) |
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 GraphHandler(IBaseHandler parent, java.lang.String endTag)
public static void init()
public static void exit()
public void startGraph(org.xml.sax.Attributes attrib)
public void endGraph()
public void startNode(org.xml.sax.Attributes attrib)
public NodeHandler getNodeById(java.lang.String id)