Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
protected GraphMLParser |
GraphMLIOHandler.createGraphMLParser(IGraph graph)
Create a suitable instance of
GraphMLParser that can handle the given graph. |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphMLIOHandler.configureDeserializationHandlers(IGraph graph,
GraphMLParser parser)
Configure the predefined handlers for the
HandleDeserialization
event. |
protected void |
GraphMLIOHandler.configureDeserializationPropertyOverrides(GraphMLParser parser)
Configures the
deserialization property overrides for the given parser. |
protected void |
GraphMLIOHandler.configureGraphMLParser(GraphMLParser parser,
IGraph graph)
Configures a given instance of
GraphMLParser that can handle the given graph. |
protected void |
GraphMLIOHandler.configureInputHandlers(GraphMLParser parser)
Configures default event handlers for the
QueryInputHandlers
event. |
protected void |
GraphMLIOHandler.configureLookup(GraphMLParser parser)
Configures the lookup of the given parser.
|
protected IGraphElementFactory |
GraphMLIOHandler.createGraphElementFactory(GraphMLParser parser,
IGraph graph)
Create an
IGraphElementFactory instance that creates the graph elements for the graph instance. |