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

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

Uses of GraphmlDocument in org.graphdrawing.graphml.xmlns
 

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

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

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



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