Oxygen XML Editor 11.2 Author API

ro.sync.ecss.changetracking
Interface ChangeConstants

All Known Implementing Classes:
ChangeMarker

public interface ChangeConstants

Constants used for change tracking.


Field Summary
static String[] ALL_MARKERS_PI
          Array containing the target of all PI used for change tracking, comments or custom highlights.
static String AUTHOR_NAME_ATTRIBUTE
          The pseudo attribute name of the PI holding the name of the author who made the modification.
static String COMMENT_ATTRIBUTE
          The pseudo attribute name of the PI holding the comment of the author who made the modification.
static int COMMENT_CHANGE
          Comment change type.
static String COMMENT_CHANGE_MARKER_PI
          Processing Instruction name for CDATA, PIs, comments comments.
static String COMMENT_CHANGE_PI_END
          Processing instruction name marking a comment end.
static String COMMENT_CHANGE_PI_START
          Processing instruction name marking a comment start.
static String CONTENT
          The pseudo attribute name of the Delete Change PI that holds the XML content.
static int DELETE_CHANGE
          Delete change type.
static String DELETE_CHANGE_MARKER_PI
          Processing Instruction name for CDATA, PIs, comments delete.
static String DELETE_CHANGE_PI
          Processing instruction name marking a delete.
static String END_ATTRIBUTE
          End of change for INSERT_CHANGE_MARKER_PI.
static int INSERT_CHANGE
          Insert change type.
static String INSERT_CHANGE_MARKER_PI
          Processing Instruction name for CDATA, PIs, comments insertion.
static String INSERT_CHANGE_PI_END
          Processing instruction name marking an insertion end.
static String INSERT_CHANGE_PI_START
          Processing instruction name marking an insertion start.
static String MODIFICATION_TIME
          The pseudo attribute name of the PI holding the modification time.
static String START_ATTRIBUTE
          Start of change for INSERT_CHANGE_MARKER_PI.
 

Field Detail

DELETE_CHANGE

static final int DELETE_CHANGE
Delete change type. The value is 0.

See Also:
Constant Field Values

INSERT_CHANGE

static final int INSERT_CHANGE
Insert change type. The value is 1.

See Also:
Constant Field Values

COMMENT_CHANGE

static final int COMMENT_CHANGE
Comment change type. The value is 2.

See Also:
Constant Field Values

COMMENT_CHANGE_PI_START

static final String COMMENT_CHANGE_PI_START
Processing instruction name marking a comment start. The value is 'oxy_comment_start'.

See Also:
Constant Field Values

COMMENT_CHANGE_PI_END

static final String COMMENT_CHANGE_PI_END
Processing instruction name marking a comment end. The value is 'oxy_comment_end'.

See Also:
Constant Field Values

COMMENT_CHANGE_MARKER_PI

static final String COMMENT_CHANGE_MARKER_PI
Processing Instruction name for CDATA, PIs, comments comments. The value is 'oxy_comment_marker'.

See Also:
Constant Field Values

INSERT_CHANGE_PI_START

static final String INSERT_CHANGE_PI_START
Processing instruction name marking an insertion start. The value is 'oxy_insert_start'.

See Also:
Constant Field Values

INSERT_CHANGE_PI_END

static final String INSERT_CHANGE_PI_END
Processing instruction name marking an insertion end. The value is 'oxy_insert_end'.

See Also:
Constant Field Values

INSERT_CHANGE_MARKER_PI

static final String INSERT_CHANGE_MARKER_PI
Processing Instruction name for CDATA, PIs, comments insertion. The value is 'oxy_insert_marker'.

See Also:
Constant Field Values

DELETE_CHANGE_PI

static final String DELETE_CHANGE_PI
Processing instruction name marking a delete. The value is 'oxy_delete'.

See Also:
Constant Field Values

DELETE_CHANGE_MARKER_PI

static final String DELETE_CHANGE_MARKER_PI
Processing Instruction name for CDATA, PIs, comments delete. The value is 'oxy_delete_marker'.

See Also:
Constant Field Values

ALL_MARKERS_PI

static final String[] ALL_MARKERS_PI
Array containing the target of all PI used for change tracking, comments or custom highlights.


AUTHOR_NAME_ATTRIBUTE

static final String AUTHOR_NAME_ATTRIBUTE
The pseudo attribute name of the PI holding the name of the author who made the modification. The value is 'author'.

See Also:
Constant Field Values

COMMENT_ATTRIBUTE

static final String COMMENT_ATTRIBUTE
The pseudo attribute name of the PI holding the comment of the author who made the modification. The value is 'comment'.

See Also:
Constant Field Values

MODIFICATION_TIME

static final String MODIFICATION_TIME
The pseudo attribute name of the PI holding the modification time. The value is 'timestamp'.

See Also:
Constant Field Values

CONTENT

static final String CONTENT
The pseudo attribute name of the Delete Change PI that holds the XML content. The value is 'content'.

See Also:
Constant Field Values

START_ATTRIBUTE

static final String START_ATTRIBUTE
Start of change for INSERT_CHANGE_MARKER_PI. The value is 'start'.

See Also:
Constant Field Values

END_ATTRIBUTE

static final String END_ATTRIBUTE
End of change for INSERT_CHANGE_MARKER_PI. The value is 'end'.

See Also:
Constant Field Values

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.