| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
ComplexRestrictionType |
ComplexContentDocument.ComplexContent.addNewRestriction()
Appends and returns a new empty "restriction" element
|
ComplexRestrictionType |
ComplexContentDocument.ComplexContent.getRestriction()
Gets the "restriction" element
|
static ComplexRestrictionType |
ComplexRestrictionType.Factory.newInstance() |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(File file) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(InputStream is) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(Node node) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(Reader r) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(String xmlAsString) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(URL u) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(XMLStreamReader sr) |
static ComplexRestrictionType |
ComplexRestrictionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexContentDocument.ComplexContent.setRestriction(ComplexRestrictionType restriction)
Sets the "restriction" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexRestrictionTypeImpl
An XML complexRestrictionType(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
ComplexRestrictionType |
ComplexContentDocumentImpl.ComplexContentImpl.addNewRestriction()
Appends and returns a new empty "restriction" element
|
ComplexRestrictionType |
ComplexContentDocumentImpl.ComplexContentImpl.getRestriction()
Gets the "restriction" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexContentDocumentImpl.ComplexContentImpl.setRestriction(ComplexRestrictionType restriction)
Sets the "restriction" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.