Package | Description |
---|---|
org.apache.incubator.uima.regex | |
org.apache.incubator.uima.regex.impl |
Modifier and Type | Method and Description |
---|---|
ExceptionDocument.Exception |
RuleExceptionsDocument.RuleExceptions.addNewException()
Appends and returns a new empty value (as xml) as the last "exception" element
|
ExceptionDocument.Exception |
ExceptionDocument.addNewException()
Appends and returns a new empty "exception" element
|
ExceptionDocument.Exception |
ExceptionDocument.getException()
Gets the "exception" element
|
ExceptionDocument.Exception[] |
RuleExceptionsDocument.RuleExceptions.getExceptionArray()
Gets array of all "exception" elements
|
ExceptionDocument.Exception |
RuleExceptionsDocument.RuleExceptions.getExceptionArray(int i)
Gets ith "exception" element
|
ExceptionDocument.Exception |
RuleExceptionsDocument.RuleExceptions.insertNewException(int i)
Inserts and returns a new empty value (as xml) as the ith "exception" element
|
static ExceptionDocument.Exception |
ExceptionDocument.Exception.Factory.newInstance() |
static ExceptionDocument.Exception |
ExceptionDocument.Exception.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionDocument.setException(ExceptionDocument.Exception exception)
Sets the "exception" element
|
void |
RuleExceptionsDocument.RuleExceptions.setExceptionArray(ExceptionDocument.Exception[] exceptionArray)
Sets array of all "exception" element
|
void |
RuleExceptionsDocument.RuleExceptions.setExceptionArray(int i,
ExceptionDocument.Exception exception)
Sets ith "exception" element
|
Modifier and Type | Class and Description |
---|---|
static class |
ExceptionDocumentImpl.ExceptionImpl
An XML exception(@http://incubator.apache.org/uima/regex).
|
Modifier and Type | Method and Description |
---|---|
ExceptionDocument.Exception |
RuleExceptionsDocumentImpl.RuleExceptionsImpl.addNewException()
Appends and returns a new empty value (as xml) as the last "exception" element
|
ExceptionDocument.Exception |
ExceptionDocumentImpl.addNewException()
Appends and returns a new empty "exception" element
|
ExceptionDocument.Exception |
ExceptionDocumentImpl.getException()
Gets the "exception" element
|
ExceptionDocument.Exception[] |
RuleExceptionsDocumentImpl.RuleExceptionsImpl.getExceptionArray()
Gets array of all "exception" elements
|
ExceptionDocument.Exception |
RuleExceptionsDocumentImpl.RuleExceptionsImpl.getExceptionArray(int i)
Gets ith "exception" element
|
ExceptionDocument.Exception |
RuleExceptionsDocumentImpl.RuleExceptionsImpl.insertNewException(int i)
Inserts and returns a new empty value (as xml) as the ith "exception" element
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionDocumentImpl.setException(ExceptionDocument.Exception exception)
Sets the "exception" element
|
void |
RuleExceptionsDocumentImpl.RuleExceptionsImpl.setExceptionArray(ExceptionDocument.Exception[] exceptionArray)
Sets array of all "exception" element WARNING: This method is not atomicaly synchronized.
|
void |
RuleExceptionsDocumentImpl.RuleExceptionsImpl.setExceptionArray(int i,
ExceptionDocument.Exception exception)
Sets ith "exception" element
|
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.