Class SaxTemplateParser


  • public class SaxTemplateParser
    extends Object
    SAX-based template parser logic, taking a Resource to a Tapestry template file and returning a ComponentTemplate. Earlier versions of this code used the StAX (streaming XML parser), but that was really, really bad for Google App Engine. This version uses SAX under the covers, but kind of replicates the important bits of the StAX API as XMLTokenStream.
    Since:
    5.2.0