Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
IEnumerable<GraphMLXmlAttribute> |
IOutputHandler.getDataTagAttributes()
Gets the XML attributes that should be added to the data element.
|
IEnumerable<GraphMLXmlAttribute> |
AbstractOutputHandler.getDataTagAttributes() |
IEnumerable<GraphMLXmlAttribute> |
IOutputHandler.getKeyDefinitionAttributes()
Gets the XML attributes that should be added to the key definition in the GraphML key element.
|
IEnumerable<GraphMLXmlAttribute> |
AbstractOutputHandler.getKeyDefinitionAttributes() |
Modifier and Type | Method and Description |
---|---|
default IXmlWriter |
IXmlWriter.writeAttribute(GraphMLXmlAttribute attribute)
Write an XML attribute from the given
attribute struct. |