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