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

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

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

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

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

Classes in org.apache.incubator.uima.regex.impl that implement BeginDocument
 class BeginDocumentImpl
          A document containing one begin(@http://incubator.apache.org/uima/regex) element.
 



Copyright © 2011. All Rights Reserved.