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

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

Uses of KeyForType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return KeyForType
static KeyForType KeyForType.Factory.newInstance()
           
static KeyForType KeyForType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static KeyForType KeyForType.Factory.newValue(java.lang.Object obj)
           
static KeyForType KeyForType.Factory.parse(java.io.File file)
           
static KeyForType KeyForType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static KeyForType KeyForType.Factory.parse(java.io.InputStream is)
           
static KeyForType KeyForType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static KeyForType KeyForType.Factory.parse(org.w3c.dom.Node node)
           
static KeyForType KeyForType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static KeyForType KeyForType.Factory.parse(java.io.Reader r)
           
static KeyForType KeyForType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static KeyForType KeyForType.Factory.parse(java.lang.String xmlAsString)
           
static KeyForType KeyForType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static KeyForType KeyForType.Factory.parse(java.net.URL u)
           
static KeyForType KeyForType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static KeyForType KeyForType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static KeyForType KeyForType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static KeyForType KeyForType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static KeyForType KeyForType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 KeyForType KeyType.xgetFor()
          Gets (as xml) the "for" attribute
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type KeyForType
 void KeyType.xsetFor(KeyForType xfor)
          Sets (as xml) the "for" attribute
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement KeyForType
 class KeyForTypeImpl
          An XML key.for.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return KeyForType
 KeyForType KeyTypeImpl.xgetFor()
          Gets (as xml) the "for" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type KeyForType
 void KeyTypeImpl.xsetFor(KeyForType xfor)
          Sets (as xml) the "for" attribute
 



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