public class DefineNamespacePrefixToken extends TemplateToken implements RenderCommand
StartComponentToken
or StartElementToken
(and come before AttributeToken
) and applies to the component or
element.Modifier and Type | Field and Description |
---|---|
String |
namespacePrefix |
String |
namespaceURI |
Constructor and Description |
---|
DefineNamespacePrefixToken(String namespaceURI,
String namespacePrefix,
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 final String namespacePrefix
public DefineNamespacePrefixToken(String namespaceURI, String namespacePrefix, Location location)
public void render(MarkupWriter writer, RenderQueue queue)
RenderCommand
render
in interface RenderCommand
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.