Package | Description |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
And
An XML and(@http://uima.apache.org/simpleserver/config/xml).
|
interface |
Or
An XML or(@http://uima.apache.org/simpleserver/config/xml).
|
interface |
SimpleFilterType
An XML simpleFilterType(@http://uima.apache.org/simpleserver/config/xml).
|
Modifier and Type | Method and Description |
---|---|
static FilterType |
FilterType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static FilterType |
FilterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static FilterType |
FilterType.Factory.parse(File file) |
static FilterType |
FilterType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static FilterType |
FilterType.Factory.parse(InputStream is) |
static FilterType |
FilterType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static FilterType |
FilterType.Factory.parse(Node node) |
static FilterType |
FilterType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static FilterType |
FilterType.Factory.parse(Reader r) |
static FilterType |
FilterType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static FilterType |
FilterType.Factory.parse(String xmlAsString) |
static FilterType |
FilterType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static FilterType |
FilterType.Factory.parse(URL u) |
static FilterType |
FilterType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static FilterType |
FilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static FilterType |
FilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static FilterType |
FilterType.Factory.parse(XMLStreamReader sr) |
static FilterType |
FilterType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
AndImpl
An XML and(@http://uima.apache.org/simpleserver/config/xml).
|
class |
FilterTypeImpl
An XML filterType(@http://uima.apache.org/simpleserver/config/xml).
|
class |
OrImpl
An XML or(@http://uima.apache.org/simpleserver/config/xml).
|
class |
SimpleFilterTypeImpl
An XML simpleFilterType(@http://uima.apache.org/simpleserver/config/xml).
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.