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

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

Uses of NodeType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return NodeType
 NodeType NodeDocument.addNewNode()
          Appends and returns a new empty "node" element
 NodeType GraphType.addNewNode()
          Appends and returns a new empty value (as xml) as the last "node" element
 NodeType NodeDocument.getNode()
          Gets the "node" element
 NodeType[] GraphType.getNodeArray()
          Gets array of all "node" elements
 NodeType GraphType.getNodeArray(int i)
          Gets ith "node" element
 NodeType GraphType.insertNewNode(int i)
          Inserts and returns a new empty value (as xml) as the ith "node" element
static NodeType NodeType.Factory.newInstance()
           
static NodeType NodeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NodeType NodeType.Factory.parse(java.io.File file)
           
static NodeType NodeType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static NodeType NodeType.Factory.parse(java.io.InputStream is)
           
static NodeType NodeType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NodeType NodeType.Factory.parse(org.w3c.dom.Node node)
           
static NodeType NodeType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static NodeType NodeType.Factory.parse(java.io.Reader r)
           
static NodeType NodeType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NodeType NodeType.Factory.parse(java.lang.String xmlAsString)
           
static NodeType NodeType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NodeType NodeType.Factory.parse(java.net.URL u)
           
static NodeType NodeType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static NodeType NodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NodeType NodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NodeType NodeType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NodeType NodeType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type NodeType
 void NodeDocument.setNode(NodeType node)
          Sets the "node" element
 void GraphType.setNodeArray(int i, NodeType node)
          Sets ith "node" element
 void GraphType.setNodeArray(NodeType[] nodeArray)
          Sets array of all "node" element
 

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

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

Methods in org.graphdrawing.graphml.xmlns.impl that return NodeType
 NodeType NodeDocumentImpl.addNewNode()
          Appends and returns a new empty "node" element
 NodeType GraphTypeImpl.addNewNode()
          Appends and returns a new empty value (as xml) as the last "node" element
 NodeType NodeDocumentImpl.getNode()
          Gets the "node" element
 NodeType[] GraphTypeImpl.getNodeArray()
          Gets array of all "node" elements
 NodeType GraphTypeImpl.getNodeArray(int i)
          Gets ith "node" element
 NodeType GraphTypeImpl.insertNewNode(int i)
          Inserts and returns a new empty value (as xml) as the ith "node" element
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type NodeType
 void NodeDocumentImpl.setNode(NodeType node)
          Sets the "node" element
 void GraphTypeImpl.setNodeArray(int i, NodeType node)
          Sets ith "node" element
 void GraphTypeImpl.setNodeArray(NodeType[] nodeArray)
          Sets array of all "node" element
 



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