|
||||||||||
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(java.io.File file)
|
static FilterType |
FilterType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(java.io.InputStream is)
|
static FilterType |
FilterType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(org.w3c.dom.Node node)
|
static FilterType |
FilterType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(java.io.Reader r)
|
static FilterType |
FilterType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(java.lang.String xmlAsString)
|
static FilterType |
FilterType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(java.net.URL u)
|
static FilterType |
FilterType.Factory.parse(java.net.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 |