|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of KeyType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return KeyType | |
---|---|
KeyType |
KeyDocument.addNewKey()
Appends and returns a new empty "key" element |
KeyType |
GraphmlType.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element |
KeyType |
KeyDocument.getKey()
Gets the "key" element |
KeyType[] |
GraphmlType.getKeyArray()
Gets array of all "key" elements |
KeyType |
GraphmlType.getKeyArray(int i)
Gets ith "key" element |
KeyType |
GraphmlType.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element |
static KeyType |
KeyType.Factory.newInstance()
|
static KeyType |
KeyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static KeyType |
KeyType.Factory.parse(java.io.File file)
|
static KeyType |
KeyType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static KeyType |
KeyType.Factory.parse(java.io.InputStream is)
|
static KeyType |
KeyType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static KeyType |
KeyType.Factory.parse(org.w3c.dom.Node node)
|
static KeyType |
KeyType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static KeyType |
KeyType.Factory.parse(java.io.Reader r)
|
static KeyType |
KeyType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static KeyType |
KeyType.Factory.parse(java.lang.String xmlAsString)
|
static KeyType |
KeyType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static KeyType |
KeyType.Factory.parse(java.net.URL u)
|
static KeyType |
KeyType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static KeyType |
KeyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static KeyType |
KeyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static KeyType |
KeyType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static KeyType |
KeyType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.graphdrawing.graphml.xmlns with parameters of type KeyType | |
---|---|
void |
KeyDocument.setKey(KeyType key)
Sets the "key" element |
void |
GraphmlType.setKeyArray(int i,
KeyType key)
Sets ith "key" element |
void |
GraphmlType.setKeyArray(KeyType[] keyArray)
Sets array of all "key" element |
Uses of KeyType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement KeyType | |
---|---|
class |
KeyTypeImpl
An XML key.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return KeyType | |
---|---|
KeyType |
GraphmlTypeImpl.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element |
KeyType |
KeyDocumentImpl.addNewKey()
Appends and returns a new empty "key" element |
KeyType |
KeyDocumentImpl.getKey()
Gets the "key" element |
KeyType[] |
GraphmlTypeImpl.getKeyArray()
Gets array of all "key" elements |
KeyType |
GraphmlTypeImpl.getKeyArray(int i)
Gets ith "key" element |
KeyType |
GraphmlTypeImpl.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type KeyType | |
---|---|
void |
KeyDocumentImpl.setKey(KeyType key)
Sets the "key" element |
void |
GraphmlTypeImpl.setKeyArray(int i,
KeyType key)
Sets ith "key" element |
void |
GraphmlTypeImpl.setKeyArray(KeyType[] keyArray)
Sets array of all "key" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |