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

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

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

Methods in org.apache.uima.tools.cfe.config.xmlBeans that return CFEConfigDocument
static CFEConfigDocument CFEConfigDocument.Factory.newInstance()
           
static CFEConfigDocument CFEConfigDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(File file)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(InputStream is)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(Node node)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(Reader r)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(String xmlAsString)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(URL u)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CFEConfigDocument CFEConfigDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CFEConfigDocument CFEConfigDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static CFEConfigDocument CFEConfigDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.uima.tools.cfe.config.xmlBeans.impl that implement CFEConfigDocument
 class CFEConfigDocumentImpl
          A document containing one CFEConfig(@http://www.apache.org/uima/tools/cfe/config/XMLBeans) element.
 



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