Package | Description |
---|---|
org.apache.incubator.uima.regex | |
org.apache.incubator.uima.regex.impl |
Modifier and Type | Method and Description |
---|---|
AnnotationDocument.Annotation |
CreateAnnotationsDocument.CreateAnnotations.addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element
|
AnnotationDocument.Annotation |
AnnotationDocument.addNewAnnotation()
Appends and returns a new empty "annotation" element
|
AnnotationDocument.Annotation |
AnnotationDocument.getAnnotation()
Gets the "annotation" element
|
AnnotationDocument.Annotation[] |
CreateAnnotationsDocument.CreateAnnotations.getAnnotationArray()
Gets array of all "annotation" elements
|
AnnotationDocument.Annotation |
CreateAnnotationsDocument.CreateAnnotations.getAnnotationArray(int i)
Gets ith "annotation" element
|
AnnotationDocument.Annotation |
CreateAnnotationsDocument.CreateAnnotations.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 |
CreateAnnotationsDocument.CreateAnnotations.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element
|
void |
CreateAnnotationsDocument.CreateAnnotations.setAnnotationArray(int i,
AnnotationDocument.Annotation annotation)
Sets ith "annotation" element
|
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationDocumentImpl.AnnotationImpl
An XML annotation(@http://incubator.apache.org/uima/regex).
|
Modifier and Type | Method and Description |
---|---|
AnnotationDocument.Annotation |
AnnotationDocumentImpl.addNewAnnotation()
Appends and returns a new empty "annotation" element
|
AnnotationDocument.Annotation |
CreateAnnotationsDocumentImpl.CreateAnnotationsImpl.addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element
|
AnnotationDocument.Annotation |
AnnotationDocumentImpl.getAnnotation()
Gets the "annotation" element
|
AnnotationDocument.Annotation[] |
CreateAnnotationsDocumentImpl.CreateAnnotationsImpl.getAnnotationArray()
Gets array of all "annotation" elements
|
AnnotationDocument.Annotation |
CreateAnnotationsDocumentImpl.CreateAnnotationsImpl.getAnnotationArray(int i)
Gets ith "annotation" element
|
AnnotationDocument.Annotation |
CreateAnnotationsDocumentImpl.CreateAnnotationsImpl.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 |
CreateAnnotationsDocumentImpl.CreateAnnotationsImpl.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element WARNING: This method is not atomicaly synchronized.
|
void |
CreateAnnotationsDocumentImpl.CreateAnnotationsImpl.setAnnotationArray(int i,
AnnotationDocument.Annotation annotation)
Sets ith "annotation" element
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.