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