org.apache.tapestry5.internal.parser
Class TemplateToken

java.lang.Object
  extended by org.apache.tapestry5.ioc.BaseLocatable
      extended by 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

public abstract class TemplateToken
extends BaseLocatable

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
protected TemplateToken(TokenType tokenType, Location location)
           
 
Method Summary
 TokenType getTokenType()
           
 
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateToken

protected TemplateToken(TokenType tokenType,
                        Location location)
Method Detail

getTokenType

public TokenType getTokenType()


Copyright © 2003-2012 The Apache Software Foundation.