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

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

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

Methods in org.apache.incubator.uima.regex that return RuleExceptionsDocument.RuleExceptions
 RuleExceptionsDocument.RuleExceptions RuleExceptionsDocument.addNewRuleExceptions()
          Appends and returns a new empty "ruleExceptions" element
 RuleExceptionsDocument.RuleExceptions RuleDocument.Rule.addNewRuleExceptions()
          Appends and returns a new empty "ruleExceptions" element
 RuleExceptionsDocument.RuleExceptions RuleExceptionsDocument.getRuleExceptions()
          Gets the "ruleExceptions" element
 RuleExceptionsDocument.RuleExceptions RuleDocument.Rule.getRuleExceptions()
          Gets the "ruleExceptions" element
static RuleExceptionsDocument.RuleExceptions RuleExceptionsDocument.RuleExceptions.Factory.newInstance()
           
static RuleExceptionsDocument.RuleExceptions RuleExceptionsDocument.RuleExceptions.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type RuleExceptionsDocument.RuleExceptions
 void RuleExceptionsDocument.setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
          Sets the "ruleExceptions" element
 void RuleDocument.Rule.setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
          Sets the "ruleExceptions" element
 

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

Classes in org.apache.incubator.uima.regex.impl that implement RuleExceptionsDocument.RuleExceptions
static class RuleExceptionsDocumentImpl.RuleExceptionsImpl
          An XML ruleExceptions(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return RuleExceptionsDocument.RuleExceptions
 RuleExceptionsDocument.RuleExceptions RuleDocumentImpl.RuleImpl.addNewRuleExceptions()
          Appends and returns a new empty "ruleExceptions" element
 RuleExceptionsDocument.RuleExceptions RuleExceptionsDocumentImpl.addNewRuleExceptions()
          Appends and returns a new empty "ruleExceptions" element
 RuleExceptionsDocument.RuleExceptions RuleDocumentImpl.RuleImpl.getRuleExceptions()
          Gets the "ruleExceptions" element
 RuleExceptionsDocument.RuleExceptions RuleExceptionsDocumentImpl.getRuleExceptions()
          Gets the "ruleExceptions" element
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type RuleExceptionsDocument.RuleExceptions
 void RuleDocumentImpl.RuleImpl.setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
          Sets the "ruleExceptions" element
 void RuleExceptionsDocumentImpl.setRuleExceptions(RuleExceptionsDocument.RuleExceptions ruleExceptions)
          Sets the "ruleExceptions" element
 



Copyright © 2011. All Rights Reserved.