| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
AnnotationDocument.Annotation |
AnnotationDocument.addNewAnnotation()
Appends and returns a new empty "annotation" element
|
AnnotationDocument.Annotation |
RedefineDocument.Redefine.addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element
|
AnnotationDocument.Annotation |
SchemaDocument.Schema.addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element
|
AnnotationDocument.Annotation |
Annotated.addNewAnnotation()
Appends and returns a new empty "annotation" element
|
AnnotationDocument.Annotation |
AnnotationDocument.getAnnotation()
Gets the "annotation" element
|
AnnotationDocument.Annotation |
Annotated.getAnnotation()
Gets the "annotation" element
|
AnnotationDocument.Annotation[] |
RedefineDocument.Redefine.getAnnotationArray()
Gets array of all "annotation" elements
|
AnnotationDocument.Annotation[] |
SchemaDocument.Schema.getAnnotationArray()
Gets array of all "annotation" elements
|
AnnotationDocument.Annotation |
RedefineDocument.Redefine.getAnnotationArray(int i)
Gets ith "annotation" element
|
AnnotationDocument.Annotation |
SchemaDocument.Schema.getAnnotationArray(int i)
Gets ith "annotation" element
|
AnnotationDocument.Annotation |
RedefineDocument.Redefine.insertNewAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "annotation" element
|
AnnotationDocument.Annotation |
SchemaDocument.Schema.insertNewAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "annotation" element
|
static AnnotationDocument.Annotation |
AnnotationDocument.Annotation.Factory.newInstance() |
static AnnotationDocument.Annotation |
AnnotationDocument.Annotation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationDocument.setAnnotation(AnnotationDocument.Annotation annotation)
Sets the "annotation" element
|
void |
Annotated.setAnnotation(AnnotationDocument.Annotation annotation)
Sets the "annotation" element
|
void |
RedefineDocument.Redefine.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element
|
void |
SchemaDocument.Schema.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element
|
void |
RedefineDocument.Redefine.setAnnotationArray(int i,
AnnotationDocument.Annotation annotation)
Sets ith "annotation" element
|
void |
SchemaDocument.Schema.setAnnotationArray(int i,
AnnotationDocument.Annotation annotation)
Sets ith "annotation" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationDocumentImpl.AnnotationImpl
An XML annotation(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationDocument.Annotation |
AnnotationDocumentImpl.addNewAnnotation()
Appends and returns a new empty "annotation" element
|
AnnotationDocument.Annotation |
RedefineDocumentImpl.RedefineImpl.addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element
|
AnnotationDocument.Annotation |
SchemaDocumentImpl.SchemaImpl.addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element
|
AnnotationDocument.Annotation |
AnnotatedImpl.addNewAnnotation()
Appends and returns a new empty "annotation" element
|
AnnotationDocument.Annotation |
AnnotationDocumentImpl.getAnnotation()
Gets the "annotation" element
|
AnnotationDocument.Annotation |
AnnotatedImpl.getAnnotation()
Gets the "annotation" element
|
AnnotationDocument.Annotation[] |
RedefineDocumentImpl.RedefineImpl.getAnnotationArray()
Gets array of all "annotation" elements
|
AnnotationDocument.Annotation[] |
SchemaDocumentImpl.SchemaImpl.getAnnotationArray()
Gets array of all "annotation" elements
|
AnnotationDocument.Annotation |
RedefineDocumentImpl.RedefineImpl.getAnnotationArray(int i)
Gets ith "annotation" element
|
AnnotationDocument.Annotation |
SchemaDocumentImpl.SchemaImpl.getAnnotationArray(int i)
Gets ith "annotation" element
|
AnnotationDocument.Annotation |
RedefineDocumentImpl.RedefineImpl.insertNewAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "annotation" element
|
AnnotationDocument.Annotation |
SchemaDocumentImpl.SchemaImpl.insertNewAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "annotation" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationDocumentImpl.setAnnotation(AnnotationDocument.Annotation annotation)
Sets the "annotation" element
|
void |
AnnotatedImpl.setAnnotation(AnnotationDocument.Annotation annotation)
Sets the "annotation" element
|
void |
RedefineDocumentImpl.RedefineImpl.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element
|
void |
SchemaDocumentImpl.SchemaImpl.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element
|
void |
RedefineDocumentImpl.RedefineImpl.setAnnotationArray(int i,
AnnotationDocument.Annotation annotation)
Sets ith "annotation" element
|
void |
SchemaDocumentImpl.SchemaImpl.setAnnotationArray(int i,
AnnotationDocument.Annotation annotation)
Sets ith "annotation" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.