| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
All
An XML all(@http://www.w3.org/2001/XMLSchema).
|
interface |
ExplicitGroup
An XML explicitGroup(@http://www.w3.org/2001/XMLSchema).
|
interface |
GroupRef
An XML groupRef(@http://www.w3.org/2001/XMLSchema).
|
interface |
NamedGroup
An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
|
static interface |
NamedGroup.All
An XML all(@http://www.w3.org/2001/XMLSchema).
|
interface |
RealGroup
An XML realGroup(@http://www.w3.org/2001/XMLSchema).
|
interface |
SimpleExplicitGroup
An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
static Group |
Group.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static Group |
Group.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static Group |
Group.Factory.parse(File file) |
static Group |
Group.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Group |
Group.Factory.parse(InputStream is) |
static Group |
Group.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Group |
Group.Factory.parse(Node node) |
static Group |
Group.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Group |
Group.Factory.parse(Reader r) |
static Group |
Group.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Group |
Group.Factory.parse(String xmlAsString) |
static Group |
Group.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Group |
Group.Factory.parse(URL u) |
static Group |
Group.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Group |
Group.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Group |
Group.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Group |
Group.Factory.parse(XMLStreamReader sr) |
static Group |
Group.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema).
|
class |
ExplicitGroupImpl
An XML explicitGroup(@http://www.w3.org/2001/XMLSchema).
|
class |
GroupImpl
An XML group(@http://www.w3.org/2001/XMLSchema).
|
class |
GroupRefImpl
An XML groupRef(@http://www.w3.org/2001/XMLSchema).
|
class |
NamedGroupImpl
An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
|
static class |
NamedGroupImpl.AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema).
|
class |
RealGroupImpl
An XML realGroup(@http://www.w3.org/2001/XMLSchema).
|
class |
SimpleExplicitGroupImpl
An XML simpleExplicitGroup(@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.