Uses of Interface
org.apache.uima.tools.cfe.config.xmlBeans.SingleFeatureMatcherXML

Packages that use SingleFeatureMatcherXML
org.apache.uima.tools.cfe.config.xmlBeans   
org.apache.uima.tools.cfe.config.xmlBeans.impl   
 

Uses of SingleFeatureMatcherXML in org.apache.uima.tools.cfe.config.xmlBeans
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans that return SingleFeatureMatcherXML
 SingleFeatureMatcherXML GroupFeatureMatcherXML.addNewFeatureMatchers()
          Appends and returns a new empty value (as xml) as the last "featureMatchers" element
 SingleFeatureMatcherXML[] GroupFeatureMatcherXML.getFeatureMatchersArray()
          Deprecated.  
 SingleFeatureMatcherXML GroupFeatureMatcherXML.getFeatureMatchersArray(int i)
          Gets ith "featureMatchers" element
 SingleFeatureMatcherXML GroupFeatureMatcherXML.insertNewFeatureMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "featureMatchers" element
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.newInstance()
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(File file)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(InputStream is)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(Node node)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(Reader r)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(String xmlAsString)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(URL u)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SingleFeatureMatcherXML SingleFeatureMatcherXML.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans that return types with arguments of type SingleFeatureMatcherXML
 List<SingleFeatureMatcherXML> GroupFeatureMatcherXML.getFeatureMatchersList()
          Gets a List of "featureMatchers" elements
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans with parameters of type SingleFeatureMatcherXML
 void GroupFeatureMatcherXML.setFeatureMatchersArray(int i, SingleFeatureMatcherXML featureMatchers)
          Sets ith "featureMatchers" element
 void GroupFeatureMatcherXML.setFeatureMatchersArray(SingleFeatureMatcherXML[] featureMatchersArray)
          Sets array of all "featureMatchers" element
 

Uses of SingleFeatureMatcherXML in org.apache.uima.tools.cfe.config.xmlBeans.impl
 

Classes in org.apache.uima.tools.cfe.config.xmlBeans.impl that implement SingleFeatureMatcherXML
 class SingleFeatureMatcherXMLImpl
          An XML SingleFeatureMatcherXML(@http://www.apache.org/uima/tools/cfe/config/XMLBeans).
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return SingleFeatureMatcherXML
 SingleFeatureMatcherXML GroupFeatureMatcherXMLImpl.addNewFeatureMatchers()
          Appends and returns a new empty value (as xml) as the last "featureMatchers" element
 SingleFeatureMatcherXML[] GroupFeatureMatcherXMLImpl.getFeatureMatchersArray()
          Deprecated.  
 SingleFeatureMatcherXML GroupFeatureMatcherXMLImpl.getFeatureMatchersArray(int i)
          Gets ith "featureMatchers" element
 SingleFeatureMatcherXML GroupFeatureMatcherXMLImpl.insertNewFeatureMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "featureMatchers" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return types with arguments of type SingleFeatureMatcherXML
 List<SingleFeatureMatcherXML> GroupFeatureMatcherXMLImpl.getFeatureMatchersList()
          Gets a List of "featureMatchers" elements
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type SingleFeatureMatcherXML
 void GroupFeatureMatcherXMLImpl.setFeatureMatchersArray(int i, SingleFeatureMatcherXML featureMatchers)
          Sets ith "featureMatchers" element
 void GroupFeatureMatcherXMLImpl.setFeatureMatchersArray(SingleFeatureMatcherXML[] featureMatchersArray)
          Sets array of all "featureMatchers" element
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.