|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.document.ChangeTracer
@Deprecated public final class ChangeTracer
Holds old values of the node that may have been changed. Class may be instantiated by clients.
Field Summary | |
---|---|
static int |
CHANGED_DATA
Deprecated. Indicates that the text had been changed. |
static int |
CHANGED_LOCALNAME
Deprecated. Indicates that the text had been changed. |
Constructor Summary | |
---|---|
ChangeTracer(Node node)
Deprecated. The constructor. |
Method Summary | |
---|---|
int |
getChanged()
Deprecated. Determines what had changed. |
Node |
getChangedNode()
Deprecated. Reference to the node that had been changed. |
String |
getOldData()
Deprecated. Holds old textual value. |
String |
getOldLocalName()
Deprecated. Returns old local name of the node. |
void |
trackChange()
Deprecated. After the change this method must be called once to trace what had been changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CHANGED_DATA
public static final int CHANGED_LOCALNAME
Constructor Detail |
---|
public ChangeTracer(Node node)
node
- the node that is about to change. It must not yet be changed.Method Detail |
---|
public void trackChange()
public String getOldData()
public Node getChangedNode()
public String getOldLocalName()
public int getChanged()
CHANGED_*
constants.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |