Package io.webfolder.cdp.event.dom
Class SetChildNodes
- java.lang.Object
-
- io.webfolder.cdp.event.dom.SetChildNodes
-
public class SetChildNodes extends Object
Fired when backend wants to provide client with the missing DOM structure This happens upon most of the calls requesting node ids
-
-
Constructor Summary
Constructors Constructor Description SetChildNodes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Node>
getNodes()
Child nodes array.Integer
getParentId()
Parent node id to populate with children.void
setNodes(List<Node> nodes)
Child nodes array.void
setParentId(Integer parentId)
Parent node id to populate with children.
-