| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
SimpleExtensionType |
SimpleContentDocument.SimpleContent.addNewExtension()
Appends and returns a new empty "extension" element
|
SimpleExtensionType |
SimpleContentDocument.SimpleContent.getExtension()
Gets the "extension" element
|
static SimpleExtensionType |
SimpleExtensionType.Factory.newInstance() |
static SimpleExtensionType |
SimpleExtensionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(File file) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(InputStream is) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(Node node) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(Reader r) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(String xmlAsString) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(URL u) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(XMLStreamReader sr) |
static SimpleExtensionType |
SimpleExtensionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleContentDocument.SimpleContent.setExtension(SimpleExtensionType extension)
Sets the "extension" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleExtensionTypeImpl
An XML simpleExtensionType(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
SimpleExtensionType |
SimpleContentDocumentImpl.SimpleContentImpl.addNewExtension()
Appends and returns a new empty "extension" element
|
SimpleExtensionType |
SimpleContentDocumentImpl.SimpleContentImpl.getExtension()
Gets the "extension" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleContentDocumentImpl.SimpleContentImpl.setExtension(SimpleExtensionType extension)
Sets the "extension" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.