Uses of Interface
com.vaadin.flow.dom.NodeVisitor
-
Packages that use NodeVisitor Package Description com.vaadin.flow.dom com.vaadin.flow.dom.impl -
-
Uses of NodeVisitor in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type NodeVisitor Modifier and Type Method Description NNode. accept(NodeVisitor visitor)Applies thevisitorfor the node.voidElementStateProvider. visit(StateNode node, NodeVisitor visitor)Visit thenodeapplyingvisitorto it and its descendants based on the return value from the visitor. -
Uses of NodeVisitor in com.vaadin.flow.dom.impl
Methods in com.vaadin.flow.dom.impl with parameters of type NodeVisitor Modifier and Type Method Description voidAbstractTextElementStateProvider. visit(StateNode node, NodeVisitor visitor)voidBasicElementStateProvider. visit(StateNode node, NodeVisitor visitor)voidShadowRootStateProvider. visit(StateNode node, NodeVisitor visitor)protected voidAbstractNodeStateProvider. visitDescendants(Node<?> node, NodeVisitor visitor)Apply thevisitorfor the descendants of thenode.
-