Class ChildNodeInserted


  • public class ChildNodeInserted
    extends java.lang.Object
    Mirrors `DOMNodeInserted` event.
    • Constructor Detail

      • ChildNodeInserted

        public ChildNodeInserted​(NodeId parentNodeId,
                                 NodeId previousNodeId,
                                 Node node)
    • Method Detail

      • getParentNodeId

        public NodeId getParentNodeId()
        Id of the node that has changed.
      • getPreviousNodeId

        public NodeId getPreviousNodeId()
        If of the previous siblint.
      • getNode

        public Node getNode()
        Inserted node data.