org.apache.tapestry.util.xml

Class RuleDirectedParser

Like Digester, there's an object stack and a rule stack. The rules are much simpler (more coding), in that there's a one-to-one relationship between an element and a rule.

Based on SAX2.

Since:
3.0
Author:
Howard Lewis Ship