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

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

Uses of PortDocument in org.graphdrawing.graphml.xmlns
 

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

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

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



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