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

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

Uses of TypeDescriptionDocument in org.apache.incubator.uima
 

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

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

Classes in org.apache.incubator.uima.impl that implement TypeDescriptionDocument
 class TypeDescriptionDocumentImpl
          A document containing one typeDescription(@http://incubator.apache.org/uima) element.
 



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