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

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

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

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

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

Classes in org.apache.incubator.uima.regex.impl that implement MatchTypeFilterDocument
 class MatchTypeFilterDocumentImpl
          A document containing one matchTypeFilter(@http://incubator.apache.org/uima/regex) element.
 



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