Package org.graphdrawing.graphml.reader

This package contains classes common to all parsers for GraphML files.

See:
          Description

Interface Summary
GraphElementFactory This interface defines a factory for the creation of graphs and graph elements.
GraphMLParseContext.ResourceDecoder Interface for classes that decode GraphML input to objects
GraphMLParseContext.ResourceHandler Interface for classes that provide methods to manage shared object resources for the parse process
GraphMLParseErrorHandler Error handler class to manage errors during the parsing process.
IdAcceptor Interface that allows to store the id attribute value of core GraphML elements.
ResourceDecoderProvider Interface that allows to dynamically retrieve specific decoders depending on the requested type of object.
 

Class Summary
GraphMLParseContext Defines the context within a factory method is invoked.
 

Exception Summary
GraphMLParseException This exception is thrown when the parser encounters unexpected content.
 

Package org.graphdrawing.graphml.reader Description

This package contains classes common to all parsers for GraphML files.



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