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

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

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

Subinterfaces of PartialObjectMatcherXML in org.apache.uima.tools.cfe.config.xmlBeans
 interface FeatureObjectMatcherXML
          An XML FeatureObjectMatcherXML(@http://www.apache.org/uima/tools/cfe/config/XMLBeans).
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans that return PartialObjectMatcherXML
 PartialObjectMatcherXML TargetAnnotationXML.addNewTargetAnnotationMatcher()
          Appends and returns a new empty "targetAnnotationMatcher" element
 PartialObjectMatcherXML TargetAnnotationXML.getTargetAnnotationMatcher()
          Gets the "targetAnnotationMatcher" element
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.newInstance()
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(File file)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(InputStream is)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(Node node)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(Reader r)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(String xmlAsString)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(URL u)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PartialObjectMatcherXML PartialObjectMatcherXML.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static PartialObjectMatcherXML PartialObjectMatcherXML.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 PartialObjectMatcherXML
 void TargetAnnotationXML.setTargetAnnotationMatcher(PartialObjectMatcherXML targetAnnotationMatcher)
          Sets the "targetAnnotationMatcher" element
 

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return PartialObjectMatcherXML
 PartialObjectMatcherXML TargetAnnotationXMLImpl.addNewTargetAnnotationMatcher()
          Appends and returns a new empty "targetAnnotationMatcher" element
 PartialObjectMatcherXML TargetAnnotationXMLImpl.getTargetAnnotationMatcher()
          Gets the "targetAnnotationMatcher" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type PartialObjectMatcherXML
 void TargetAnnotationXMLImpl.setTargetAnnotationMatcher(PartialObjectMatcherXML targetAnnotationMatcher)
          Sets the "targetAnnotationMatcher" element
 



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