Package | Description |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Modifier and Type | Method and Description |
---|---|
TypeElementType |
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.addNewType()
Appends and returns a new empty value (as xml) as the last "type" element
|
TypeElementType[] |
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.getTypeArray()
Gets array of all "type" elements
|
TypeElementType |
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.getTypeArray(int i)
Gets ith "type" element
|
TypeElementType |
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.insertNewType(int i)
Inserts and returns a new empty value (as xml) as the ith "type" element
|
static TypeElementType |
TypeElementType.Factory.newInstance() |
static TypeElementType |
TypeElementType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TypeElementType |
TypeElementType.Factory.parse(File file) |
static TypeElementType |
TypeElementType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TypeElementType |
TypeElementType.Factory.parse(InputStream is) |
static TypeElementType |
TypeElementType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TypeElementType |
TypeElementType.Factory.parse(Node node) |
static TypeElementType |
TypeElementType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TypeElementType |
TypeElementType.Factory.parse(Reader r) |
static TypeElementType |
TypeElementType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TypeElementType |
TypeElementType.Factory.parse(String xmlAsString) |
static TypeElementType |
TypeElementType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TypeElementType |
TypeElementType.Factory.parse(URL u) |
static TypeElementType |
TypeElementType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TypeElementType |
TypeElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TypeElementType |
TypeElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TypeElementType |
TypeElementType.Factory.parse(XMLStreamReader sr) |
static TypeElementType |
TypeElementType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.setTypeArray(int i,
TypeElementType type)
Sets ith "type" element
|
void |
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.setTypeArray(TypeElementType[] typeArray)
Sets array of all "type" element
|
Modifier and Type | Class and Description |
---|---|
class |
TypeElementTypeImpl
An XML TypeElementType(@http://uima.apache.org/simpleserver/config/xml).
|
Modifier and Type | Method and Description |
---|---|
TypeElementType |
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.addNewType()
Appends and returns a new empty value (as xml) as the last "type" element
|
TypeElementType[] |
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.getTypeArray()
Gets array of all "type" elements
|
TypeElementType |
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.getTypeArray(int i)
Gets ith "type" element
|
TypeElementType |
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.insertNewType(int i)
Inserts and returns a new empty value (as xml) as the ith "type" element
|
Modifier and Type | Method and Description |
---|---|
void |
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.setTypeArray(int i,
TypeElementType type)
Sets ith "type" element
|
void |
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.setTypeArray(TypeElementType[] typeArray)
Sets array of all "type" element WARNING: This method is not atomicaly synchronized.
|
Copyright © 2015. All rights reserved.