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