public class AttributeToken extends TemplateToken implements RenderCommand
Modifier and Type | Field and Description |
---|---|
String |
name |
String |
namespaceURI |
String |
value |
Constructor and Description |
---|
AttributeToken(String namespaceURI,
String name,
String value,
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 AttributeToken(String namespaceURI, String name, String value, Location location)
public void render(MarkupWriter writer, RenderQueue queue)
RenderCommand
render
in interface RenderCommand
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.