Uses of Interface
org.apache.incubator.uima.regex.EndDocument.End

Packages that use EndDocument.End
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of EndDocument.End in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return EndDocument.End
 EndDocument.End EndDocument.addNewEnd()
          Appends and returns a new empty "end" element
 EndDocument.End AnnotationDocument.Annotation.addNewEnd()
          Appends and returns a new empty "end" element
 EndDocument.End EndDocument.getEnd()
          Gets the "end" element
 EndDocument.End AnnotationDocument.Annotation.getEnd()
          Gets the "end" element
static EndDocument.End EndDocument.End.Factory.newInstance()
           
static EndDocument.End EndDocument.End.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type EndDocument.End
 void EndDocument.setEnd(EndDocument.End end)
          Sets the "end" element
 void AnnotationDocument.Annotation.setEnd(EndDocument.End end)
          Sets the "end" element
 

Uses of EndDocument.End in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement EndDocument.End
static class EndDocumentImpl.EndImpl
          An XML end(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return EndDocument.End
 EndDocument.End EndDocumentImpl.addNewEnd()
          Appends and returns a new empty "end" element
 EndDocument.End AnnotationDocumentImpl.AnnotationImpl.addNewEnd()
          Appends and returns a new empty "end" element
 EndDocument.End EndDocumentImpl.getEnd()
          Gets the "end" element
 EndDocument.End AnnotationDocumentImpl.AnnotationImpl.getEnd()
          Gets the "end" element
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type EndDocument.End
 void EndDocumentImpl.setEnd(EndDocument.End end)
          Sets the "end" element
 void AnnotationDocumentImpl.AnnotationImpl.setEnd(EndDocument.End end)
          Sets the "end" element
 



Copyright © 2011. All Rights Reserved.