Package | com.yworks.io.graphml |
Class | public class LayoutGraphMLIOHandler |
Inheritance | LayoutGraphMLIOHandler ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
![]() | configureDeserializers(context:GraphMLParseContext):void
Sets up all default IDeserializer instances on context. | GraphMLIOHandler | |
![]() | configureInputHandlers(parser:GraphMLParser):void
Sets up all input handlers for the provided parser instance. | GraphMLIOHandler | |
![]() | configureSerializers(context:GraphMLWriteContext):void
Configures context to use all registered serializers. | GraphMLIOHandler | |
![]() |
Create the DirectGraphMLWriter instance that is used for writing GraphML output. | GraphMLIOHandler | |
![]() |
Create a suitable instance of IGraphElementFactory that can handle the given graph
| GraphMLIOHandler | |
![]() |
Create an IGraphElementProvider instance that provides the graph elements that are to be written. | GraphMLIOHandler | |
![]() |
Create the GraphMLParser instance that is used for writing GraphML output. | GraphMLIOHandler | |
![]() |
Callback method for the creation of a new read context. | GraphMLIOHandler | |
![]() |
Callback method for the creation of a new write context. | GraphMLIOHandler | |
![]() |
Create the IXmlWriter instance that is used for low-level XML writing. | GraphMLIOHandler | |
initializeHandlers():void [override]
Callback for subclasses to register default data handlers. | LayoutGraphMLIOHandler |