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

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

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans with parameters of type GroupFeatureMatcherXML
 void PartialObjectMatcherXML.setGroupFeatureMatchersArray(GroupFeatureMatcherXML[] groupFeatureMatchersArray)
          Sets array of all "groupFeatureMatchers" element
 void PartialObjectMatcherXML.setGroupFeatureMatchersArray(int i, GroupFeatureMatcherXML groupFeatureMatchers)
          Sets ith "groupFeatureMatchers" element
 

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return GroupFeatureMatcherXML
 GroupFeatureMatcherXML PartialObjectMatcherXMLImpl.addNewGroupFeatureMatchers()
          Appends and returns a new empty value (as xml) as the last "groupFeatureMatchers" element
 GroupFeatureMatcherXML[] PartialObjectMatcherXMLImpl.getGroupFeatureMatchersArray()
          Deprecated.  
 GroupFeatureMatcherXML PartialObjectMatcherXMLImpl.getGroupFeatureMatchersArray(int i)
          Gets ith "groupFeatureMatchers" element
 GroupFeatureMatcherXML PartialObjectMatcherXMLImpl.insertNewGroupFeatureMatchers(int i)
          Inserts and returns a new empty value (as xml) as the ith "groupFeatureMatchers" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return types with arguments of type GroupFeatureMatcherXML
 List<GroupFeatureMatcherXML> PartialObjectMatcherXMLImpl.getGroupFeatureMatchersList()
          Gets a List of "groupFeatureMatchers" elements
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type GroupFeatureMatcherXML
 void PartialObjectMatcherXMLImpl.setGroupFeatureMatchersArray(GroupFeatureMatcherXML[] groupFeatureMatchersArray)
          Sets array of all "groupFeatureMatchers" element
 void PartialObjectMatcherXMLImpl.setGroupFeatureMatchersArray(int i, GroupFeatureMatcherXML groupFeatureMatchers)
          Sets ith "groupFeatureMatchers" element
 



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