JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.okapi.lib.xliff2.document
Interface IGroupOrUnitNode
All Known Implementing Classes:
GroupNode
,
UnitNode
public interface
IGroupOrUnitNode
Represents a node that is either a group or a unit.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
isUnit
()
Indicates if this node is a UnitNode.
Method Detail
isUnit
boolean isUnit()
Indicates if this node is a UnitNode.
Returns:
true if it is a UnitNode, false if it is a GroupNode.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method