Package | Description |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Modifier and Type | Method and Description |
---|---|
OutputType |
TypeElementType.Outputs.addNewOutput()
Appends and returns a new empty value (as xml) as the last "output" element
|
OutputType[] |
TypeElementType.Outputs.getOutputArray()
Gets array of all "output" elements
|
OutputType |
TypeElementType.Outputs.getOutputArray(int i)
Gets ith "output" element
|
OutputType |
TypeElementType.Outputs.insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "output" element
|
static OutputType |
OutputType.Factory.newInstance() |
static OutputType |
OutputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(File file) |
static OutputType |
OutputType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(InputStream is) |
static OutputType |
OutputType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(Node node) |
static OutputType |
OutputType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(Reader r) |
static OutputType |
OutputType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(String xmlAsString) |
static OutputType |
OutputType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(URL u) |
static OutputType |
OutputType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OutputType |
OutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OutputType |
OutputType.Factory.parse(XMLStreamReader sr) |
static OutputType |
OutputType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TypeElementType.Outputs.setOutputArray(int i,
OutputType output)
Sets ith "output" element
|
void |
TypeElementType.Outputs.setOutputArray(OutputType[] outputArray)
Sets array of all "output" element
|
Modifier and Type | Class and Description |
---|---|
class |
OutputTypeImpl
An XML outputType(@http://uima.apache.org/simpleserver/config/xml).
|
Modifier and Type | Method and Description |
---|---|
OutputType |
TypeElementTypeImpl.OutputsImpl.addNewOutput()
Appends and returns a new empty value (as xml) as the last "output" element
|
OutputType[] |
TypeElementTypeImpl.OutputsImpl.getOutputArray()
Gets array of all "output" elements
|
OutputType |
TypeElementTypeImpl.OutputsImpl.getOutputArray(int i)
Gets ith "output" element
|
OutputType |
TypeElementTypeImpl.OutputsImpl.insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "output" element
|
Modifier and Type | Method and Description |
---|---|
void |
TypeElementTypeImpl.OutputsImpl.setOutputArray(int i,
OutputType output)
Sets ith "output" element
|
void |
TypeElementTypeImpl.OutputsImpl.setOutputArray(OutputType[] outputArray)
Sets array of all "output" element WARNING: This method is not atomicaly synchronized.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.