Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
protected GraphMLWriter |
GraphMLIOHandler.createGraphMLWriter(IGraph graph)
Create and configure a new
GraphMLWriter that is used for writing graph . |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphMLIOHandler.configureGraphMLWriter(GraphMLWriter writer,
IGraph graph)
Configures a given
GraphMLWriter that is used for writing graph . |
protected void |
GraphMLIOHandler.configureLookup(IGraph graph,
GraphMLWriter writer)
Configure the lookup map of
writer . |
protected void |
GraphMLIOHandler.configureNamespaces(GraphMLWriter writer)
Configures
writer to use the namespace declarations set with GraphMLIOHandler.addNamespace(String, String) . |
protected void |
GraphMLIOHandler.configureOutputHandlers(IGraph graph,
GraphMLWriter writer)
Configures default event handlers for the
QueryOutputHandlers
event. |
protected void |
GraphMLIOHandler.configureSchemaLocations(GraphMLWriter writer)
Configures
writer to use the schema locations set with GraphMLIOHandler.addSchemaLocation(String, String) . |
protected void |
GraphMLIOHandler.configureSerializationHandlers(IGraph graph,
GraphMLWriter writer)
Configures the predefined handlers for the
HandleSerialization
event. |
protected void |
GraphMLIOHandler.configureSerializationProperties(IGraph graph,
GraphMLWriter writer)
Configure important serialization properties from properties of
GraphMLIOHandler . |
protected void |
GraphMLIOHandler.configureSerializationPropertyOverrides(GraphMLWriter writer)
Configures the
serialization property overrides for the given writer. |