| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
GraphmlType |
GraphmlDocument.addNewGraphml()
Appends and returns a new empty "graphml" element
|
GraphmlType |
GraphmlDocument.getGraphml()
Gets the "graphml" element
|
static GraphmlType |
GraphmlType.Factory.newInstance() |
static GraphmlType |
GraphmlType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static GraphmlType |
GraphmlType.Factory.parse(File file) |
static GraphmlType |
GraphmlType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static GraphmlType |
GraphmlType.Factory.parse(InputStream is) |
static GraphmlType |
GraphmlType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static GraphmlType |
GraphmlType.Factory.parse(Node node) |
static GraphmlType |
GraphmlType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static GraphmlType |
GraphmlType.Factory.parse(Reader r) |
static GraphmlType |
GraphmlType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static GraphmlType |
GraphmlType.Factory.parse(String xmlAsString) |
static GraphmlType |
GraphmlType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static GraphmlType |
GraphmlType.Factory.parse(URL u) |
static GraphmlType |
GraphmlType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static GraphmlType |
GraphmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static GraphmlType |
GraphmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static GraphmlType |
GraphmlType.Factory.parse(XMLStreamReader sr) |
static GraphmlType |
GraphmlType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphmlDocument.setGraphml(GraphmlType graphml)
Sets the "graphml" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphmlTypeImpl
An XML graphml.type(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
GraphmlType |
GraphmlDocumentImpl.addNewGraphml()
Appends and returns a new empty "graphml" element
|
GraphmlType |
GraphmlDocumentImpl.getGraphml()
Gets the "graphml" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphmlDocumentImpl.setGraphml(GraphmlType graphml)
Sets the "graphml" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.