| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.document |
Classes to hold in memory a complete parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.reader |
Classes to read and validate an XLIFF document.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Event> |
FileNode.createEventIterator(Stack<URIContext> uriContext)
Create an iterator for the event for this file node.
|
Iterator<Event> |
GroupNode.createEventIterator(Stack<URIContext> uriContext)
Creates an iterator for the events in this group node.
|
| Modifier and Type | Method and Description |
|---|---|
URIContext |
URIContext.clone() |
URIContext |
Event.getURIContext() |
| Constructor and Description |
|---|
Event(EventType type,
URIContext uriCtx) |
Event(EventType type,
URIContext uriCtx,
Object object) |
Copyright © 2020. All rights reserved.