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

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

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

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

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

Classes in org.apache.incubator.uima.regex.impl that implement RuleExceptionsDocument
 class RuleExceptionsDocumentImpl
          A document containing one ruleExceptions(@http://incubator.apache.org/uima/regex) element.
 



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