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

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

Uses of DefaultType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return DefaultType
 DefaultType KeyType.addNewDefault()
          Appends and returns a new empty "default" element
 DefaultType DefaultDocument.addNewDefault()
          Appends and returns a new empty "default" element
 DefaultType KeyType.getDefault()
          Gets the "default" element
 DefaultType DefaultDocument.getDefault()
          Gets the "default" element
static DefaultType DefaultType.Factory.newInstance()
           
static DefaultType DefaultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DefaultType DefaultType.Factory.parse(java.io.File file)
           
static DefaultType DefaultType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static DefaultType DefaultType.Factory.parse(java.io.InputStream is)
           
static DefaultType DefaultType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DefaultType DefaultType.Factory.parse(org.w3c.dom.Node node)
           
static DefaultType DefaultType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static DefaultType DefaultType.Factory.parse(java.io.Reader r)
           
static DefaultType DefaultType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DefaultType DefaultType.Factory.parse(java.lang.String xmlAsString)
           
static DefaultType DefaultType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DefaultType DefaultType.Factory.parse(java.net.URL u)
           
static DefaultType DefaultType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static DefaultType DefaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DefaultType DefaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DefaultType DefaultType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static DefaultType DefaultType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type DefaultType
 void KeyType.setDefault(DefaultType xdefault)
          Sets the "default" element
 void DefaultDocument.setDefault(DefaultType xdefault)
          Sets the "default" element
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement DefaultType
 class DefaultTypeImpl
          An XML default.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return DefaultType
 DefaultType DefaultDocumentImpl.addNewDefault()
          Appends and returns a new empty "default" element
 DefaultType KeyTypeImpl.addNewDefault()
          Appends and returns a new empty "default" element
 DefaultType DefaultDocumentImpl.getDefault()
          Gets the "default" element
 DefaultType KeyTypeImpl.getDefault()
          Gets the "default" element
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type DefaultType
 void DefaultDocumentImpl.setDefault(DefaultType xdefault)
          Sets the "default" element
 void KeyTypeImpl.setDefault(DefaultType xdefault)
          Sets the "default" element
 



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