| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
KeyType |
KeyDocument.addNewKey()
Appends and returns a new empty "key" element
|
KeyType |
GraphmlType.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element
|
KeyType |
KeyDocument.getKey()
Gets the "key" element
|
KeyType[] |
GraphmlType.getKeyArray()
Gets array of all "key" elements
|
KeyType |
GraphmlType.getKeyArray(int i)
Gets ith "key" element
|
KeyType |
GraphmlType.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element
|
static KeyType |
KeyType.Factory.newInstance() |
static KeyType |
KeyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static KeyType |
KeyType.Factory.parse(File file) |
static KeyType |
KeyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static KeyType |
KeyType.Factory.parse(InputStream is) |
static KeyType |
KeyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static KeyType |
KeyType.Factory.parse(Node node) |
static KeyType |
KeyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static KeyType |
KeyType.Factory.parse(Reader r) |
static KeyType |
KeyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static KeyType |
KeyType.Factory.parse(String xmlAsString) |
static KeyType |
KeyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static KeyType |
KeyType.Factory.parse(URL u) |
static KeyType |
KeyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static KeyType |
KeyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static KeyType |
KeyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static KeyType |
KeyType.Factory.parse(XMLStreamReader sr) |
static KeyType |
KeyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyDocument.setKey(KeyType key)
Sets the "key" element
|
void |
GraphmlType.setKeyArray(int i,
KeyType key)
Sets ith "key" element
|
void |
GraphmlType.setKeyArray(KeyType[] keyArray)
Sets array of all "key" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyTypeImpl
An XML key.type(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
KeyType |
KeyDocumentImpl.addNewKey()
Appends and returns a new empty "key" element
|
KeyType |
GraphmlTypeImpl.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element
|
KeyType |
KeyDocumentImpl.getKey()
Gets the "key" element
|
KeyType[] |
GraphmlTypeImpl.getKeyArray()
Gets array of all "key" elements
|
KeyType |
GraphmlTypeImpl.getKeyArray(int i)
Gets ith "key" element
|
KeyType |
GraphmlTypeImpl.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyDocumentImpl.setKey(KeyType key)
Sets the "key" element
|
void |
GraphmlTypeImpl.setKeyArray(int i,
KeyType key)
Sets ith "key" element
|
void |
GraphmlTypeImpl.setKeyArray(KeyType[] keyArray)
Sets array of all "key" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.