java.lang.Object
org.apache.xmlbeans.impl.store.Cursor.ChangeStampImpl
- All Implemented Interfaces:
- org.apache.xmlbeans.XmlCursor.ChangeStamp
- Enclosing class:
- Cursor
- private static final class Cursor.ChangeStampImpl
- extends java.lang.Object
- implements org.apache.xmlbeans.XmlCursor.ChangeStamp
|
Method Summary |
boolean |
hasChanged()
Returns whether or not the document assoiated with this ChangeStamp
has been altered since the ChangeStamp had been created. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_locale
private final Locale _locale
_versionStamp
private final long _versionStamp
Cursor.ChangeStampImpl
Cursor.ChangeStampImpl(Locale l)
hasChanged
public boolean hasChanged()
- Description copied from interface:
org.apache.xmlbeans.XmlCursor.ChangeStamp
- Returns whether or not the document assoiated with this ChangeStamp
has been altered since the ChangeStamp had been created.
- Specified by:
hasChanged in interface org.apache.xmlbeans.XmlCursor.ChangeStamp