Package | Description |
---|---|
org.apache.incubator.uima.regex | |
org.apache.incubator.uima.regex.impl |
Modifier and Type | Method and Description |
---|---|
static VariablesDocument |
VariablesDocument.Factory.newInstance() |
static VariablesDocument |
VariablesDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.io.File file) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.io.InputStream is) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static VariablesDocument |
VariablesDocument.Factory.parse(org.w3c.dom.Node node) |
static VariablesDocument |
VariablesDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.io.Reader r) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.lang.String xmlAsString) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.net.URL u) |
static VariablesDocument |
VariablesDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static VariablesDocument |
VariablesDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static VariablesDocument |
VariablesDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static VariablesDocument |
VariablesDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static VariablesDocument |
VariablesDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
VariablesDocumentImpl
A document containing one variables(@http://incubator.apache.org/uima/regex) element.
|
Copyright © 2013. All Rights Reserved.