We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 the
visitor
for the node.void
ElementStateProvider.visit
(StateNode node, NodeVisitor visitor) Visit the
node
applyingvisitor
to 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 TypeMethodDescriptionvoid
AbstractTextElementStateProvider.visit
(StateNode node, NodeVisitor visitor) void
BasicElementStateProvider.visit
(StateNode node, NodeVisitor visitor) void
ShadowRootStateProvider.visit
(StateNode node, NodeVisitor visitor) protected void
AbstractNodeStateProvider.visitDescendants
(Node<?> node, NodeVisitor visitor) Apply the
visitor
for the descendants of thenode
.