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

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

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

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

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

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

Classes in org.apache.uima.simpleserver.config.xml.impl that implement Or
 class OrImpl
          An XML or(@http://uima.apache.org/simpleserver/config/xml).
 

Methods in org.apache.uima.simpleserver.config.xml.impl that return Or
 Or OrImpl.addNewOr()
          Appends and returns a new empty value (as xml) as the last "or" element
 Or TypeElementTypeImpl.FiltersImpl.addNewOr()
          Appends and returns a new empty "or" element
 Or AndImpl.addNewOr()
          Appends and returns a new empty value (as xml) as the last "or" element
 Or TypeElementTypeImpl.FiltersImpl.getOr()
          Gets the "or" element
 Or[] OrImpl.getOrArray()
          Gets array of all "or" elements
 Or[] AndImpl.getOrArray()
          Gets array of all "or" elements
 Or OrImpl.getOrArray(int i)
          Gets ith "or" element
 Or AndImpl.getOrArray(int i)
          Gets ith "or" element
 Or OrImpl.insertNewOr(int i)
          Inserts and returns a new empty value (as xml) as the ith "or" element
 Or AndImpl.insertNewOr(int i)
          Inserts and returns a new empty value (as xml) as the ith "or" element
 

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



Copyright © 2011. All Rights Reserved.