Package | Description |
---|---|
org.apache.incubator.uima | |
org.apache.incubator.uima.impl |
Modifier and Type | Method and Description |
---|---|
KeyDocument.Key |
EntryDocument.Entry.addNewKey()
Appends and returns a new empty "key" element
|
KeyDocument.Key |
KeyDocument.addNewKey()
Appends and returns a new empty "key" element
|
KeyDocument.Key |
EntryDocument.Entry.getKey()
Gets the "key" element
|
KeyDocument.Key |
KeyDocument.getKey()
Gets the "key" element
|
static KeyDocument.Key |
KeyDocument.Key.Factory.newInstance() |
static KeyDocument.Key |
KeyDocument.Key.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
EntryDocument.Entry.setKey(KeyDocument.Key key)
Sets the "key" element
|
void |
KeyDocument.setKey(KeyDocument.Key key)
Sets the "key" element
|
Modifier and Type | Class and Description |
---|---|
static class |
KeyDocumentImpl.KeyImpl
An XML key(@http://incubator.apache.org/uima).
|
Modifier and Type | Method and Description |
---|---|
KeyDocument.Key |
EntryDocumentImpl.EntryImpl.addNewKey()
Appends and returns a new empty "key" element
|
KeyDocument.Key |
KeyDocumentImpl.addNewKey()
Appends and returns a new empty "key" element
|
KeyDocument.Key |
EntryDocumentImpl.EntryImpl.getKey()
Gets the "key" element
|
KeyDocument.Key |
KeyDocumentImpl.getKey()
Gets the "key" element
|
Modifier and Type | Method and Description |
---|---|
void |
EntryDocumentImpl.EntryImpl.setKey(KeyDocument.Key key)
Sets the "key" element
|
void |
KeyDocumentImpl.setKey(KeyDocument.Key key)
Sets the "key" element
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.