| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.document |
Classes to hold in memory a complete parsed XLIFF document.
|
| Modifier and Type | Method and Description |
|---|---|
GroupNode |
WithGroupOrUnitNode.add(GroupNode node) |
GroupNode |
IWithGroupOrUnitNode.add(GroupNode node)
Adds a
GroupNode to this object. |
GroupNode |
WithGroupOrUnitNode.addGroupNode(String id) |
GroupNode |
IWithGroupOrUnitNode.addGroupNode(String id)
Adds a
GroupNode to this object. |
GroupNode |
WithGroupOrUnitNode.getGroupNode(String id) |
GroupNode |
IWithGroupOrUnitNode.getGroupNode(String id)
Gets a
GroupNode for a given id. |
GroupNode |
XLIFFDocument.getGroupNode(String fileId,
String groupId)
Gets the
GroupNode from a given file id and a given group id. |
GroupNode |
GroupNode.getParent()
Gets the parent for this group node.
|
| Modifier and Type | Method and Description |
|---|---|
GroupNode |
WithGroupOrUnitNode.add(GroupNode node) |
GroupNode |
IWithGroupOrUnitNode.add(GroupNode node)
Adds a
GroupNode to this object. |
| Constructor and Description |
|---|
GroupNode(GroupNode parent,
StartGroupData data)
Creates a new
GroupNode object with a given StartGroupData resource and parent. |
Copyright © 2020. All rights reserved.