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

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

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

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

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl that return CFEDescriptorXML
 CFEDescriptorXML CFEConfigDocumentImpl.addNewCFEConfig()
          Appends and returns a new empty "CFEConfig" element
 CFEDescriptorXML CFEConfigDocumentImpl.getCFEConfig()
          Gets the "CFEConfig" element
 

Methods in org.apache.uima.tools.cfe.config.xmlBeans.impl with parameters of type CFEDescriptorXML
 void CFEConfigDocumentImpl.setCFEConfig(CFEDescriptorXML cfeConfig)
          Sets the "CFEConfig" element
 



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