Uses of Interface
org.apache.uima.simpleserver.config.xml.FilterOperator

Packages that use FilterOperator
org.apache.uima.simpleserver.config.xml   
org.apache.uima.simpleserver.config.xml.impl   
 

Uses of FilterOperator in org.apache.uima.simpleserver.config.xml
 

Methods in org.apache.uima.simpleserver.config.xml that return FilterOperator
static FilterOperator FilterOperator.Factory.newInstance()
           
static FilterOperator FilterOperator.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FilterOperator FilterOperator.Factory.newValue(java.lang.Object obj)
           
static FilterOperator FilterOperator.Factory.parse(java.io.File file)
           
static FilterOperator FilterOperator.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static FilterOperator FilterOperator.Factory.parse(java.io.InputStream is)
           
static FilterOperator FilterOperator.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FilterOperator FilterOperator.Factory.parse(org.w3c.dom.Node node)
           
static FilterOperator FilterOperator.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static FilterOperator FilterOperator.Factory.parse(java.io.Reader r)
           
static FilterOperator FilterOperator.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FilterOperator FilterOperator.Factory.parse(java.lang.String xmlAsString)
           
static FilterOperator FilterOperator.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static FilterOperator FilterOperator.Factory.parse(java.net.URL u)
           
static FilterOperator FilterOperator.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static FilterOperator FilterOperator.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static FilterOperator FilterOperator.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static FilterOperator FilterOperator.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static FilterOperator FilterOperator.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 FilterOperator SimpleFilterType.xgetOperator()
          Gets (as xml) the "operator" attribute
 

Methods in org.apache.uima.simpleserver.config.xml with parameters of type FilterOperator
 void SimpleFilterType.xsetOperator(FilterOperator operator)
          Sets (as xml) the "operator" attribute
 

Uses of FilterOperator in org.apache.uima.simpleserver.config.xml.impl
 

Classes in org.apache.uima.simpleserver.config.xml.impl that implement FilterOperator
 class FilterOperatorImpl
          An XML filterOperator(@http://uima.apache.org/simpleserver/config/xml).
 

Methods in org.apache.uima.simpleserver.config.xml.impl that return FilterOperator
 FilterOperator SimpleFilterTypeImpl.xgetOperator()
          Gets (as xml) the "operator" attribute
 

Methods in org.apache.uima.simpleserver.config.xml.impl with parameters of type FilterOperator
 void SimpleFilterTypeImpl.xsetOperator(FilterOperator operator)
          Sets (as xml) the "operator" attribute
 



Copyright © 2011. All Rights Reserved.