| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NarrowMaxMin
An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
LocalElement |
Group.addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element
|
LocalElement[] |
Group.getElementArray()
Gets array of all "element" elements
|
LocalElement |
Group.getElementArray(int i)
Gets ith "element" element
|
LocalElement |
Group.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element
|
static LocalElement |
LocalElement.Factory.newInstance() |
static LocalElement |
LocalElement.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LocalElement |
LocalElement.Factory.parse(File file) |
static LocalElement |
LocalElement.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static LocalElement |
LocalElement.Factory.parse(InputStream is) |
static LocalElement |
LocalElement.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LocalElement |
LocalElement.Factory.parse(Node node) |
static LocalElement |
LocalElement.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static LocalElement |
LocalElement.Factory.parse(Reader r) |
static LocalElement |
LocalElement.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LocalElement |
LocalElement.Factory.parse(String xmlAsString) |
static LocalElement |
LocalElement.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LocalElement |
LocalElement.Factory.parse(URL u) |
static LocalElement |
LocalElement.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static LocalElement |
LocalElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LocalElement |
LocalElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LocalElement |
LocalElement.Factory.parse(XMLStreamReader sr) |
static LocalElement |
LocalElement.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setElementArray(int i,
LocalElement element)
Sets ith "element" element
|
void |
Group.setElementArray(LocalElement[] elementArray)
Sets array of all "element" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalElementImpl
An XML localElement(@http://www.w3.org/2001/XMLSchema).
|
class |
NarrowMaxMinImpl
An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
LocalElement |
GroupImpl.addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element
|
LocalElement[] |
GroupImpl.getElementArray()
Gets array of all "element" elements
|
LocalElement |
GroupImpl.getElementArray(int i)
Gets ith "element" element
|
LocalElement |
GroupImpl.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupImpl.setElementArray(int i,
LocalElement element)
Sets ith "element" element
|
void |
GroupImpl.setElementArray(LocalElement[] elementArray)
Sets array of all "element" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.