| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
KeyrefDocument.Keyref |
KeyrefDocument.addNewKeyref()
Appends and returns a new empty "keyref" element
|
KeyrefDocument.Keyref |
Element.addNewKeyref()
Appends and returns a new empty value (as xml) as the last "keyref" element
|
KeyrefDocument.Keyref |
KeyrefDocument.getKeyref()
Gets the "keyref" element
|
KeyrefDocument.Keyref[] |
Element.getKeyrefArray()
Gets array of all "keyref" elements
|
KeyrefDocument.Keyref |
Element.getKeyrefArray(int i)
Gets ith "keyref" element
|
KeyrefDocument.Keyref |
Element.insertNewKeyref(int i)
Inserts and returns a new empty value (as xml) as the ith "keyref" element
|
static KeyrefDocument.Keyref |
KeyrefDocument.Keyref.Factory.newInstance() |
static KeyrefDocument.Keyref |
KeyrefDocument.Keyref.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyrefDocument.setKeyref(KeyrefDocument.Keyref keyref)
Sets the "keyref" element
|
void |
Element.setKeyrefArray(int i,
KeyrefDocument.Keyref keyref)
Sets ith "keyref" element
|
void |
Element.setKeyrefArray(KeyrefDocument.Keyref[] keyrefArray)
Sets array of all "keyref" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyrefDocumentImpl.KeyrefImpl
An XML keyref(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
KeyrefDocument.Keyref |
KeyrefDocumentImpl.addNewKeyref()
Appends and returns a new empty "keyref" element
|
KeyrefDocument.Keyref |
ElementImpl.addNewKeyref()
Appends and returns a new empty value (as xml) as the last "keyref" element
|
KeyrefDocument.Keyref |
KeyrefDocumentImpl.getKeyref()
Gets the "keyref" element
|
KeyrefDocument.Keyref[] |
ElementImpl.getKeyrefArray()
Gets array of all "keyref" elements
|
KeyrefDocument.Keyref |
ElementImpl.getKeyrefArray(int i)
Gets ith "keyref" element
|
KeyrefDocument.Keyref |
ElementImpl.insertNewKeyref(int i)
Inserts and returns a new empty value (as xml) as the ith "keyref" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyrefDocumentImpl.setKeyref(KeyrefDocument.Keyref keyref)
Sets the "keyref" element
|
void |
ElementImpl.setKeyrefArray(int i,
KeyrefDocument.Keyref keyref)
Sets ith "keyref" element
|
void |
ElementImpl.setKeyrefArray(KeyrefDocument.Keyref[] keyrefArray)
Sets array of all "keyref" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.