public class DoctypeTag extends XPathTagSupport
body, context, parent| Constructor and Description |
|---|
DoctypeTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
String |
getName()
Returns the name.
|
String |
getPublicId()
Returns the publicId.
|
String |
getSystemId()
Returns the systemId.
|
void |
setName(String name)
Sets the document type name of the DOCTYPE
|
void |
setPublicId(String publicId)
Sets the declared public identifier for DTD
|
void |
setSystemId(String systemId)
Sets the declared system identifier for the DTD
|
getXPathContextfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tagpublic String getName()
public String getPublicId()
public String getSystemId()
public void setName(String name)
public void setPublicId(String publicId)
public void setSystemId(String systemId)
Copyright © 2014. All rights reserved.