biouml.plugins.gxl
Class GxlParserContext
java.lang.Object
biouml.plugins.gxl.GxlParserContext
- Direct Known Subclasses:
- GinSimParserContext
- public class GxlParserContext
- extends java.lang.Object
The simpliest implementation of SAX parser context for parsing supported
sibset of GXL. Possible further support of hypergraphs will require
stack-implemented context.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentNode
protected Node currentNode
currentEdge
protected Edge currentEdge
GxlParserContext
public GxlParserContext()
enterNodeContext
public void enterNodeContext(Node node)
getNodeContext
public Node getNodeContext()
leaveNodeContext
public void leaveNodeContext()
enterEdgeContext
public void enterEdgeContext(Edge edge)
getEdgeContext
public Edge getEdgeContext()
leaveEdgeContext
public void leaveEdgeContext()
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.