A visitor that can be used to recurse down through a DOM.
Implementations of this visitor are responsible for recursing through the document structure themselves but have the advantage that if necessary they can use the call stack to maintain hierarchical state instead of using instance data.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.