|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterOperator | |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Uses of FilterOperator in org.apache.uima.simpleserver.config.xml |
---|
Methods in org.apache.uima.simpleserver.config.xml that return FilterOperator | |
---|---|
static FilterOperator |
FilterOperator.Factory.newInstance()
|
static FilterOperator |
FilterOperator.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FilterOperator |
FilterOperator.Factory.newValue(Object obj)
|
static FilterOperator |
FilterOperator.Factory.parse(File file)
|
static FilterOperator |
FilterOperator.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static FilterOperator |
FilterOperator.Factory.parse(InputStream is)
|
static FilterOperator |
FilterOperator.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FilterOperator |
FilterOperator.Factory.parse(Node node)
|
static FilterOperator |
FilterOperator.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FilterOperator |
FilterOperator.Factory.parse(Reader r)
|
static FilterOperator |
FilterOperator.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FilterOperator |
FilterOperator.Factory.parse(String xmlAsString)
|
static FilterOperator |
FilterOperator.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FilterOperator |
FilterOperator.Factory.parse(URL u)
|
static FilterOperator |
FilterOperator.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static FilterOperator |
FilterOperator.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static FilterOperator |
FilterOperator.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static FilterOperator |
FilterOperator.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static FilterOperator |
FilterOperator.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
FilterOperator |
SimpleFilterType.xgetOperator()
Gets (as xml) the "operator" attribute |
Methods in org.apache.uima.simpleserver.config.xml with parameters of type FilterOperator | |
---|---|
void |
SimpleFilterType.xsetOperator(FilterOperator operator)
Sets (as xml) the "operator" attribute |
Uses of FilterOperator in org.apache.uima.simpleserver.config.xml.impl |
---|
Classes in org.apache.uima.simpleserver.config.xml.impl that implement FilterOperator | |
---|---|
class |
FilterOperatorImpl
An XML filterOperator(@http://uima.apache.org/simpleserver/config/xml). |
Methods in org.apache.uima.simpleserver.config.xml.impl that return FilterOperator | |
---|---|
FilterOperator |
SimpleFilterTypeImpl.xgetOperator()
Gets (as xml) the "operator" attribute |
Methods in org.apache.uima.simpleserver.config.xml.impl with parameters of type FilterOperator | |
---|---|
void |
SimpleFilterTypeImpl.xsetOperator(FilterOperator operator)
Sets (as xml) the "operator" attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |