Uses of Interface
org.graphdrawing.graphml.xmlns.PropertyListType

Packages that use PropertyListType
org.graphdrawing.graphml.xmlns   
org.graphdrawing.graphml.xmlns.impl   
 

Uses of PropertyListType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return PropertyListType
 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(java.io.File file)
           
static PropertyListType PropertyListType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static PropertyListType PropertyListType.Factory.parse(java.io.InputStream is)
           
static PropertyListType PropertyListType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PropertyListType PropertyListType.Factory.parse(org.w3c.dom.Node node)
           
static PropertyListType PropertyListType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static PropertyListType PropertyListType.Factory.parse(java.io.Reader r)
           
static PropertyListType PropertyListType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PropertyListType PropertyListType.Factory.parse(java.lang.String xmlAsString)
           
static PropertyListType PropertyListType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PropertyListType PropertyListType.Factory.parse(java.net.URL u)
           
static PropertyListType PropertyListType.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static PropertyListType PropertyListType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type PropertyListType
 void DataExtensionType.setProperties(PropertyListType properties)
          Sets the "properties" element
 

Uses of PropertyListType in org.graphdrawing.graphml.xmlns.impl
 

Classes in org.graphdrawing.graphml.xmlns.impl that implement PropertyListType
 class PropertyListTypeImpl
          An XML PropertyListType(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return PropertyListType
 PropertyListType DataExtensionTypeImpl.addNewProperties()
          Appends and returns a new empty "properties" element
 PropertyListType DataExtensionTypeImpl.getProperties()
          Gets the "properties" element
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type PropertyListType
 void DataExtensionTypeImpl.setProperties(PropertyListType properties)
          Sets the "properties" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.