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