| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
static DerivationSet |
DerivationSet.Factory.newInstance() |
static DerivationSet |
DerivationSet.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static DerivationSet |
DerivationSet.Factory.newValue(Object obj) |
static DerivationSet |
DerivationSet.Factory.parse(File file) |
static DerivationSet |
DerivationSet.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static DerivationSet |
DerivationSet.Factory.parse(InputStream is) |
static DerivationSet |
DerivationSet.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static DerivationSet |
DerivationSet.Factory.parse(Node node) |
static DerivationSet |
DerivationSet.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static DerivationSet |
DerivationSet.Factory.parse(Reader r) |
static DerivationSet |
DerivationSet.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static DerivationSet |
DerivationSet.Factory.parse(String xmlAsString) |
static DerivationSet |
DerivationSet.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static DerivationSet |
DerivationSet.Factory.parse(URL u) |
static DerivationSet |
DerivationSet.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static DerivationSet |
DerivationSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static DerivationSet |
DerivationSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static DerivationSet |
DerivationSet.Factory.parse(XMLStreamReader sr) |
static DerivationSet |
DerivationSet.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
DerivationSet |
ComplexType.xgetBlock()
Gets (as xml) the "block" attribute
|
DerivationSet |
Element.xgetFinal()
Gets (as xml) the "final" attribute
|
DerivationSet |
ComplexType.xgetFinal()
Gets (as xml) the "final" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexType.xsetBlock(DerivationSet block)
Sets (as xml) the "block" attribute
|
void |
Element.xsetFinal(DerivationSet xfinal)
Sets (as xml) the "final" attribute
|
void |
ComplexType.xsetFinal(DerivationSet xfinal)
Sets (as xml) the "final" attribute
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerivationSetImpl
An XML derivationSet(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
DerivationSet |
ComplexTypeImpl.xgetBlock()
Gets (as xml) the "block" attribute
|
DerivationSet |
ElementImpl.xgetFinal()
Gets (as xml) the "final" attribute
|
DerivationSet |
ComplexTypeImpl.xgetFinal()
Gets (as xml) the "final" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexTypeImpl.xsetBlock(DerivationSet block)
Sets (as xml) the "block" attribute
|
void |
ElementImpl.xsetFinal(DerivationSet xfinal)
Sets (as xml) the "final" attribute
|
void |
ComplexTypeImpl.xsetFinal(DerivationSet xfinal)
Sets (as xml) the "final" attribute
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.