| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PatternDocument.Pattern
An XML pattern(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
NoFixedFacet |
EnumerationDocument.addNewEnumeration()
Appends and returns a new empty "enumeration" element
|
NoFixedFacet |
RestrictionDocument.Restriction.addNewEnumeration()
Appends and returns a new empty value (as xml) as the last "enumeration" element
|
NoFixedFacet |
RestrictionType.addNewEnumeration()
Appends and returns a new empty value (as xml) as the last "enumeration" element
|
NoFixedFacet |
EnumerationDocument.getEnumeration()
Gets the "enumeration" element
|
NoFixedFacet[] |
RestrictionDocument.Restriction.getEnumerationArray()
Gets array of all "enumeration" elements
|
NoFixedFacet[] |
RestrictionType.getEnumerationArray()
Gets array of all "enumeration" elements
|
NoFixedFacet |
RestrictionDocument.Restriction.getEnumerationArray(int i)
Gets ith "enumeration" element
|
NoFixedFacet |
RestrictionType.getEnumerationArray(int i)
Gets ith "enumeration" element
|
NoFixedFacet |
RestrictionDocument.Restriction.insertNewEnumeration(int i)
Inserts and returns a new empty value (as xml) as the ith "enumeration" element
|
NoFixedFacet |
RestrictionType.insertNewEnumeration(int i)
Inserts and returns a new empty value (as xml) as the ith "enumeration" element
|
static NoFixedFacet |
NoFixedFacet.Factory.newInstance() |
static NoFixedFacet |
NoFixedFacet.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(File file) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(InputStream is) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(Node node) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(Reader r) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(String xmlAsString) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(URL u) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static NoFixedFacet |
NoFixedFacet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static NoFixedFacet |
NoFixedFacet.Factory.parse(XMLStreamReader sr) |
static NoFixedFacet |
NoFixedFacet.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnumerationDocument.setEnumeration(NoFixedFacet enumeration)
Sets the "enumeration" element
|
void |
RestrictionDocument.Restriction.setEnumerationArray(int i,
NoFixedFacet enumeration)
Sets ith "enumeration" element
|
void |
RestrictionType.setEnumerationArray(int i,
NoFixedFacet enumeration)
Sets ith "enumeration" element
|
void |
RestrictionDocument.Restriction.setEnumerationArray(NoFixedFacet[] enumerationArray)
Sets array of all "enumeration" element
|
void |
RestrictionType.setEnumerationArray(NoFixedFacet[] enumerationArray)
Sets array of all "enumeration" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoFixedFacetImpl
An XML noFixedFacet(@http://www.w3.org/2001/XMLSchema).
|
static class |
PatternDocumentImpl.PatternImpl
An XML pattern(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
NoFixedFacet |
EnumerationDocumentImpl.addNewEnumeration()
Appends and returns a new empty "enumeration" element
|
NoFixedFacet |
RestrictionDocumentImpl.RestrictionImpl.addNewEnumeration()
Appends and returns a new empty value (as xml) as the last "enumeration" element
|
NoFixedFacet |
RestrictionTypeImpl.addNewEnumeration()
Appends and returns a new empty value (as xml) as the last "enumeration" element
|
NoFixedFacet |
EnumerationDocumentImpl.getEnumeration()
Gets the "enumeration" element
|
NoFixedFacet[] |
RestrictionDocumentImpl.RestrictionImpl.getEnumerationArray()
Gets array of all "enumeration" elements
|
NoFixedFacet[] |
RestrictionTypeImpl.getEnumerationArray()
Gets array of all "enumeration" elements
|
NoFixedFacet |
RestrictionDocumentImpl.RestrictionImpl.getEnumerationArray(int i)
Gets ith "enumeration" element
|
NoFixedFacet |
RestrictionTypeImpl.getEnumerationArray(int i)
Gets ith "enumeration" element
|
NoFixedFacet |
RestrictionDocumentImpl.RestrictionImpl.insertNewEnumeration(int i)
Inserts and returns a new empty value (as xml) as the ith "enumeration" element
|
NoFixedFacet |
RestrictionTypeImpl.insertNewEnumeration(int i)
Inserts and returns a new empty value (as xml) as the ith "enumeration" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumerationDocumentImpl.setEnumeration(NoFixedFacet enumeration)
Sets the "enumeration" element
|
void |
RestrictionDocumentImpl.RestrictionImpl.setEnumerationArray(int i,
NoFixedFacet enumeration)
Sets ith "enumeration" element
|
void |
RestrictionTypeImpl.setEnumerationArray(int i,
NoFixedFacet enumeration)
Sets ith "enumeration" element
|
void |
RestrictionDocumentImpl.RestrictionImpl.setEnumerationArray(NoFixedFacet[] enumerationArray)
Sets array of all "enumeration" element
|
void |
RestrictionTypeImpl.setEnumerationArray(NoFixedFacet[] enumerationArray)
Sets array of all "enumeration" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.