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

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

Uses of TypeCollectionDocument in org.apache.incubator.uima
 

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

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

Classes in org.apache.incubator.uima.impl that implement TypeCollectionDocument
 class TypeCollectionDocumentImpl
          A document containing one typeCollection(@http://incubator.apache.org/uima) element.
 



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