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

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

Uses of DefaultDocument in org.graphdrawing.graphml.xmlns
 

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

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

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



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