| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NamedGroup.All
An XML all(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
All |
AllDocument.addNewAll()
Appends and returns a new empty "all" element
|
All |
RealGroup.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element
|
All |
Group.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element
|
All |
ExtensionType.addNewAll()
Appends and returns a new empty "all" element
|
All |
RestrictionType.addNewAll()
Appends and returns a new empty "all" element
|
All |
ComplexType.addNewAll()
Appends and returns a new empty "all" element
|
All |
AllDocument.getAll()
Gets the "all" element
|
All |
ExtensionType.getAll()
Gets the "all" element
|
All |
RestrictionType.getAll()
Gets the "all" element
|
All |
ComplexType.getAll()
Gets the "all" element
|
All[] |
RealGroup.getAllArray()
Gets array of all "all" elements
|
All[] |
Group.getAllArray()
Gets array of all "all" elements
|
All |
RealGroup.getAllArray(int i)
Gets ith "all" element
|
All |
Group.getAllArray(int i)
Gets ith "all" element
|
All |
RealGroup.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element
|
All |
Group.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element
|
static All |
All.Factory.newInstance() |
static All |
All.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static All |
All.Factory.parse(File file) |
static All |
All.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static All |
All.Factory.parse(InputStream is) |
static All |
All.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static All |
All.Factory.parse(Node node) |
static All |
All.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static All |
All.Factory.parse(Reader r) |
static All |
All.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static All |
All.Factory.parse(String xmlAsString) |
static All |
All.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static All |
All.Factory.parse(URL u) |
static All |
All.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static All |
All.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static All |
All.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static All |
All.Factory.parse(XMLStreamReader sr) |
static All |
All.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AllDocument.setAll(All all)
Sets the "all" element
|
void |
ExtensionType.setAll(All all)
Sets the "all" element
|
void |
RestrictionType.setAll(All all)
Sets the "all" element
|
void |
ComplexType.setAll(All all)
Sets the "all" element
|
void |
RealGroup.setAllArray(All[] allArray)
Sets array of all "all" element
|
void |
Group.setAllArray(All[] allArray)
Sets array of all "all" element
|
void |
RealGroup.setAllArray(int i,
All all)
Sets ith "all" element
|
void |
Group.setAllArray(int i,
All all)
Sets ith "all" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema).
|
static class |
NamedGroupImpl.AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
All |
AllDocumentImpl.addNewAll()
Appends and returns a new empty "all" element
|
All |
RealGroupImpl.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element
|
All |
GroupImpl.addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element
|
All |
ExtensionTypeImpl.addNewAll()
Appends and returns a new empty "all" element
|
All |
RestrictionTypeImpl.addNewAll()
Appends and returns a new empty "all" element
|
All |
ComplexTypeImpl.addNewAll()
Appends and returns a new empty "all" element
|
All |
AllDocumentImpl.getAll()
Gets the "all" element
|
All |
ExtensionTypeImpl.getAll()
Gets the "all" element
|
All |
RestrictionTypeImpl.getAll()
Gets the "all" element
|
All |
ComplexTypeImpl.getAll()
Gets the "all" element
|
All[] |
RealGroupImpl.getAllArray()
Gets array of all "all" elements
|
All[] |
GroupImpl.getAllArray()
Gets array of all "all" elements
|
All |
RealGroupImpl.getAllArray(int i)
Gets ith "all" element
|
All |
GroupImpl.getAllArray(int i)
Gets ith "all" element
|
All |
RealGroupImpl.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element
|
All |
GroupImpl.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllDocumentImpl.setAll(All all)
Sets the "all" element
|
void |
ExtensionTypeImpl.setAll(All all)
Sets the "all" element
|
void |
RestrictionTypeImpl.setAll(All all)
Sets the "all" element
|
void |
ComplexTypeImpl.setAll(All all)
Sets the "all" element
|
void |
RealGroupImpl.setAllArray(All[] allArray)
Sets array of all "all" element
|
void |
GroupImpl.setAllArray(All[] allArray)
Sets array of all "all" element
|
void |
RealGroupImpl.setAllArray(int i,
All all)
Sets ith "all" element
|
void |
GroupImpl.setAllArray(int i,
All all)
Sets ith "all" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.