|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphmlType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of GraphmlType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return GraphmlType | |
---|---|
GraphmlType |
GraphmlDocument.addNewGraphml()
Appends and returns a new empty "graphml" element |
GraphmlType |
GraphmlDocument.getGraphml()
Gets the "graphml" element |
static GraphmlType |
GraphmlType.Factory.newInstance()
|
static GraphmlType |
GraphmlType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static GraphmlType |
GraphmlType.Factory.parse(java.io.File file)
|
static GraphmlType |
GraphmlType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static GraphmlType |
GraphmlType.Factory.parse(java.io.InputStream is)
|
static GraphmlType |
GraphmlType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static GraphmlType |
GraphmlType.Factory.parse(org.w3c.dom.Node node)
|
static GraphmlType |
GraphmlType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static GraphmlType |
GraphmlType.Factory.parse(java.io.Reader r)
|
static GraphmlType |
GraphmlType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static GraphmlType |
GraphmlType.Factory.parse(java.lang.String xmlAsString)
|
static GraphmlType |
GraphmlType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static GraphmlType |
GraphmlType.Factory.parse(java.net.URL u)
|
static GraphmlType |
GraphmlType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static GraphmlType |
GraphmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static GraphmlType |
GraphmlType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static GraphmlType |
GraphmlType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static GraphmlType |
GraphmlType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphmlType | |
---|---|
void |
GraphmlDocument.setGraphml(GraphmlType graphml)
Sets the "graphml" element |
Uses of GraphmlType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphmlType | |
---|---|
class |
GraphmlTypeImpl
An XML graphml.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return GraphmlType | |
---|---|
GraphmlType |
GraphmlDocumentImpl.addNewGraphml()
Appends and returns a new empty "graphml" element |
GraphmlType |
GraphmlDocumentImpl.getGraphml()
Gets the "graphml" element |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphmlType | |
---|---|
void |
GraphmlDocumentImpl.setGraphml(GraphmlType graphml)
Sets the "graphml" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |