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

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

Uses of EndpointDocument in org.graphdrawing.graphml.xmlns
 

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

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

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



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