Uses of Interface
org.apache.incubator.uima.regex.CreateAnnotationsDocument

Packages that use CreateAnnotationsDocument
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of CreateAnnotationsDocument in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return CreateAnnotationsDocument
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.newInstance()
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(File file)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(InputStream is)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(Node node)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(Reader r)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(String xmlAsString)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(URL u)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static CreateAnnotationsDocument CreateAnnotationsDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of CreateAnnotationsDocument in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement CreateAnnotationsDocument
 class CreateAnnotationsDocumentImpl
          A document containing one createAnnotations(@http://incubator.apache.org/uima/regex) element.
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.