| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalElement
An XML localElement(@http://www.w3.org/2001/XMLSchema).
|
interface |
NarrowMaxMin
An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
|
interface |
TopLevelElement
An XML topLevelElement(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
static Element |
Element.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static Element |
Element.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static Element |
Element.Factory.parse(File file) |
static Element |
Element.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Element |
Element.Factory.parse(InputStream is) |
static Element |
Element.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Element |
Element.Factory.parse(Node node) |
static Element |
Element.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Element |
Element.Factory.parse(Reader r) |
static Element |
Element.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Element |
Element.Factory.parse(String xmlAsString) |
static Element |
Element.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Element |
Element.Factory.parse(URL u) |
static Element |
Element.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Element |
Element.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Element |
Element.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Element |
Element.Factory.parse(XMLStreamReader sr) |
static Element |
Element.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementImpl
An XML element(@http://www.w3.org/2001/XMLSchema).
|
class |
LocalElementImpl
An XML localElement(@http://www.w3.org/2001/XMLSchema).
|
class |
NarrowMaxMinImpl
An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
|
class |
TopLevelElementImpl
An XML topLevelElement(@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.