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