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

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans that return BitsetFeatureValuesXML
 BitsetFeatureValuesXML SingleFeatureMatcherXML.addNewBitsetFeatureValues()
          Appends and returns a new empty "bitsetFeatureValues" element
 BitsetFeatureValuesXML SingleFeatureMatcherXML.getBitsetFeatureValues()
          Gets the "bitsetFeatureValues" element
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.newInstance()
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(File file)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(InputStream is)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(Node node)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(Reader r)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(String xmlAsString)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(URL u)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BitsetFeatureValuesXML BitsetFeatureValuesXML.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans with parameters of type BitsetFeatureValuesXML
 void SingleFeatureMatcherXML.setBitsetFeatureValues(BitsetFeatureValuesXML bitsetFeatureValues)
          Sets the "bitsetFeatureValues" element
 

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return BitsetFeatureValuesXML
 BitsetFeatureValuesXML SingleFeatureMatcherXMLImpl.addNewBitsetFeatureValues()
          Appends and returns a new empty "bitsetFeatureValues" element
 BitsetFeatureValuesXML SingleFeatureMatcherXMLImpl.getBitsetFeatureValues()
          Gets the "bitsetFeatureValues" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type BitsetFeatureValuesXML
 void SingleFeatureMatcherXMLImpl.setBitsetFeatureValues(BitsetFeatureValuesXML bitsetFeatureValues)
          Sets the "bitsetFeatureValues" element
 



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