Class YXmlEvent


  • public class YXmlEvent
    extends YEvent
    • Constructor Detail

      • YXmlEvent

        public YXmlEvent​(YXmlFragment target,
                         java.util.Set<java.lang.String> subs,
                         Transaction transaction)
        Parameters:
        target - The target on which the event is created.
        subs - The set of changed attributes. `null` is included if the child list changed.
        transaction - The transaction instance with which the change was created.
      • YXmlEvent

        public YXmlEvent​(YXmlText target,
                         java.util.Set<java.lang.String> subs,
                         Transaction transaction)
        Parameters:
        target - The target on which the event is created.
        subs - The set of changed attributes. `null` is included if the child list changed.
        transaction - The transaction instance with which the change was created.
    • Method Detail

      • isChildListChanged

        public boolean isChildListChanged()
        Check if the child list changed.
        Returns:
        Whether the child list changed.
      • getAttributesChanged

        public java.util.Set<java.lang.String> getAttributesChanged()
        Get the set of changed attributes.
        Returns:
        Set of changed attributes.