| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
LocalSimpleType |
UnionDocument.Union.addNewSimpleType()
Appends and returns a new empty value (as xml) as the last "simpleType" element
|
LocalSimpleType |
ListDocument.List.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
RestrictionDocument.Restriction.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
Element.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
RestrictionType.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
Attribute.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
ListDocument.List.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
RestrictionDocument.Restriction.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
Element.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
RestrictionType.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
Attribute.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType[] |
UnionDocument.Union.getSimpleTypeArray()
Gets array of all "simpleType" elements
|
LocalSimpleType |
UnionDocument.Union.getSimpleTypeArray(int i)
Gets ith "simpleType" element
|
LocalSimpleType |
UnionDocument.Union.insertNewSimpleType(int i)
Inserts and returns a new empty value (as xml) as the ith "simpleType" element
|
static LocalSimpleType |
LocalSimpleType.Factory.newInstance() |
static LocalSimpleType |
LocalSimpleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(File file) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(InputStream is) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(Node node) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(Reader r) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(String xmlAsString) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(URL u) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LocalSimpleType |
LocalSimpleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LocalSimpleType |
LocalSimpleType.Factory.parse(XMLStreamReader sr) |
static LocalSimpleType |
LocalSimpleType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocument.List.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
RestrictionDocument.Restriction.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
Element.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
RestrictionType.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
Attribute.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
UnionDocument.Union.setSimpleTypeArray(int i,
LocalSimpleType simpleType)
Sets ith "simpleType" element
|
void |
UnionDocument.Union.setSimpleTypeArray(LocalSimpleType[] simpleTypeArray)
Sets array of all "simpleType" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSimpleTypeImpl
An XML localSimpleType(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
LocalSimpleType |
UnionDocumentImpl.UnionImpl.addNewSimpleType()
Appends and returns a new empty value (as xml) as the last "simpleType" element
|
LocalSimpleType |
ListDocumentImpl.ListImpl.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
RestrictionDocumentImpl.RestrictionImpl.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
ElementImpl.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
RestrictionTypeImpl.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
AttributeImpl.addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
LocalSimpleType |
ListDocumentImpl.ListImpl.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
RestrictionDocumentImpl.RestrictionImpl.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
ElementImpl.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
RestrictionTypeImpl.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType |
AttributeImpl.getSimpleType()
Gets the "simpleType" element
|
LocalSimpleType[] |
UnionDocumentImpl.UnionImpl.getSimpleTypeArray()
Gets array of all "simpleType" elements
|
LocalSimpleType |
UnionDocumentImpl.UnionImpl.getSimpleTypeArray(int i)
Gets ith "simpleType" element
|
LocalSimpleType |
UnionDocumentImpl.UnionImpl.insertNewSimpleType(int i)
Inserts and returns a new empty value (as xml) as the ith "simpleType" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocumentImpl.ListImpl.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
RestrictionDocumentImpl.RestrictionImpl.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
ElementImpl.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
RestrictionTypeImpl.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
AttributeImpl.setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
UnionDocumentImpl.UnionImpl.setSimpleTypeArray(int i,
LocalSimpleType simpleType)
Sets ith "simpleType" element
|
void |
UnionDocumentImpl.UnionImpl.setSimpleTypeArray(LocalSimpleType[] simpleTypeArray)
Sets array of all "simpleType" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.