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

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

Uses of GraphNodesType in org.graphdrawing.graphml.xmlns
 

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

Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphNodesType
 void GraphType.xsetParseNodes(GraphNodesType parseNodes)
          Sets (as xml) the "parse.nodes" attribute
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphNodesType
 class GraphNodesTypeImpl
          An XML graph.nodes.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return GraphNodesType
 GraphNodesType GraphTypeImpl.xgetParseNodes()
          Gets (as xml) the "parse.nodes" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphNodesType
 void GraphTypeImpl.xsetParseNodes(GraphNodesType parseNodes)
          Sets (as xml) the "parse.nodes" attribute
 



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