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

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

Uses of DataExtensionType in org.graphdrawing.graphml.xmlns
 

Subinterfaces of DataExtensionType in org.graphdrawing.graphml.xmlns
 interface DataType
          An XML data.type(@http://graphml.graphdrawing.org/xmlns).
 interface DefaultType
          An XML default.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns that return DataExtensionType
static DataExtensionType DataExtensionType.Factory.newInstance()
           
static DataExtensionType DataExtensionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DataExtensionType DataExtensionType.Factory.parse(java.io.File file)
           
static DataExtensionType DataExtensionType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static DataExtensionType DataExtensionType.Factory.parse(java.io.InputStream is)
           
static DataExtensionType DataExtensionType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DataExtensionType DataExtensionType.Factory.parse(org.w3c.dom.Node node)
           
static DataExtensionType DataExtensionType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static DataExtensionType DataExtensionType.Factory.parse(java.io.Reader r)
           
static DataExtensionType DataExtensionType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DataExtensionType DataExtensionType.Factory.parse(java.lang.String xmlAsString)
           
static DataExtensionType DataExtensionType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DataExtensionType DataExtensionType.Factory.parse(java.net.URL u)
           
static DataExtensionType DataExtensionType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static DataExtensionType DataExtensionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DataExtensionType DataExtensionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DataExtensionType DataExtensionType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static DataExtensionType DataExtensionType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement DataExtensionType
 class DataExtensionTypeImpl
          An XML data-extension.type(@http://graphml.graphdrawing.org/xmlns).
 class DataTypeImpl
          An XML data.type(@http://graphml.graphdrawing.org/xmlns).
 class DefaultTypeImpl
          An XML default.type(@http://graphml.graphdrawing.org/xmlns).
 



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