You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by jo...@gmail.com on 2010/02/18 18:32:37 UTC

Introduce DomWalker (issue214044)

Reviewers: shindig.remailer_gmail.com,

Description:
DomWalker is a helper class/framework for writing rewriters that take
the very typical form of walking a DOM tree and manipulating nodes as
you go.

It supports multiple Visitors at the same time, reducing the need for
multiple DOM walks depending on the semantics.

As of this CL the framework isn't used -- it sets up several follow-up
CLs to come.

Please review this at http://codereview.appspot.com/214044/show

Affected files:
    
java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomWalker.java
    
java/gadgets/src/test/java/org/apache/shindig/gadgets/rewrite/DomWalkerTest.java