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

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

Uses of KeyNameType in org.graphdrawing.graphml.xmlns
 

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

Methods in org.graphdrawing.graphml.xmlns with parameters of type KeyNameType
 void KeyType.xsetAttrName(KeyNameType attrName)
          Sets (as xml) the "attr.name" attribute
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement KeyNameType
 class KeyNameTypeImpl
          An XML key.name.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return KeyNameType
 KeyNameType KeyTypeImpl.xgetAttrName()
          Gets (as xml) the "attr.name" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type KeyNameType
 void KeyTypeImpl.xsetAttrName(KeyNameType attrName)
          Sets (as xml) the "attr.name" attribute
 



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