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

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

Uses of EdgeDocument in org.graphdrawing.graphml.xmlns
 

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

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

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



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