public class StartElementToken extends TemplateToken implements RenderCommand
StartComponentToken
,
which represents an active Tapestry token. A start element token may be immediately followed by AttributeToken
s that represents the attributes associated with the element. A
start element token will always be balanced by a EndElementToken
(though
there will likely be some amount of intermediate tokens).Modifier and Type | Field and Description |
---|---|
String |
name |
String |
namespaceURI |
Constructor and Description |
---|
StartElementToken(String namespaceURI,
String name,
Location location) |
Modifier and Type | Method and Description |
---|---|
void |
render(MarkupWriter writer,
RenderQueue queue)
Invoked on an object to request that it render itself.
|
String |
toString() |
getTokenType
getLocation
public final String namespaceURI
public StartElementToken(String namespaceURI, String name, Location location)
public void render(MarkupWriter writer, RenderQueue queue)
RenderCommand
render
in interface RenderCommand
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.