Uses of Interface
org.graphdrawing.graphml.xmlns.KeyType
Packages that use KeyType
-
Uses of KeyType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return KeyTypeModifier and TypeMethodDescriptionGraphmlType.addNewKey()Appends and returns a new empty value (as xml) as the last "key" elementKeyDocument.addNewKey()Appends and returns a new empty "key" elementKeyDocument.getKey()Gets the "key" elementKeyType[]GraphmlType.getKeyArray()Gets array of all "key" elementsGraphmlType.getKeyArray(int i) Gets ith "key" elementGraphmlType.insertNewKey(int i) Inserts and returns a new empty value (as xml) as the ith "key" elementstatic KeyTypeKeyType.Factory.newInstance()static KeyTypeKeyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static KeyTypestatic KeyTypestatic KeyTypeKeyType.Factory.parse(InputStream is) static KeyTypeKeyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static KeyTypestatic KeyTypestatic KeyTypestatic KeyTypestatic KeyTypestatic KeyTypestatic KeyTypeKeyType.Factory.parse(XMLStreamReader sr) static KeyTypeKeyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static KeyTypeKeyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static KeyTypeKeyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic KeyTypestatic KeyTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type KeyTypeModifier and TypeMethodDescriptionvoidSets the "key" elementvoidGraphmlType.setKeyArray(int i, KeyType key) Sets ith "key" elementvoidGraphmlType.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 KeyTypeModifier and TypeClassDescriptionclassAn XML key.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return KeyTypeModifier and TypeMethodDescriptionGraphmlTypeImpl.addNewKey()Appends and returns a new empty value (as xml) as the last "key" elementKeyDocumentImpl.addNewKey()Appends and returns a new empty "key" elementKeyDocumentImpl.getKey()Gets the "key" elementKeyType[]GraphmlTypeImpl.getKeyArray()Gets array of all "key" elementsGraphmlTypeImpl.getKeyArray(int i) Gets ith "key" elementGraphmlTypeImpl.insertNewKey(int i) Inserts and returns a new empty value (as xml) as the ith "key" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type KeyTypeModifier and TypeMethodDescriptionvoidSets the "key" elementvoidGraphmlTypeImpl.setKeyArray(int i, KeyType key) Sets ith "key" elementvoidGraphmlTypeImpl.setKeyArray(KeyType[] keyArray) Sets array of all "key" element
XMLInputStream