Uses of Class
eu.maveniverse.domtrip.TreeWalker
Packages that use TreeWalker
-
Uses of TreeWalker in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return TreeWalkerModifier and TypeMethodDescriptionTreeWalker.onComment(Function<Comment, DomTripVisitor.Action> handler) Sets the callback invoked for each comment node.TreeWalker.onEnter(Function<Element, DomTripVisitor.Action> handler) Sets the callback invoked when entering each element.Sets the callback invoked when exiting each element.TreeWalker.onProcessingInstruction(Function<ProcessingInstruction, DomTripVisitor.Action> handler) Sets the callback invoked for each processing instruction node.TreeWalker.onText(Function<Text, DomTripVisitor.Action> handler) Sets the callback invoked for each text node.Element.walk()Creates a lambda-friendly tree walker starting from this element.