-
public final class DOMEvent.ChildNodeInsertedEvent extends DOMEvent
Mirrors
DOMNodeInsertedevent.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerparentNodeIdprivate final IntegerpreviousNodeIdprivate final Nodenode
-
Constructor Summary
Constructors Constructor Description ChildNodeInsertedEvent(Integer parentNodeId, Integer previousNodeId, Node node)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Nodecomponent3()final DOMEvent.ChildNodeInsertedEventcopy(Integer parentNodeId, Integer previousNodeId, Node node)final IntegergetParentNodeId()Id of the node that has changed. final IntegergetPreviousNodeId()If of the previous siblint. final NodegetNode()Inserted node data. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Node component3()
-
copy
final DOMEvent.ChildNodeInsertedEvent copy(Integer parentNodeId, Integer previousNodeId, Node node)
-
getParentNodeId
final Integer getParentNodeId()
Id of the node that has changed.
-
getPreviousNodeId
final Integer getPreviousNodeId()
If of the previous siblint.
-
-
-
-