| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
NotationDocument.Notation |
NotationDocument.addNewNotation()
Appends and returns a new empty "notation" element
|
NotationDocument.Notation |
SchemaDocument.Schema.addNewNotation()
Appends and returns a new empty value (as xml) as the last "notation" element
|
NotationDocument.Notation |
NotationDocument.getNotation()
Gets the "notation" element
|
NotationDocument.Notation[] |
SchemaDocument.Schema.getNotationArray()
Gets array of all "notation" elements
|
NotationDocument.Notation |
SchemaDocument.Schema.getNotationArray(int i)
Gets ith "notation" element
|
NotationDocument.Notation |
SchemaDocument.Schema.insertNewNotation(int i)
Inserts and returns a new empty value (as xml) as the ith "notation" element
|
static NotationDocument.Notation |
NotationDocument.Notation.Factory.newInstance() |
static NotationDocument.Notation |
NotationDocument.Notation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotationDocument.setNotation(NotationDocument.Notation notation)
Sets the "notation" element
|
void |
SchemaDocument.Schema.setNotationArray(int i,
NotationDocument.Notation notation)
Sets ith "notation" element
|
void |
SchemaDocument.Schema.setNotationArray(NotationDocument.Notation[] notationArray)
Sets array of all "notation" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NotationDocumentImpl.NotationImpl
An XML notation(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
NotationDocument.Notation |
NotationDocumentImpl.addNewNotation()
Appends and returns a new empty "notation" element
|
NotationDocument.Notation |
SchemaDocumentImpl.SchemaImpl.addNewNotation()
Appends and returns a new empty value (as xml) as the last "notation" element
|
NotationDocument.Notation |
NotationDocumentImpl.getNotation()
Gets the "notation" element
|
NotationDocument.Notation[] |
SchemaDocumentImpl.SchemaImpl.getNotationArray()
Gets array of all "notation" elements
|
NotationDocument.Notation |
SchemaDocumentImpl.SchemaImpl.getNotationArray(int i)
Gets ith "notation" element
|
NotationDocument.Notation |
SchemaDocumentImpl.SchemaImpl.insertNewNotation(int i)
Inserts and returns a new empty value (as xml) as the ith "notation" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotationDocumentImpl.setNotation(NotationDocument.Notation notation)
Sets the "notation" element
|
void |
SchemaDocumentImpl.SchemaImpl.setNotationArray(int i,
NotationDocument.Notation notation)
Sets ith "notation" element
|
void |
SchemaDocumentImpl.SchemaImpl.setNotationArray(NotationDocument.Notation[] notationArray)
Sets array of all "notation" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.