Uses of Class
net.sf.okapi.lib.xliff2.document.GroupNode
-
Packages that use GroupNode Package Description net.sf.okapi.lib.xliff2.document Classes to hold in memory a complete parsed XLIFF document. -
-
Uses of GroupNode in net.sf.okapi.lib.xliff2.document
Methods in net.sf.okapi.lib.xliff2.document that return GroupNode Modifier and Type Method Description GroupNodeIWithGroupOrUnitNode. add(GroupNode node)Adds aGroupNodeto this object.GroupNodeWithGroupOrUnitNode. add(GroupNode node)GroupNodeIWithGroupOrUnitNode. addGroupNode(String id)Adds aGroupNodeto this object.GroupNodeWithGroupOrUnitNode. addGroupNode(String id)GroupNodeIWithGroupOrUnitNode. getGroupNode(String id)Gets aGroupNodefor a given id.GroupNodeWithGroupOrUnitNode. getGroupNode(String id)GroupNodeXLIFFDocument. getGroupNode(String fileId, String groupId)Gets theGroupNodefrom a given file id and a given group id.GroupNodeGroupNode. getParent()Gets the parent for this group node.Methods in net.sf.okapi.lib.xliff2.document with parameters of type GroupNode Modifier and Type Method Description GroupNodeIWithGroupOrUnitNode. add(GroupNode node)Adds aGroupNodeto this object.GroupNodeWithGroupOrUnitNode. add(GroupNode node)Constructors in net.sf.okapi.lib.xliff2.document with parameters of type GroupNode Constructor Description GroupNode(GroupNode parent, StartGroupData data)Creates a newGroupNodeobject with a givenStartGroupDataresource and parent.
-