| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
NamedGroup |
RedefineDocument.Redefine.addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element
|
NamedGroup |
GroupDocument.addNewGroup()
Appends and returns a new empty "group" element
|
NamedGroup |
SchemaDocument.Schema.addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element
|
NamedGroup |
GroupDocument.getGroup()
Gets the "group" element
|
NamedGroup[] |
RedefineDocument.Redefine.getGroupArray()
Gets array of all "group" elements
|
NamedGroup[] |
SchemaDocument.Schema.getGroupArray()
Gets array of all "group" elements
|
NamedGroup |
RedefineDocument.Redefine.getGroupArray(int i)
Gets ith "group" element
|
NamedGroup |
SchemaDocument.Schema.getGroupArray(int i)
Gets ith "group" element
|
NamedGroup |
RedefineDocument.Redefine.insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element
|
NamedGroup |
SchemaDocument.Schema.insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element
|
static NamedGroup |
NamedGroup.Factory.newInstance() |
static NamedGroup |
NamedGroup.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static NamedGroup |
NamedGroup.Factory.parse(File file) |
static NamedGroup |
NamedGroup.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static NamedGroup |
NamedGroup.Factory.parse(InputStream is) |
static NamedGroup |
NamedGroup.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static NamedGroup |
NamedGroup.Factory.parse(Node node) |
static NamedGroup |
NamedGroup.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static NamedGroup |
NamedGroup.Factory.parse(Reader r) |
static NamedGroup |
NamedGroup.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static NamedGroup |
NamedGroup.Factory.parse(String xmlAsString) |
static NamedGroup |
NamedGroup.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static NamedGroup |
NamedGroup.Factory.parse(URL u) |
static NamedGroup |
NamedGroup.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static NamedGroup |
NamedGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static NamedGroup |
NamedGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static NamedGroup |
NamedGroup.Factory.parse(XMLStreamReader sr) |
static NamedGroup |
NamedGroup.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupDocument.setGroup(NamedGroup group)
Sets the "group" element
|
void |
RedefineDocument.Redefine.setGroupArray(int i,
NamedGroup group)
Sets ith "group" element
|
void |
SchemaDocument.Schema.setGroupArray(int i,
NamedGroup group)
Sets ith "group" element
|
void |
RedefineDocument.Redefine.setGroupArray(NamedGroup[] groupArray)
Sets array of all "group" element
|
void |
SchemaDocument.Schema.setGroupArray(NamedGroup[] groupArray)
Sets array of all "group" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedGroupImpl
An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
NamedGroup |
RedefineDocumentImpl.RedefineImpl.addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element
|
NamedGroup |
GroupDocumentImpl.addNewGroup()
Appends and returns a new empty "group" element
|
NamedGroup |
SchemaDocumentImpl.SchemaImpl.addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element
|
NamedGroup |
GroupDocumentImpl.getGroup()
Gets the "group" element
|
NamedGroup[] |
RedefineDocumentImpl.RedefineImpl.getGroupArray()
Gets array of all "group" elements
|
NamedGroup[] |
SchemaDocumentImpl.SchemaImpl.getGroupArray()
Gets array of all "group" elements
|
NamedGroup |
RedefineDocumentImpl.RedefineImpl.getGroupArray(int i)
Gets ith "group" element
|
NamedGroup |
SchemaDocumentImpl.SchemaImpl.getGroupArray(int i)
Gets ith "group" element
|
NamedGroup |
RedefineDocumentImpl.RedefineImpl.insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element
|
NamedGroup |
SchemaDocumentImpl.SchemaImpl.insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupDocumentImpl.setGroup(NamedGroup group)
Sets the "group" element
|
void |
RedefineDocumentImpl.RedefineImpl.setGroupArray(int i,
NamedGroup group)
Sets ith "group" element
|
void |
SchemaDocumentImpl.SchemaImpl.setGroupArray(int i,
NamedGroup group)
Sets ith "group" element
|
void |
RedefineDocumentImpl.RedefineImpl.setGroupArray(NamedGroup[] groupArray)
Sets array of all "group" element
|
void |
SchemaDocumentImpl.SchemaImpl.setGroupArray(NamedGroup[] groupArray)
Sets array of all "group" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.