Generated by
JDiff

Interface com.itextpdf.styledxmlparser.jsoup.select.NodeVisitor

Documentation changed from old to new.

Changed Methods
void  head( Node, int ) Documentation changed from old to new.
Callback for when a node is first visited.
void  tail( Node, int ) Documentation changed from old to new.
Callback for when a node is last visited, after all of its descendants have been visited.