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