| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalSimpleType
An XML localSimpleType(@http://www.w3.org/2001/XMLSchema).
|
interface |
TopLevelSimpleType
An XML topLevelSimpleType(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleType |
SimpleType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static SimpleType |
SimpleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static SimpleType |
SimpleType.Factory.parse(File file) |
static SimpleType |
SimpleType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SimpleType |
SimpleType.Factory.parse(InputStream is) |
static SimpleType |
SimpleType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SimpleType |
SimpleType.Factory.parse(Node node) |
static SimpleType |
SimpleType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SimpleType |
SimpleType.Factory.parse(Reader r) |
static SimpleType |
SimpleType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SimpleType |
SimpleType.Factory.parse(String xmlAsString) |
static SimpleType |
SimpleType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SimpleType |
SimpleType.Factory.parse(URL u) |
static SimpleType |
SimpleType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SimpleType |
SimpleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SimpleType |
SimpleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SimpleType |
SimpleType.Factory.parse(XMLStreamReader sr) |
static SimpleType |
SimpleType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSimpleTypeImpl
An XML localSimpleType(@http://www.w3.org/2001/XMLSchema).
|
class |
SimpleTypeImpl
An XML simpleType(@http://www.w3.org/2001/XMLSchema).
|
class |
TopLevelSimpleTypeImpl
An XML topLevelSimpleType(@http://www.w3.org/2001/XMLSchema).
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.