org.apache.tapestry5.internal.parser
Class CDATAToken
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.parser.TemplateToken
org.apache.tapestry5.internal.parser.CDATAToken
- All Implemented Interfaces:
- Locatable
public class CDATAToken
- extends TemplateToken
Literal text that was enclosed within a !CDATA in the input template (so we should do the same during output).
CDATAToken
public CDATAToken(String content,
Location location)
getContent
public String getContent()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.