Package | Description |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Modifier and Type | Method and Description |
---|---|
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 |
And.addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element
|
And |
TypeElementType.Filters.getAnd()
Gets the "and" element
|
And[] |
Or.getAndArray()
Gets array of all "and" elements
|
And[] |
And.getAndArray()
Gets array of all "and" elements
|
And |
Or.getAndArray(int i)
Gets ith "and" element
|
And |
And.getAndArray(int i)
Gets ith "and" element
|
And |
Or.insertNewAnd(int i)
Inserts and returns a new empty value (as xml) as the ith "and" element
|
And |
And.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(File file) |
static And |
And.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static And |
And.Factory.parse(InputStream is) |
static And |
And.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static And |
And.Factory.parse(Node node) |
static And |
And.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static And |
And.Factory.parse(Reader r) |
static And |
And.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static And |
And.Factory.parse(String xmlAsString) |
static And |
And.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static And |
And.Factory.parse(URL u) |
static And |
And.Factory.parse(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(XMLStreamReader sr) |
static And |
And.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TypeElementType.Filters.setAnd(And and)
Sets the "and" element
|
void |
Or.setAndArray(And[] andArray)
Sets array of all "and" element
|
void |
And.setAndArray(And[] andArray)
Sets array of all "and" element
|
void |
Or.setAndArray(int i,
And and)
Sets ith "and" element
|
void |
And.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 |
AndImpl.addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element
|
And |
OrImpl.addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element
|
And |
TypeElementTypeImpl.FiltersImpl.addNewAnd()
Appends and returns a new empty "and" element
|
And |
TypeElementTypeImpl.FiltersImpl.getAnd()
Gets the "and" element
|
And[] |
AndImpl.getAndArray()
Gets array of all "and" elements
|
And[] |
OrImpl.getAndArray()
Gets array of all "and" elements
|
And |
AndImpl.getAndArray(int i)
Gets ith "and" element
|
And |
OrImpl.getAndArray(int i)
Gets ith "and" element
|
And |
AndImpl.insertNewAnd(int i)
Inserts and returns a new empty value (as xml) as the ith "and" element
|
And |
OrImpl.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 |
AndImpl.setAndArray(And[] andArray)
Sets array of all "and" element WARNING: This method is not atomicaly synchronized.
|
void |
OrImpl.setAndArray(And[] andArray)
Sets array of all "and" element WARNING: This method is not atomicaly synchronized.
|
void |
AndImpl.setAndArray(int i,
And and)
Sets ith "and" element
|
void |
OrImpl.setAndArray(int i,
And and)
Sets ith "and" element
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.