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

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

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans with parameters of type TargetAnnotationXML
 void CFEDescriptorXML.setTargetAnnotationsArray(int i, TargetAnnotationXML targetAnnotations)
          Sets ith "targetAnnotations" element
 void CFEDescriptorXML.setTargetAnnotationsArray(TargetAnnotationXML[] targetAnnotationsArray)
          Sets array of all "targetAnnotations" element
 

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return TargetAnnotationXML
 TargetAnnotationXML CFEDescriptorXMLImpl.addNewTargetAnnotations()
          Appends and returns a new empty value (as xml) as the last "targetAnnotations" element
 TargetAnnotationXML[] CFEDescriptorXMLImpl.getTargetAnnotationsArray()
          Deprecated.  
 TargetAnnotationXML CFEDescriptorXMLImpl.getTargetAnnotationsArray(int i)
          Gets ith "targetAnnotations" element
 TargetAnnotationXML CFEDescriptorXMLImpl.insertNewTargetAnnotations(int i)
          Inserts and returns a new empty value (as xml) as the ith "targetAnnotations" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return types with arguments of type TargetAnnotationXML
 List<TargetAnnotationXML> CFEDescriptorXMLImpl.getTargetAnnotationsList()
          Gets a List of "targetAnnotations" elements
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type TargetAnnotationXML
 void CFEDescriptorXMLImpl.setTargetAnnotationsArray(int i, TargetAnnotationXML targetAnnotations)
          Sets ith "targetAnnotations" element
 void CFEDescriptorXMLImpl.setTargetAnnotationsArray(TargetAnnotationXML[] targetAnnotationsArray)
          Sets array of all "targetAnnotations" element
 



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