|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterType | |
---|---|
org.apache.uima.simpleserver.config.xml | |
org.apache.uima.simpleserver.config.xml.impl |
Uses of FilterType in org.apache.uima.simpleserver.config.xml |
---|
Subinterfaces of FilterType in org.apache.uima.simpleserver.config.xml | |
---|---|
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). |
Methods in org.apache.uima.simpleserver.config.xml that return FilterType | |
---|---|
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(javax.xml.stream.XMLStreamReader sr)
|
static FilterType |
FilterType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of FilterType in org.apache.uima.simpleserver.config.xml.impl |
---|
Classes in org.apache.uima.simpleserver.config.xml.impl that implement FilterType | |
---|---|
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). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |