Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
protected IGraphElementFactory |
GraphMLIOHandler.createGraphElementFactory(GraphMLParser parser,
IGraph graph)
Create an
IGraphElementFactory instance that creates the graph elements for the graph instance. |
Modifier and Type | Method and Description |
---|---|
void |
GraphMLParser.parse(IGraph graph,
Document document,
IGraphElementFactory elementFactory)
Parse the XML document
document into an graph instance, using elementFactory to create the
elements. |
void |
GraphMLParser.parse(IGraph graph,
InputStream stream,
IGraphElementFactory elementFactory)
Parse the input
stream into an graph instance, using elementFactory to create the elements. |
void |
GraphMLParser.parse(IGraph graph,
InputStream stream,
URI baseUri,
IGraphElementFactory elementFactory)
Parse the input
stream into an graph instance, using elementFactory
to create the elements. |
void |
GraphMLParser.parse(IGraph graph,
Reader reader,
IGraphElementFactory elementFactory)
Parse the input
reader into an graph instance, using elementFactory to create the elements. |
void |
GraphMLParser.parse(IGraph graph,
Reader reader,
URI baseUri,
IGraphElementFactory elementFactory)
Parse the input
reader into an graph instance, using elementFactory
to create the elements. |
void |
GraphMLParser.parse(IGraph graph,
String uri,
IGraphElementFactory elementFactory)
Parse the input
uri into an graph instance, using elementFactory to create the elements. |