|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.graphdrawing.graphml.reader.dom.XMLAttributesParserAdapter
Adapter implementation of XMLAttributesParser. All method implementations are empty.
| Constructor Summary | |
XMLAttributesParserAdapter()
|
|
| Method Summary | |
void |
parseEdgeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a edge element |
void |
parseEndPointNodeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a endpoint element |
void |
parseGraphAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a graph element |
void |
parseGraphMLAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a graphml element |
void |
parseHyperEdgeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a hyperedge element |
void |
parseNodeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a node element |
void |
parsePortAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a port element |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLAttributesParserAdapter()
| Method Detail |
public void parseNodeAttributes(DOMGraphMLParseContext context)
XMLAttributesParsernode element
parseNodeAttributes in interface XMLAttributesParsercontext - the current parse contextpublic void parseEdgeAttributes(DOMGraphMLParseContext context)
XMLAttributesParseredge element
parseEdgeAttributes in interface XMLAttributesParsercontext - the current parse contextpublic void parseHyperEdgeAttributes(DOMGraphMLParseContext context)
XMLAttributesParserhyperedge element
parseHyperEdgeAttributes in interface XMLAttributesParsercontext - the current parse contextpublic void parseEndPointNodeAttributes(DOMGraphMLParseContext context)
XMLAttributesParserendpoint element
parseEndPointNodeAttributes in interface XMLAttributesParsercontext - the current parse contextpublic void parseGraphAttributes(DOMGraphMLParseContext context)
XMLAttributesParsergraph element
parseGraphAttributes in interface XMLAttributesParsercontext - the current parse contextpublic void parseGraphMLAttributes(DOMGraphMLParseContext context)
XMLAttributesParsergraphml element
parseGraphMLAttributes in interface XMLAttributesParsercontext - the current parse contextpublic void parsePortAttributes(DOMGraphMLParseContext context)
XMLAttributesParserport element
parsePortAttributes in interface XMLAttributesParsercontext - the current parse context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||