org.graphdrawing.graphml.reader.dom
Interface XMLAttributesParser

All Known Implementing Classes:
XMLAttributesParserAdapter

public interface XMLAttributesParser

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

parseNodeAttributes

public void parseNodeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a node element

Parameters:
context - the current parse context

parseEdgeAttributes

public void parseEdgeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a edge element

Parameters:
context - the current parse context

parseHyperEdgeAttributes

public void parseHyperEdgeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a hyperedge element

Parameters:
context - the current parse context

parseEndPointNodeAttributes

public void parseEndPointNodeAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a endpoint element

Parameters:
context - the current parse context

parseGraphAttributes

public void parseGraphAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a graph element

Parameters:
context - the current parse context

parseGraphMLAttributes

public void parseGraphMLAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a graphml element

Parameters:
context - the current parse context

parsePortAttributes

public void parsePortAttributes(DOMGraphMLParseContext context)
Parse the XML attributes of a port element

Parameters:
context - the current parse context


Copyright ©2000-2008, yWorks GmbH. All rights reserved.