Uses of Interface
org.apache.incubator.uima.EntryDocument

Packages that use EntryDocument
org.apache.incubator.uima   
org.apache.incubator.uima.impl   
 

Uses of EntryDocument in org.apache.incubator.uima
 

Methods in org.apache.incubator.uima that return EntryDocument
static EntryDocument EntryDocument.Factory.newInstance()
           
static EntryDocument EntryDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument EntryDocument.Factory.parse(java.io.File file)
           
static EntryDocument EntryDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument EntryDocument.Factory.parse(java.io.InputStream is)
           
static EntryDocument EntryDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument EntryDocument.Factory.parse(org.w3c.dom.Node node)
           
static EntryDocument EntryDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument EntryDocument.Factory.parse(java.io.Reader r)
           
static EntryDocument EntryDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument EntryDocument.Factory.parse(java.lang.String xmlAsString)
           
static EntryDocument EntryDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument EntryDocument.Factory.parse(java.net.URL u)
           
static EntryDocument EntryDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument EntryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EntryDocument EntryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EntryDocument EntryDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EntryDocument EntryDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of EntryDocument in org.apache.incubator.uima.impl
 

Classes in org.apache.incubator.uima.impl that implement EntryDocument
 class EntryDocumentImpl
          A document containing one entry(@http://incubator.apache.org/uima) element.
 



Copyright © 2011. All Rights Reserved.