Class JniYXmlElementChange

java.lang.Object
net.carcdr.ycrdt.YChange
net.carcdr.ycrdt.YXmlElementChange
net.carcdr.ycrdt.jni.JniYXmlElementChange

public final class JniYXmlElementChange extends net.carcdr.ycrdt.YXmlElementChange
Represents a change to a YXmlElement's attributes.

Element changes describe modifications to attributes:

  • INSERT: A new attribute was added
  • DELETE: An attribute was removed
  • ATTRIBUTE: An attribute's value was modified

Note: Changes to children are reported as YArrayChange events.

See Also: