Package org.graphdrawing.graphml.reader.dom

This package contains a GraphML parser based on a XML parser for the Document Object Model (DOM).

See:
          Description

Interface Summary
DOMInputHandler This class defines a handler for key/data elements.
Precedence Interface that can be used to assign a invokation precedence to input handlers.
XMLAttributesParser Interface for classes that handle the parsing of XML attributes of GraphML elements (not GraphML attributes defined with data elements)
 

Class Summary
DOMGraphMLParseContext Specialized implementation of GraphMLParseContext for DOM based parsing
DOMGraphMLParser DOM implementation of a GraphML parser.
XMLAttributesParserAdapter Adapter implementation of XMLAttributesParser.
 

Package org.graphdrawing.graphml.reader.dom Description

This package contains a GraphML parser based on a XML parser for the Document Object Model (DOM).



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