|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of PropertyType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return PropertyType | |
---|---|
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(java.io.File file)
|
static PropertyType |
PropertyType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static PropertyType |
PropertyType.Factory.parse(java.io.InputStream is)
|
static PropertyType |
PropertyType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static PropertyType |
PropertyType.Factory.parse(org.w3c.dom.Node node)
|
static PropertyType |
PropertyType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static PropertyType |
PropertyType.Factory.parse(java.io.Reader r)
|
static PropertyType |
PropertyType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static PropertyType |
PropertyType.Factory.parse(java.lang.String xmlAsString)
|
static PropertyType |
PropertyType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static PropertyType |
PropertyType.Factory.parse(java.net.URL u)
|
static PropertyType |
PropertyType.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static PropertyType |
PropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.graphdrawing.graphml.xmlns with parameters of type PropertyType | |
---|---|
void |
PropertyListType.setPropertyArray(int i,
PropertyType property)
Sets ith "property" element |
void |
PropertyListType.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "property" element |
Uses of PropertyType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement PropertyType | |
---|---|
class |
PropertyTypeImpl
An XML PropertyType(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return PropertyType | |
---|---|
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 |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type PropertyType | |
---|---|
void |
PropertyListTypeImpl.setPropertyArray(int i,
PropertyType property)
Sets ith "property" element |
void |
PropertyListTypeImpl.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "property" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |