Class SaxTemplateParser
java.lang.Object
org.apache.tapestry5.internal.services.SaxTemplateParser
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XML_NAMESPACE_URI
- See Also:
-
-
Constructor Details
-
SaxTemplateParser
-
-
Method Details
-
parse
-