Package | Description |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Modifier and Type | Method and Description |
---|---|
Or |
TypeElementType.Filters.addNewOr()
Appends and returns a new empty "or" element
|
Or |
And.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element
|
Or |
Or.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element
|
Or |
TypeElementType.Filters.getOr()
Gets the "or" element
|
Or[] |
And.getOrArray()
Gets array of all "or" elements
|
Or[] |
Or.getOrArray()
Gets array of all "or" elements
|
Or |
And.getOrArray(int i)
Gets ith "or" element
|
Or |
Or.getOrArray(int i)
Gets ith "or" element
|
Or |
And.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element
|
Or |
Or.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element
|
static Or |
Or.Factory.newInstance() |
static Or |
Or.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Or |
Or.Factory.parse(File file) |
static Or |
Or.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Or |
Or.Factory.parse(InputStream is) |
static Or |
Or.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Or |
Or.Factory.parse(Node node) |
static Or |
Or.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Or |
Or.Factory.parse(Reader r) |
static Or |
Or.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Or |
Or.Factory.parse(String xmlAsString) |
static Or |
Or.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Or |
Or.Factory.parse(URL u) |
static Or |
Or.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Or |
Or.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Or |
Or.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Or |
Or.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static Or |
Or.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TypeElementType.Filters.setOr(Or or)
Sets the "or" element
|
void |
And.setOrArray(int i,
Or or)
Sets ith "or" element
|
void |
Or.setOrArray(int i,
Or or)
Sets ith "or" element
|
void |
And.setOrArray(Or[] orArray)
Sets array of all "or" element
|
void |
Or.setOrArray(Or[] orArray)
Sets array of all "or" element
|
Modifier and Type | Class and Description |
---|---|
class |
OrImpl
An XML or(@http://uima.apache.org/simpleserver/config/xml).
|
Modifier and Type | Method and Description |
---|---|
Or |
AndImpl.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element
|
Or |
OrImpl.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element
|
Or |
TypeElementTypeImpl.FiltersImpl.addNewOr()
Appends and returns a new empty "or" element
|
Or |
TypeElementTypeImpl.FiltersImpl.getOr()
Gets the "or" element
|
Or[] |
AndImpl.getOrArray()
Gets array of all "or" elements
|
Or[] |
OrImpl.getOrArray()
Gets array of all "or" elements
|
Or |
AndImpl.getOrArray(int i)
Gets ith "or" element
|
Or |
OrImpl.getOrArray(int i)
Gets ith "or" element
|
Or |
AndImpl.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element
|
Or |
OrImpl.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element
|
Modifier and Type | Method and Description |
---|---|
void |
TypeElementTypeImpl.FiltersImpl.setOr(Or or)
Sets the "or" element
|
void |
AndImpl.setOrArray(int i,
Or or)
Sets ith "or" element
|
void |
OrImpl.setOrArray(int i,
Or or)
Sets ith "or" element
|
void |
AndImpl.setOrArray(Or[] orArray)
Sets array of all "or" element WARNING: This method is not atomicaly synchronized.
|
void |
OrImpl.setOrArray(Or[] orArray)
Sets array of all "or" element WARNING: This method is not atomicaly synchronized.
|
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.