| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
TopLevelComplexType |
RedefineDocument.Redefine.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element
|
TopLevelComplexType |
ComplexTypeDocument.addNewComplexType()
Appends and returns a new empty "complexType" element
|
TopLevelComplexType |
SchemaDocument.Schema.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element
|
TopLevelComplexType |
ComplexTypeDocument.getComplexType()
Gets the "complexType" element
|
TopLevelComplexType[] |
RedefineDocument.Redefine.getComplexTypeArray()
Gets array of all "complexType" elements
|
TopLevelComplexType[] |
SchemaDocument.Schema.getComplexTypeArray()
Gets array of all "complexType" elements
|
TopLevelComplexType |
RedefineDocument.Redefine.getComplexTypeArray(int i)
Gets ith "complexType" element
|
TopLevelComplexType |
SchemaDocument.Schema.getComplexTypeArray(int i)
Gets ith "complexType" element
|
TopLevelComplexType |
RedefineDocument.Redefine.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element
|
TopLevelComplexType |
SchemaDocument.Schema.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element
|
static TopLevelComplexType |
TopLevelComplexType.Factory.newInstance() |
static TopLevelComplexType |
TopLevelComplexType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(File file) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(InputStream is) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(Node node) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(Reader r) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(String xmlAsString) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(URL u) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(XMLStreamReader sr) |
static TopLevelComplexType |
TopLevelComplexType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexTypeDocument.setComplexType(TopLevelComplexType complexType)
Sets the "complexType" element
|
void |
RedefineDocument.Redefine.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element
|
void |
SchemaDocument.Schema.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element
|
void |
RedefineDocument.Redefine.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element
|
void |
SchemaDocument.Schema.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopLevelComplexTypeImpl
An XML topLevelComplexType(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
TopLevelComplexType |
RedefineDocumentImpl.RedefineImpl.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element
|
TopLevelComplexType |
ComplexTypeDocumentImpl.addNewComplexType()
Appends and returns a new empty "complexType" element
|
TopLevelComplexType |
SchemaDocumentImpl.SchemaImpl.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element
|
TopLevelComplexType |
ComplexTypeDocumentImpl.getComplexType()
Gets the "complexType" element
|
TopLevelComplexType[] |
RedefineDocumentImpl.RedefineImpl.getComplexTypeArray()
Gets array of all "complexType" elements
|
TopLevelComplexType[] |
SchemaDocumentImpl.SchemaImpl.getComplexTypeArray()
Gets array of all "complexType" elements
|
TopLevelComplexType |
RedefineDocumentImpl.RedefineImpl.getComplexTypeArray(int i)
Gets ith "complexType" element
|
TopLevelComplexType |
SchemaDocumentImpl.SchemaImpl.getComplexTypeArray(int i)
Gets ith "complexType" element
|
TopLevelComplexType |
RedefineDocumentImpl.RedefineImpl.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element
|
TopLevelComplexType |
SchemaDocumentImpl.SchemaImpl.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexTypeDocumentImpl.setComplexType(TopLevelComplexType complexType)
Sets the "complexType" element
|
void |
RedefineDocumentImpl.RedefineImpl.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element
|
void |
SchemaDocumentImpl.SchemaImpl.setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element
|
void |
RedefineDocumentImpl.RedefineImpl.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element
|
void |
SchemaDocumentImpl.SchemaImpl.setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.