| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
TopLevelElement |
ElementDocument.addNewElement()
Appends and returns a new empty "element" element
|
TopLevelElement |
SchemaDocument.Schema.addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element
|
TopLevelElement |
ElementDocument.getElement()
Gets the "element" element
|
TopLevelElement[] |
SchemaDocument.Schema.getElementArray()
Gets array of all "element" elements
|
TopLevelElement |
SchemaDocument.Schema.getElementArray(int i)
Gets ith "element" element
|
TopLevelElement |
SchemaDocument.Schema.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element
|
static TopLevelElement |
TopLevelElement.Factory.newInstance() |
static TopLevelElement |
TopLevelElement.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TopLevelElement |
TopLevelElement.Factory.parse(File file) |
static TopLevelElement |
TopLevelElement.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelElement |
TopLevelElement.Factory.parse(InputStream is) |
static TopLevelElement |
TopLevelElement.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelElement |
TopLevelElement.Factory.parse(Node node) |
static TopLevelElement |
TopLevelElement.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelElement |
TopLevelElement.Factory.parse(Reader r) |
static TopLevelElement |
TopLevelElement.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelElement |
TopLevelElement.Factory.parse(String xmlAsString) |
static TopLevelElement |
TopLevelElement.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelElement |
TopLevelElement.Factory.parse(URL u) |
static TopLevelElement |
TopLevelElement.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelElement |
TopLevelElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TopLevelElement |
TopLevelElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TopLevelElement |
TopLevelElement.Factory.parse(XMLStreamReader sr) |
static TopLevelElement |
TopLevelElement.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementDocument.setElement(TopLevelElement element)
Sets the "element" element
|
void |
SchemaDocument.Schema.setElementArray(int i,
TopLevelElement element)
Sets ith "element" element
|
void |
SchemaDocument.Schema.setElementArray(TopLevelElement[] elementArray)
Sets array of all "element" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopLevelElementImpl
An XML topLevelElement(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
TopLevelElement |
ElementDocumentImpl.addNewElement()
Appends and returns a new empty "element" element
|
TopLevelElement |
SchemaDocumentImpl.SchemaImpl.addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element
|
TopLevelElement |
ElementDocumentImpl.getElement()
Gets the "element" element
|
TopLevelElement[] |
SchemaDocumentImpl.SchemaImpl.getElementArray()
Gets array of all "element" elements
|
TopLevelElement |
SchemaDocumentImpl.SchemaImpl.getElementArray(int i)
Gets ith "element" element
|
TopLevelElement |
SchemaDocumentImpl.SchemaImpl.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementDocumentImpl.setElement(TopLevelElement element)
Sets the "element" element
|
void |
SchemaDocumentImpl.SchemaImpl.setElementArray(int i,
TopLevelElement element)
Sets ith "element" element
|
void |
SchemaDocumentImpl.SchemaImpl.setElementArray(TopLevelElement[] 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.