| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
static GraphNodesType |
GraphNodesType.Factory.newInstance() |
static GraphNodesType |
GraphNodesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static GraphNodesType |
GraphNodesType.Factory.newValue(Object obj) |
static GraphNodesType |
GraphNodesType.Factory.parse(File file) |
static GraphNodesType |
GraphNodesType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static GraphNodesType |
GraphNodesType.Factory.parse(InputStream is) |
static GraphNodesType |
GraphNodesType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static GraphNodesType |
GraphNodesType.Factory.parse(Node node) |
static GraphNodesType |
GraphNodesType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static GraphNodesType |
GraphNodesType.Factory.parse(Reader r) |
static GraphNodesType |
GraphNodesType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static GraphNodesType |
GraphNodesType.Factory.parse(String xmlAsString) |
static GraphNodesType |
GraphNodesType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static GraphNodesType |
GraphNodesType.Factory.parse(URL u) |
static GraphNodesType |
GraphNodesType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static GraphNodesType |
GraphNodesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static GraphNodesType |
GraphNodesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static GraphNodesType |
GraphNodesType.Factory.parse(XMLStreamReader sr) |
static GraphNodesType |
GraphNodesType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
GraphNodesType |
GraphType.xgetParseNodes()
Gets (as xml) the "parse.nodes" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphType.xsetParseNodes(GraphNodesType parseNodes)
Sets (as xml) the "parse.nodes" attribute
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphNodesTypeImpl
An XML graph.nodes.type(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
GraphNodesType |
GraphTypeImpl.xgetParseNodes()
Gets (as xml) the "parse.nodes" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphTypeImpl.xsetParseNodes(GraphNodesType parseNodes)
Sets (as xml) the "parse.nodes" attribute
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.