Class ChildNodeRemoved


  • public class ChildNodeRemoved
    extends java.lang.Object
    Mirrors `DOMNodeRemoved` event.
    • Constructor Detail

      • ChildNodeRemoved

        public ChildNodeRemoved​(NodeId parentNodeId,
                                NodeId nodeId)
    • Method Detail

      • getParentNodeId

        public NodeId getParentNodeId()
        Parent id.
      • getNodeId

        public NodeId getNodeId()
        Id of the node that has been removed.