| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeyrefDocument.Keyref
An XML keyref(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
Keybase |
KeyDocument.addNewKey()
Appends and returns a new empty "key" element
|
Keybase |
Element.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element
|
Keybase |
UniqueDocument.addNewUnique()
Appends and returns a new empty "unique" element
|
Keybase |
Element.addNewUnique()
Appends and returns a new empty value (as xml) as the last "unique" element
|
Keybase |
KeyDocument.getKey()
Gets the "key" element
|
Keybase[] |
Element.getKeyArray()
Gets array of all "key" elements
|
Keybase |
Element.getKeyArray(int i)
Gets ith "key" element
|
Keybase |
UniqueDocument.getUnique()
Gets the "unique" element
|
Keybase[] |
Element.getUniqueArray()
Gets array of all "unique" elements
|
Keybase |
Element.getUniqueArray(int i)
Gets ith "unique" element
|
Keybase |
Element.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element
|
Keybase |
Element.insertNewUnique(int i)
Inserts and returns a new empty value (as xml) as the ith "unique" element
|
static Keybase |
Keybase.Factory.newInstance() |
static Keybase |
Keybase.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Keybase |
Keybase.Factory.parse(File file) |
static Keybase |
Keybase.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Keybase |
Keybase.Factory.parse(InputStream is) |
static Keybase |
Keybase.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Keybase |
Keybase.Factory.parse(Node node) |
static Keybase |
Keybase.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Keybase |
Keybase.Factory.parse(Reader r) |
static Keybase |
Keybase.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Keybase |
Keybase.Factory.parse(String xmlAsString) |
static Keybase |
Keybase.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Keybase |
Keybase.Factory.parse(URL u) |
static Keybase |
Keybase.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Keybase |
Keybase.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Keybase |
Keybase.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Keybase |
Keybase.Factory.parse(XMLStreamReader sr) |
static Keybase |
Keybase.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyDocument.setKey(Keybase key)
Sets the "key" element
|
void |
Element.setKeyArray(int i,
Keybase key)
Sets ith "key" element
|
void |
Element.setKeyArray(Keybase[] keyArray)
Sets array of all "key" element
|
void |
UniqueDocument.setUnique(Keybase unique)
Sets the "unique" element
|
void |
Element.setUniqueArray(int i,
Keybase unique)
Sets ith "unique" element
|
void |
Element.setUniqueArray(Keybase[] uniqueArray)
Sets array of all "unique" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeybaseImpl
An XML keybase(@http://www.w3.org/2001/XMLSchema).
|
static class |
KeyrefDocumentImpl.KeyrefImpl
An XML keyref(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
Keybase |
KeyDocumentImpl.addNewKey()
Appends and returns a new empty "key" element
|
Keybase |
ElementImpl.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element
|
Keybase |
UniqueDocumentImpl.addNewUnique()
Appends and returns a new empty "unique" element
|
Keybase |
ElementImpl.addNewUnique()
Appends and returns a new empty value (as xml) as the last "unique" element
|
Keybase |
KeyDocumentImpl.getKey()
Gets the "key" element
|
Keybase[] |
ElementImpl.getKeyArray()
Gets array of all "key" elements
|
Keybase |
ElementImpl.getKeyArray(int i)
Gets ith "key" element
|
Keybase |
UniqueDocumentImpl.getUnique()
Gets the "unique" element
|
Keybase[] |
ElementImpl.getUniqueArray()
Gets array of all "unique" elements
|
Keybase |
ElementImpl.getUniqueArray(int i)
Gets ith "unique" element
|
Keybase |
ElementImpl.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element
|
Keybase |
ElementImpl.insertNewUnique(int i)
Inserts and returns a new empty value (as xml) as the ith "unique" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyDocumentImpl.setKey(Keybase key)
Sets the "key" element
|
void |
ElementImpl.setKeyArray(int i,
Keybase key)
Sets ith "key" element
|
void |
ElementImpl.setKeyArray(Keybase[] keyArray)
Sets array of all "key" element
|
void |
UniqueDocumentImpl.setUnique(Keybase unique)
Sets the "unique" element
|
void |
ElementImpl.setUniqueArray(int i,
Keybase unique)
Sets ith "unique" element
|
void |
ElementImpl.setUniqueArray(Keybase[] uniqueArray)
Sets array of all "unique" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.