public interface IVDocument extends IVSet
IVItem.ItemType| Modifier and Type | Method and Description |
|---|---|
Ending |
getEndDocument()
Gets the Ending resource associated with this document.
|
IVItem |
getItem(long key)
Gets the item for a given key.
|
IVItem |
getItem(String extractionId)
Gets the item for a given extraction id.
|
StartDocument |
getStartDocument()
Gets the StartDocument resource associated with this document.
|
IVTextUnit |
getTextUnit(String extractionId)
Gets the virtual text unit for a given extraction id.
|
getFirstChild, items, textUnitsgetDocument, getId, getItemType, getKey, getName, getNextSibling, getParent, getPreviousSibling, getType, saveStartDocument getStartDocument()
Ending getEndDocument()
IVItem getItem(String extractionId)
extractionId - the extraction id for the item to retrieve.IVItem getItem(long key)
key - the key for the item to retrieve.IVTextUnit getTextUnit(String extractionId)
extractionId - the extraction id of the text unit to retrieve.Copyright © 2019. All rights reserved.