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

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans that return FeatureObjectMatcherXML
 FeatureObjectMatcherXML TargetAnnotationXML.addNewFeatureAnnotationMatchers()
          Appends and returns a new empty value (as xml) as the last "featureAnnotationMatchers" element
 FeatureObjectMatcherXML[] TargetAnnotationXML.getFeatureAnnotationMatchersArray()
          Deprecated.  
 FeatureObjectMatcherXML TargetAnnotationXML.getFeatureAnnotationMatchersArray(int i)
          Gets ith "featureAnnotationMatchers" element
 FeatureObjectMatcherXML TargetAnnotationXML.insertNewFeatureAnnotationMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "featureAnnotationMatchers" element
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.newInstance()
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(File file)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(InputStream is)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(Node node)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(Reader r)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(String xmlAsString)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(URL u)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static FeatureObjectMatcherXML FeatureObjectMatcherXML.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static FeatureObjectMatcherXML FeatureObjectMatcherXML.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 FeatureObjectMatcherXML
 List<FeatureObjectMatcherXML> TargetAnnotationXML.getFeatureAnnotationMatchersList()
          Gets a List of "featureAnnotationMatchers" elements
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans with parameters of type FeatureObjectMatcherXML
 void TargetAnnotationXML.setFeatureAnnotationMatchersArray(FeatureObjectMatcherXML[] featureAnnotationMatchersArray)
          Sets array of all "featureAnnotationMatchers" element
 void TargetAnnotationXML.setFeatureAnnotationMatchersArray(int i, FeatureObjectMatcherXML featureAnnotationMatchers)
          Sets ith "featureAnnotationMatchers" element
 

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return FeatureObjectMatcherXML
 FeatureObjectMatcherXML TargetAnnotationXMLImpl.addNewFeatureAnnotationMatchers()
          Appends and returns a new empty value (as xml) as the last "featureAnnotationMatchers" element
 FeatureObjectMatcherXML[] TargetAnnotationXMLImpl.getFeatureAnnotationMatchersArray()
          Deprecated.  
 FeatureObjectMatcherXML TargetAnnotationXMLImpl.getFeatureAnnotationMatchersArray(int i)
          Gets ith "featureAnnotationMatchers" element
 FeatureObjectMatcherXML TargetAnnotationXMLImpl.insertNewFeatureAnnotationMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "featureAnnotationMatchers" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return types with arguments of type FeatureObjectMatcherXML
 List<FeatureObjectMatcherXML> TargetAnnotationXMLImpl.getFeatureAnnotationMatchersList()
          Gets a List of "featureAnnotationMatchers" elements
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type FeatureObjectMatcherXML
 void TargetAnnotationXMLImpl.setFeatureAnnotationMatchersArray(FeatureObjectMatcherXML[] featureAnnotationMatchersArray)
          Sets array of all "featureAnnotationMatchers" element
 void TargetAnnotationXMLImpl.setFeatureAnnotationMatchersArray(int i, FeatureObjectMatcherXML featureAnnotationMatchers)
          Sets ith "featureAnnotationMatchers" element
 



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