Package | Description |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Modifier and Type | Method and Description |
---|---|
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(XMLStreamReader sr) |
static FilterOperator |
FilterOperator.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
FilterOperator |
SimpleFilterType.xgetOperator()
Gets (as xml) the "operator" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFilterType.xsetOperator(FilterOperator operator)
Sets (as xml) the "operator" attribute
|
Modifier and Type | Class and Description |
---|---|
class |
FilterOperatorImpl
An XML filterOperator(@http://uima.apache.org/simpleserver/config/xml).
|
Modifier and Type | Method and Description |
---|---|
FilterOperator |
SimpleFilterTypeImpl.xgetOperator()
Gets (as xml) the "operator" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFilterTypeImpl.xsetOperator(FilterOperator operator)
Sets (as xml) the "operator" attribute
|
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.