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(File file) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(InputStream is) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(Node node) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(Reader r) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(String xmlAsString) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(URL u) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(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(XMLStreamReader sr) |
static SimpleFilterType |
SimpleFilterType.Factory.parse(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 |
OrImpl.addNewFilter()
Appends and returns a new empty value (as xml) as the last "filter" element
|
SimpleFilterType |
AndImpl.addNewFilter()
Appends and returns a new empty value (as xml) as the last "filter" element
|
SimpleFilterType |
TypeElementTypeImpl.FiltersImpl.addNewFilter()
Appends and returns a new empty "filter" element
|
SimpleFilterType |
TypeElementTypeImpl.FiltersImpl.getFilter()
Gets the "filter" element
|
SimpleFilterType[] |
OrImpl.getFilterArray()
Gets array of all "filter" elements
|
SimpleFilterType[] |
AndImpl.getFilterArray()
Gets array of all "filter" elements
|
SimpleFilterType |
OrImpl.getFilterArray(int i)
Gets ith "filter" element
|
SimpleFilterType |
AndImpl.getFilterArray(int i)
Gets ith "filter" element
|
SimpleFilterType |
OrImpl.insertNewFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "filter" element
|
SimpleFilterType |
AndImpl.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 |
OrImpl.setFilterArray(int i,
SimpleFilterType filter)
Sets ith "filter" element
|
void |
AndImpl.setFilterArray(int i,
SimpleFilterType filter)
Sets ith "filter" element
|
void |
OrImpl.setFilterArray(SimpleFilterType[] filterArray)
Sets array of all "filter" element WARNING: This method is not atomicaly synchronized.
|
void |
AndImpl.setFilterArray(SimpleFilterType[] filterArray)
Sets array of all "filter" element WARNING: This method is not atomicaly synchronized.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.