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

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

Uses of NodeOutdegreeType in org.graphdrawing.graphml.xmlns
 

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

Methods in org.graphdrawing.graphml.xmlns with parameters of type NodeOutdegreeType
 void NodeType.xsetParseOutdegree(NodeOutdegreeType parseOutdegree)
          Sets (as xml) the "parse.outdegree" attribute
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement NodeOutdegreeType
 class NodeOutdegreeTypeImpl
          An XML node.outdegree.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return NodeOutdegreeType
 NodeOutdegreeType NodeTypeImpl.xgetParseOutdegree()
          Gets (as xml) the "parse.outdegree" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type NodeOutdegreeType
 void NodeTypeImpl.xsetParseOutdegree(NodeOutdegreeType parseOutdegree)
          Sets (as xml) the "parse.outdegree" attribute
 



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