|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for classes that handle the parsing of XML attributes of GraphML elements (not GraphML attributes defined
with data elements)
| 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 |
| Method Detail |
public void parseNodeAttributes(DOMGraphMLParseContext context)
node element
context - the current parse contextpublic void parseEdgeAttributes(DOMGraphMLParseContext context)
edge element
context - the current parse contextpublic void parseHyperEdgeAttributes(DOMGraphMLParseContext context)
hyperedge element
context - the current parse contextpublic void parseEndPointNodeAttributes(DOMGraphMLParseContext context)
endpoint element
context - the current parse contextpublic void parseGraphAttributes(DOMGraphMLParseContext context)
graph element
context - the current parse contextpublic void parseGraphMLAttributes(DOMGraphMLParseContext context)
graphml element
context - the current parse contextpublic void parsePortAttributes(DOMGraphMLParseContext context)
port element
context - the current parse context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||