|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeIndegreeType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of NodeIndegreeType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return NodeIndegreeType | |
---|---|
static NodeIndegreeType |
NodeIndegreeType.Factory.newInstance()
|
static NodeIndegreeType |
NodeIndegreeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.newValue(java.lang.Object obj)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.io.File file)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.io.InputStream is)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(org.w3c.dom.Node node)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.io.Reader r)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.lang.String xmlAsString)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.net.URL u)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static NodeIndegreeType |
NodeIndegreeType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
NodeIndegreeType |
NodeType.xgetParseIndegree()
Gets (as xml) the "parse.indegree" attribute |
Methods in org.graphdrawing.graphml.xmlns with parameters of type NodeIndegreeType | |
---|---|
void |
NodeType.xsetParseIndegree(NodeIndegreeType parseIndegree)
Sets (as xml) the "parse.indegree" attribute |
Uses of NodeIndegreeType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement NodeIndegreeType | |
---|---|
class |
NodeIndegreeTypeImpl
An XML node.indegree.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return NodeIndegreeType | |
---|---|
NodeIndegreeType |
NodeTypeImpl.xgetParseIndegree()
Gets (as xml) the "parse.indegree" attribute |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type NodeIndegreeType | |
---|---|
void |
NodeTypeImpl.xsetParseIndegree(NodeIndegreeType parseIndegree)
Sets (as xml) the "parse.indegree" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |