Package | Description |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Modifier and Type | Method and Description |
---|---|
SimpleFilterType |
And.addNewFilter()
Appends and returns a new empty value (as xml) as the last "filter" element
|
SimpleFilterType |
Or.addNewFilter()
Appends and returns a new empty value (as xml) as the last "filter" element
|
SimpleFilterType |
TypeElementType.Filters.addNewFilter()
Appends and returns a new empty "filter" element
|
SimpleFilterType |
TypeElementType.Filters.getFilter()
Gets the "filter" element
|
SimpleFilterType[] |
And.getFilterArray()
Gets array of all "filter" elements
|
SimpleFilterType[] |
Or.getFilterArray()
Gets array of all "filter" elements
|
SimpleFilterType |
And.getFilterArray(int i)
Gets ith "filter" element
|
SimpleFilterType |
Or.getFilterArray(int i)
Gets ith "filter" element
|
SimpleFilterType |
And.insertNewFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "filter" element
|
SimpleFilterType |
Or.insertNewFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "filter" element
|
static SimpleFilterType |
SimpleFilterType.Factory.newInstance() |
static SimpleFilterType |
SimpleFilterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.io.File file) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.io.InputStream is) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(org.w3c.dom.Node node) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.io.Reader r) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.lang.String xmlAsString) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.net.URL u) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SimpleFilterType |
SimpleFilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SimpleFilterType |
SimpleFilterType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TypeElementType.Filters.setFilter(SimpleFilterType filter)
Sets the "filter" element
|
void |
And.setFilterArray(int i,
SimpleFilterType filter)
Sets ith "filter" element
|
void |
Or.setFilterArray(int i,
SimpleFilterType filter)
Sets ith "filter" element
|
void |
And.setFilterArray(SimpleFilterType[] filterArray)
Sets array of all "filter" element
|
void |
Or.setFilterArray(SimpleFilterType[] filterArray)
Sets array of all "filter" element
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFilterTypeImpl
An XML simpleFilterType(@http://uima.apache.org/simpleserver/config/xml).
|
Modifier and Type | Method and Description |
---|---|
SimpleFilterType |
TypeElementTypeImpl.FiltersImpl.addNewFilter()
Appends and returns a new empty "filter" element
|
SimpleFilterType |
AndImpl.addNewFilter()
Appends and returns a new empty value (as xml) as the last "filter" element
|
SimpleFilterType |
OrImpl.addNewFilter()
Appends and returns a new empty value (as xml) as the last "filter" element
|
SimpleFilterType |
TypeElementTypeImpl.FiltersImpl.getFilter()
Gets the "filter" element
|
SimpleFilterType[] |
AndImpl.getFilterArray()
Gets array of all "filter" elements
|
SimpleFilterType[] |
OrImpl.getFilterArray()
Gets array of all "filter" elements
|
SimpleFilterType |
AndImpl.getFilterArray(int i)
Gets ith "filter" element
|
SimpleFilterType |
OrImpl.getFilterArray(int i)
Gets ith "filter" element
|
SimpleFilterType |
AndImpl.insertNewFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "filter" element
|
SimpleFilterType |
OrImpl.insertNewFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "filter" element
|
Modifier and Type | Method and Description |
---|---|
void |
TypeElementTypeImpl.FiltersImpl.setFilter(SimpleFilterType filter)
Sets the "filter" element
|
void |
AndImpl.setFilterArray(int i,
SimpleFilterType filter)
Sets ith "filter" element
|
void |
OrImpl.setFilterArray(int i,
SimpleFilterType filter)
Sets ith "filter" element
|
void |
AndImpl.setFilterArray(SimpleFilterType[] filterArray)
Sets array of all "filter" element WARNING: This method is not atomicaly synchronized.
|
void |
OrImpl.setFilterArray(SimpleFilterType[] filterArray)
Sets array of all "filter" element WARNING: This method is not atomicaly synchronized.
|
Copyright © 2013. All Rights Reserved.