|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Keybase | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of Keybase in org.w3.x2001.xmlSchema |
---|
Subinterfaces of Keybase in org.w3.x2001.xmlSchema | |
---|---|
static interface |
KeyrefDocument.Keyref
An XML keyref(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema that return Keybase | |
---|---|
Keybase |
Element.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element |
Keybase |
KeyDocument.addNewKey()
Appends and returns a new empty "key" element |
Keybase |
Element.addNewUnique()
Appends and returns a new empty value (as xml) as the last "unique" element |
Keybase |
UniqueDocument.addNewUnique()
Appends and returns a new empty "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(java.io.File file)
|
static Keybase |
Keybase.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Keybase |
Keybase.Factory.parse(java.io.InputStream is)
|
static Keybase |
Keybase.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Keybase |
Keybase.Factory.parse(org.w3c.dom.Node node)
|
static Keybase |
Keybase.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Keybase |
Keybase.Factory.parse(java.io.Reader r)
|
static Keybase |
Keybase.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Keybase |
Keybase.Factory.parse(java.lang.String xmlAsString)
|
static Keybase |
Keybase.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Keybase |
Keybase.Factory.parse(java.net.URL u)
|
static Keybase |
Keybase.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static Keybase |
Keybase.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type Keybase | |
---|---|
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 |
Uses of Keybase in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement Keybase | |
---|---|
class |
KeybaseImpl
An XML keybase(@http://www.w3.org/2001/XMLSchema). |
static class |
KeyrefDocumentImpl.KeyrefImpl
An XML keyref(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return Keybase | |
---|---|
Keybase |
ElementImpl.addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element |
Keybase |
KeyDocumentImpl.addNewKey()
Appends and returns a new empty "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 |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type Keybase | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |