Package org.graphdrawing.graphml.writer

This package contains classes for the output of GraphML files.

See:
          Description

Interface Summary
DefaultDataOutputHandler An output handler that may omit writing the data element completely.
DirectGraphMLWriter.HandlerProvider  
GraphElementProvider Provide generic access to the objects in a graph structure
GraphMLWriteContext.ResourceDescriptor  
GraphMLWriteContext.ResourceEncoder Interface for classes that encode object to GraphML output
GraphMLWriteContext.ResourceHandler Interface for classes that provide methods to manage shared object resources for the output process
GraphMLWriteErrorHandler Error handler class to manage errors during the writing process.
IdProvider Interface that allows to control the id attribute value of core GraphML elements.
OutputHandler Defines the contract for classes that generate the actual content of data tags and also generate the corresponding key tags
Precedence Interface that can be used to assign a invokation precedence to output handlers.
ResourceEncoderProvider Interface that allows to dynamically retrieve specific encoders depending on the requested type of object.
XMLAttributesProvider Interface XMLAttributesProvider.
XmlWriter Abstraction of XML output classes that provide a consistent way to write Xml elements to some output
 

Class Summary
DirectGraphMLWriter This class is an output driver class for GraphML.
DomXmlWriter Implementation of interface XmlWriter that used a DOM tree internally to build the serialized graphml representation.
GraphMLWriteContext Messenger class that represents the current state of the writing process.
XMLAttributesProviderAdapter Adapter implementation of XMLAttributesProvider that provides empty implementations of all methods in the interface
 

Exception Summary
GraphMLWriteException This exception is thrown when the writer encounters an error.
 

Package org.graphdrawing.graphml.writer Description

This package contains classes for the output of GraphML files.



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