Class TemplateToken
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.parser.TemplateToken
- All Implemented Interfaces:
Locatable
- Direct Known Subclasses:
AttributeToken
,BlockToken
,BodyToken
,CDATAToken
,CommentToken
,DefineNamespacePrefixToken
,DTDToken
,EndElementToken
,ExpansionToken
,ExtensionPointToken
,ParameterToken
,StartComponentToken
,StartElementToken
,TextToken
Base class for tokens parsed out of a template. The set of classes rooted here are effectively object encapsulations
of the events generated by a SAX parser.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
-
Constructor Details
-
TemplateToken
-
-
Method Details
-
getTokenType
-