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

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

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

Methods in org.apache.uima.simpleserver.config.xml that return And
 And TypeElementType.Filters.addNewAnd()
          Appends and returns a new empty "and" element
 And And.addNewAnd()
          Appends and returns a new empty value (as xml) as the last "and" element
 And Or.addNewAnd()
          Appends and returns a new empty value (as xml) as the last "and" element
 And TypeElementType.Filters.getAnd()
          Gets the "and" element
 And[] And.getAndArray()
          Gets array of all "and" elements
 And[] Or.getAndArray()
          Gets array of all "and" elements
 And And.getAndArray(int i)
          Gets ith "and" element
 And Or.getAndArray(int i)
          Gets ith "and" element
 And And.insertNewAnd(int i)
          Inserts and returns a new empty value (as xml) as the ith "and" element
 And Or.insertNewAnd(int i)
          Inserts and returns a new empty value (as xml) as the ith "and" element
static And And.Factory.newInstance()
           
static And And.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static And And.Factory.parse(java.io.File file)
           
static And And.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static And And.Factory.parse(java.io.InputStream is)
           
static And And.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static And And.Factory.parse(org.w3c.dom.Node node)
           
static And And.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static And And.Factory.parse(java.io.Reader r)
           
static And And.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static And And.Factory.parse(java.lang.String xmlAsString)
           
static And And.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static And And.Factory.parse(java.net.URL u)
           
static And And.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static And And.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static And And.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static And And.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static And And.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.uima.simpleserver.config.xml with parameters of type And
 void TypeElementType.Filters.setAnd(And and)
          Sets the "and" element
 void And.setAndArray(And[] andArray)
          Sets array of all "and" element
 void Or.setAndArray(And[] andArray)
          Sets array of all "and" element
 void And.setAndArray(int i, And and)
          Sets ith "and" element
 void Or.setAndArray(int i, And and)
          Sets ith "and" element
 

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

Classes in org.apache.uima.simpleserver.config.xml.impl that implement And
 class AndImpl
          An XML and(@http://uima.apache.org/simpleserver/config/xml).
 

Methods in org.apache.uima.simpleserver.config.xml.impl that return And
 And OrImpl.addNewAnd()
          Appends and returns a new empty value (as xml) as the last "and" element
 And TypeElementTypeImpl.FiltersImpl.addNewAnd()
          Appends and returns a new empty "and" element
 And AndImpl.addNewAnd()
          Appends and returns a new empty value (as xml) as the last "and" element
 And TypeElementTypeImpl.FiltersImpl.getAnd()
          Gets the "and" element
 And[] OrImpl.getAndArray()
          Gets array of all "and" elements
 And[] AndImpl.getAndArray()
          Gets array of all "and" elements
 And OrImpl.getAndArray(int i)
          Gets ith "and" element
 And AndImpl.getAndArray(int i)
          Gets ith "and" element
 And OrImpl.insertNewAnd(int i)
          Inserts and returns a new empty value (as xml) as the ith "and" element
 And AndImpl.insertNewAnd(int i)
          Inserts and returns a new empty value (as xml) as the ith "and" element
 

Methods in org.apache.uima.simpleserver.config.xml.impl with parameters of type And
 void TypeElementTypeImpl.FiltersImpl.setAnd(And and)
          Sets the "and" element
 void OrImpl.setAndArray(And[] andArray)
          Sets array of all "and" element WARNING: This method is not atomicaly synchronized.
 void AndImpl.setAndArray(And[] andArray)
          Sets array of all "and" element WARNING: This method is not atomicaly synchronized.
 void OrImpl.setAndArray(int i, And and)
          Sets ith "and" element
 void AndImpl.setAndArray(int i, And and)
          Sets ith "and" element
 



Copyright © 2011. All Rights Reserved.