public class ChangeTrack extends BaseList<Revisions>
<changeTrack> element of the Chan
g e Tracking module.| Modifier and Type | Field and Description |
|---|---|
static java.lang.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 java.lang.String |
getClosingTag()
Gets the
changeTrack closing tag. |
static java.lang.String |
getCompleteOpeningTag(boolean withNamespace)
Gets the complete opening
<changeTrack> tag. |
public static final java.lang.String TAG_NAME
public ChangeTrack()
ChangeTrack object.public ChangeTrack(ChangeTrack original)
original - the original object to duplicate.public static java.lang.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 java.lang.String getClosingTag()
changeTrack closing tag.changeTrack closing tag.