public class DTDToken extends TemplateToken implements RenderCommand
Modifier and Type | Field and Description |
---|---|
String |
name |
String |
publicId |
String |
systemId |
Constructor and Description |
---|
DTDToken(String name,
String publicId,
String systemId,
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 void render(MarkupWriter writer, RenderQueue queue)
RenderCommand
render
in interface RenderCommand
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.