public class ChangeTrack extends BaseList<Revisions>
<changeTrack> element of the Chan
g e Tracking module.| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_NAME
The tag element name constant.
|
| Constructor and Description |
|---|
ChangeTrack()
Creates a new
ChangeTrack object. |
ChangeTrack(ChangeTrack original)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getClosingTag()
Gets the
changeTrack closing tag. |
static String |
getCompleteOpeningTag(boolean withNamespace)
Gets the complete opening
<changeTrack> tag. |
add, clear, get, isEmpty, iterator, remove, remove, set, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String TAG_NAME
public ChangeTrack()
ChangeTrack object.public ChangeTrack(ChangeTrack original)
original - the original object to duplicate.public static String getCompleteOpeningTag(boolean withNamespace)
<changeTrack> tag.withNamespace - a boolean stating if the name space has to be included in the
tag.<changeTrack> tag.public static String getClosingTag()
changeTrack closing tag.changeTrack closing tag.Copyright © 2020. All rights reserved.