Uses of Interface
org.apache.incubator.uima.regex.AnnotationDocument.Annotation

Packages that use AnnotationDocument.Annotation
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of AnnotationDocument.Annotation in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return AnnotationDocument.Annotation
 AnnotationDocument.Annotation AnnotationDocument.addNewAnnotation()
          Appends and returns a new empty "annotation" element
 AnnotationDocument.Annotation CreateAnnotationsDocument.CreateAnnotations.addNewAnnotation()
          Appends and returns a new empty value (as xml) as the last "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)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type AnnotationDocument.Annotation
 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
 

Uses of AnnotationDocument.Annotation in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement AnnotationDocument.Annotation
static class AnnotationDocumentImpl.AnnotationImpl
          An XML annotation(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return AnnotationDocument.Annotation
 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
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type AnnotationDocument.Annotation
 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 © 2011. All Rights Reserved.