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