Uses of Interface
com.vaadin.flow.dom.NodeVisitor
Packages that use NodeVisitor
-
Uses of NodeVisitor in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type NodeVisitorModifier and TypeMethodDescriptionNode.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 NodeVisitorModifier and TypeMethodDescriptionvoidAbstractTextElementStateProvider.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.