Uses of Interface
org.apache.incubator.uima.regex.VariableDocument

Packages that use VariableDocument
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of VariableDocument in org.apache.incubator.uima.regex
 

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

Uses of VariableDocument in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement VariableDocument
 class VariableDocumentImpl
          A document containing one variable(@http://incubator.apache.org/uima/regex) element.
 



Copyright © 2011. All Rights Reserved.