| 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.
|
| net.sf.okapi.lib.xliff2.writer |
Classes to write a new XLIFF document or re-write an existing one.
|
| Modifier and Type | Method and Description |
|---|---|
StartGroupData |
GroupNode.get()
Gets the
StartGroupData resource for this group node. |
| Constructor and Description |
|---|
GroupNode(GroupNode parent,
StartGroupData data)
Creates a new
GroupNode object with a given StartGroupData resource and parent. |
| Modifier and Type | Method and Description |
|---|---|
StartGroupData |
Event.getStartGroupData() |
| Modifier and Type | Method and Description |
|---|---|
void |
XLIFFWriter.writeStartGroup(StartGroupData startGroupData)
Writes the start of a <group> element.
|
Copyright © 2020. All rights reserved.