| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
TopLevelAttribute |
AttributeDocument.addNewAttribute()
Appends and returns a new empty "attribute" element
|
TopLevelAttribute |
SchemaDocument.Schema.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
TopLevelAttribute |
AttributeDocument.getAttribute()
Gets the "attribute" element
|
TopLevelAttribute[] |
SchemaDocument.Schema.getAttributeArray()
Gets array of all "attribute" elements
|
TopLevelAttribute |
SchemaDocument.Schema.getAttributeArray(int i)
Gets ith "attribute" element
|
TopLevelAttribute |
SchemaDocument.Schema.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
static TopLevelAttribute |
TopLevelAttribute.Factory.newInstance() |
static TopLevelAttribute |
TopLevelAttribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(File file) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(InputStream is) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(Node node) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(Reader r) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(String xmlAsString) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(URL u) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(XMLStreamReader sr) |
static TopLevelAttribute |
TopLevelAttribute.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDocument.setAttribute(TopLevelAttribute attribute)
Sets the "attribute" element
|
void |
SchemaDocument.Schema.setAttributeArray(int i,
TopLevelAttribute attribute)
Sets ith "attribute" element
|
void |
SchemaDocument.Schema.setAttributeArray(TopLevelAttribute[] attributeArray)
Sets array of all "attribute" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopLevelAttributeImpl
An XML topLevelAttribute(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
TopLevelAttribute |
AttributeDocumentImpl.addNewAttribute()
Appends and returns a new empty "attribute" element
|
TopLevelAttribute |
SchemaDocumentImpl.SchemaImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
TopLevelAttribute |
AttributeDocumentImpl.getAttribute()
Gets the "attribute" element
|
TopLevelAttribute[] |
SchemaDocumentImpl.SchemaImpl.getAttributeArray()
Gets array of all "attribute" elements
|
TopLevelAttribute |
SchemaDocumentImpl.SchemaImpl.getAttributeArray(int i)
Gets ith "attribute" element
|
TopLevelAttribute |
SchemaDocumentImpl.SchemaImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDocumentImpl.setAttribute(TopLevelAttribute attribute)
Sets the "attribute" element
|
void |
SchemaDocumentImpl.SchemaImpl.setAttributeArray(int i,
TopLevelAttribute attribute)
Sets ith "attribute" element
|
void |
SchemaDocumentImpl.SchemaImpl.setAttributeArray(TopLevelAttribute[] attributeArray)
Sets array of all "attribute" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.