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

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

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

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

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

Classes in org.apache.incubator.uima.regex.impl that implement UpdateMatchTypeAnnotationDocument
 class UpdateMatchTypeAnnotationDocumentImpl
          A document containing one updateMatchTypeAnnotation(@http://incubator.apache.org/uima/regex) element.
 



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