Uses of Interface
org.apache.uima.tools.cfe.config.DocumentRoot

Packages that use DocumentRoot
org.apache.uima.tools.cfe.config   
org.apache.uima.tools.cfe.config.impl   
org.apache.uima.tools.cfe.config.util   
 

Uses of DocumentRoot in org.apache.uima.tools.cfe.config
 

Methods in org.apache.uima.tools.cfe.config that return DocumentRoot
 DocumentRoot ConfigFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'.
 

Uses of DocumentRoot in org.apache.uima.tools.cfe.config.impl
 

Classes in org.apache.uima.tools.cfe.config.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'.
 

Methods in org.apache.uima.tools.cfe.config.impl that return DocumentRoot
 DocumentRoot ConfigFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.apache.uima.tools.cfe.config.util
 

Methods in org.apache.uima.tools.cfe.config.util that return DocumentRoot
 DocumentRoot ConfigResourceUtil.load(InputStream istream)
          Load an existing XML file.
 DocumentRoot ConfigResourceUtil.load(String filename)
          Load an existing XML file.
 

Methods in org.apache.uima.tools.cfe.config.util with parameters of type DocumentRoot
 T ConfigSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'.
 void ConfigResourceUtil.save(DocumentRoot documentRoot, OutputStream ostream)
          Save as an XML output stream.
 void ConfigResourceUtil.save(DocumentRoot documentRoot, String filename)
          Save as an XML file.
 



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