|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HyperedgeDocument | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of HyperedgeDocument in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return HyperedgeDocument | |
---|---|
static HyperedgeDocument |
HyperedgeDocument.Factory.newInstance()
|
static HyperedgeDocument |
HyperedgeDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.io.File file)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.io.InputStream is)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(org.w3c.dom.Node node)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.io.Reader r)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.lang.String xmlAsString)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.net.URL u)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static HyperedgeDocument |
HyperedgeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of HyperedgeDocument in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement HyperedgeDocument | |
---|---|
class |
HyperedgeDocumentImpl
A document containing one hyperedge(@http://graphml.graphdrawing.org/xmlns) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |