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(java.lang.Object obj) |
static FilterOperator |
FilterOperator.Factory.parse(java.io.File file) |
static FilterOperator |
FilterOperator.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static FilterOperator |
FilterOperator.Factory.parse(java.io.InputStream is) |
static FilterOperator |
FilterOperator.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static FilterOperator |
FilterOperator.Factory.parse(org.w3c.dom.Node node) |
static FilterOperator |
FilterOperator.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static FilterOperator |
FilterOperator.Factory.parse(java.io.Reader r) |
static FilterOperator |
FilterOperator.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static FilterOperator |
FilterOperator.Factory.parse(java.lang.String xmlAsString) |
static FilterOperator |
FilterOperator.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static FilterOperator |
FilterOperator.Factory.parse(java.net.URL u) |
static FilterOperator |
FilterOperator.Factory.parse(java.net.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
|
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 © 2013. All Rights Reserved.