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

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

Uses of GraphDocument in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return GraphDocument
static GraphDocument GraphDocument.Factory.newInstance()
           
static GraphDocument GraphDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GraphDocument GraphDocument.Factory.parse(java.io.File file)
           
static GraphDocument GraphDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GraphDocument GraphDocument.Factory.parse(java.io.InputStream is)
           
static GraphDocument GraphDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GraphDocument GraphDocument.Factory.parse(org.w3c.dom.Node node)
           
static GraphDocument GraphDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GraphDocument GraphDocument.Factory.parse(java.io.Reader r)
           
static GraphDocument GraphDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GraphDocument GraphDocument.Factory.parse(java.lang.String xmlAsString)
           
static GraphDocument GraphDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GraphDocument GraphDocument.Factory.parse(java.net.URL u)
           
static GraphDocument GraphDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GraphDocument GraphDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GraphDocument GraphDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GraphDocument GraphDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GraphDocument GraphDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphDocument
 class GraphDocumentImpl
          A document containing one graph(@http://graphml.graphdrawing.org/xmlns) element.
 



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