org.graphdrawing.graphml.reader.dom
Class XMLAttributesParserAdapter

java.lang.Object
  extended byorg.graphdrawing.graphml.reader.dom.XMLAttributesParserAdapter
All Implemented Interfaces:
XMLAttributesParser
Direct Known Subclasses:
FolderTypeXMLAttributesParser

public class XMLAttributesParserAdapter
extends Object
implements XMLAttributesParser

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

XMLAttributesParserAdapter

public XMLAttributesParserAdapter()
Method Detail

parseNodeAttributes

public void parseNodeAttributes(DOMGraphMLParseContext context)
Description copied from interface: XMLAttributesParser
Parse the XML attributes of a node element

Specified by:
parseNodeAttributes in interface XMLAttributesParser
Parameters:
context - the current parse context

parseEdgeAttributes

public void parseEdgeAttributes(DOMGraphMLParseContext context)
Description copied from interface: XMLAttributesParser
Parse the XML attributes of a edge element

Specified by:
parseEdgeAttributes in interface XMLAttributesParser
Parameters:
context - the current parse context

parseHyperEdgeAttributes

public void parseHyperEdgeAttributes(DOMGraphMLParseContext context)
Description copied from interface: XMLAttributesParser
Parse the XML attributes of a hyperedge element

Specified by:
parseHyperEdgeAttributes in interface XMLAttributesParser
Parameters:
context - the current parse context

parseEndPointNodeAttributes

public void parseEndPointNodeAttributes(DOMGraphMLParseContext context)
Description copied from interface: XMLAttributesParser
Parse the XML attributes of a endpoint element

Specified by:
parseEndPointNodeAttributes in interface XMLAttributesParser
Parameters:
context - the current parse context

parseGraphAttributes

public void parseGraphAttributes(DOMGraphMLParseContext context)
Description copied from interface: XMLAttributesParser
Parse the XML attributes of a graph element

Specified by:
parseGraphAttributes in interface XMLAttributesParser
Parameters:
context - the current parse context

parseGraphMLAttributes

public void parseGraphMLAttributes(DOMGraphMLParseContext context)
Description copied from interface: XMLAttributesParser
Parse the XML attributes of a graphml element

Specified by:
parseGraphMLAttributes in interface XMLAttributesParser
Parameters:
context - the current parse context

parsePortAttributes

public void parsePortAttributes(DOMGraphMLParseContext context)
Description copied from interface: XMLAttributesParser
Parse the XML attributes of a port element

Specified by:
parsePortAttributes in interface XMLAttributesParser
Parameters:
context - the current parse context


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