| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyListType.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyType[] |
PropertyListType.getPropertyArray()
Gets array of all "property" elements
|
PropertyType |
PropertyListType.getPropertyArray(int i)
Gets ith "property" element
|
PropertyType |
PropertyListType.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
static PropertyType |
PropertyType.Factory.newInstance() |
static PropertyType |
PropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(File file) |
static PropertyType |
PropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(InputStream is) |
static PropertyType |
PropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(Node node) |
static PropertyType |
PropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(Reader r) |
static PropertyType |
PropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(String xmlAsString) |
static PropertyType |
PropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(URL u) |
static PropertyType |
PropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PropertyType |
PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PropertyType |
PropertyType.Factory.parse(XMLStreamReader sr) |
static PropertyType |
PropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyListType.setPropertyArray(int i,
PropertyType property)
Sets ith "property" element
|
void |
PropertyListType.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "property" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyTypeImpl
An XML PropertyType(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyListTypeImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyType[] |
PropertyListTypeImpl.getPropertyArray()
Gets array of all "property" elements
|
PropertyType |
PropertyListTypeImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertyType |
PropertyListTypeImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyListTypeImpl.setPropertyArray(int i,
PropertyType property)
Sets ith "property" element
|
void |
PropertyListTypeImpl.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "property" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.