Uses of Interface
net.sf.okapi.lib.xliff2.document.IGroupOrUnitNode
-
Packages that use IGroupOrUnitNode Package Description net.sf.okapi.lib.xliff2.document Classes to hold in memory a complete parsed XLIFF document. -
-
Uses of IGroupOrUnitNode in net.sf.okapi.lib.xliff2.document
Classes in net.sf.okapi.lib.xliff2.document that implement IGroupOrUnitNode Modifier and Type Class Description classGroupNodeRepresents a group node.classUnitNodeRepresents a unit node.Methods in net.sf.okapi.lib.xliff2.document that return types with arguments of type IGroupOrUnitNode Modifier and Type Method Description Iterator<IGroupOrUnitNode>IWithGroupOrUnitNode. createGroupOrUnitIterator()Creates an iterator for the group nodes and unit nodes in this object.Iterator<IGroupOrUnitNode>WithGroupOrUnitNode. createGroupOrUnitIterator()
-