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

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

Uses of GraphNodeidsType in org.graphdrawing.graphml.xmlns
 

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

Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphNodeidsType
 void GraphType.xsetParseNodeids(GraphNodeidsType parseNodeids)
          Sets (as xml) the "parse.nodeids" attribute
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphNodeidsType
 class GraphNodeidsTypeImpl
          An XML graph.nodeids.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return GraphNodeidsType
 GraphNodeidsType GraphTypeImpl.xgetParseNodeids()
          Gets (as xml) the "parse.nodeids" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphNodeidsType
 void GraphTypeImpl.xsetParseNodeids(GraphNodeidsType parseNodeids)
          Sets (as xml) the "parse.nodeids" attribute
 



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