|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationDocument | |
---|---|
org.apache.incubator.uima.regex | |
org.apache.incubator.uima.regex.impl |
Uses of AnnotationDocument in org.apache.incubator.uima.regex |
---|
Methods in org.apache.incubator.uima.regex that return AnnotationDocument | |
---|---|
static AnnotationDocument |
AnnotationDocument.Factory.newInstance()
|
static AnnotationDocument |
AnnotationDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(File file)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(InputStream is)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(Node node)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(Reader r)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(String xmlAsString)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(URL u)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AnnotationDocument |
AnnotationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AnnotationDocument |
AnnotationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static AnnotationDocument |
AnnotationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of AnnotationDocument in org.apache.incubator.uima.regex.impl |
---|
Classes in org.apache.incubator.uima.regex.impl that implement AnnotationDocument | |
---|---|
class |
AnnotationDocumentImpl
A document containing one annotation(@http://incubator.apache.org/uima/regex) element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |