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