Class ChangeTrack
- java.lang.Object
-
- net.sf.okapi.lib.xliff2.core.BaseList<Revisions>
-
- net.sf.okapi.lib.xliff2.changeTracking.ChangeTrack
-
public class ChangeTrack extends BaseList<Revisions>
Represents the<changeTrack>element of the Chan g e Tracking module.- Author:
- Marta Borriello
-
-
Constructor Summary
Constructors Constructor Description ChangeTrack()Creates a newChangeTrackobject.ChangeTrack(ChangeTrack original)Copy constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetClosingTag()Gets thechangeTrackclosing tag.static StringgetCompleteOpeningTag(boolean withNamespace)Gets the complete opening<changeTrack>tag.-
Methods inherited from class net.sf.okapi.lib.xliff2.core.BaseList
add, clear, get, isEmpty, iterator, remove, remove, set, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
The tag element name constant.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChangeTrack
public ChangeTrack()
Creates a newChangeTrackobject.
-
ChangeTrack
public ChangeTrack(ChangeTrack original)
Copy constructor.- Parameters:
original- the original object to duplicate.
-
-
Method Detail
-
getCompleteOpeningTag
public static String getCompleteOpeningTag(boolean withNamespace)
Gets the complete opening<changeTrack>tag.- Parameters:
withNamespace- a boolean stating if the name space has to be included in the tag.- Returns:
- the complete
<changeTrack>tag.
-
getClosingTag
public static String getClosingTag()
Gets thechangeTrackclosing tag.- Returns:
- the
changeTrackclosing tag.
-
-