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.
|
java.lang.String |
getName()
Returns the name.
|
java.lang.String |
getPublicId()
Returns the publicId.
|
java.lang.String |
getSystemId()
Returns the systemId.
|
void |
setName(java.lang.String name)
Sets the document type name of the DOCTYPE
|
void |
setPublicId(java.lang.String publicId)
Sets the declared public identifier for DTD
|
void |
setSystemId(java.lang.String systemId)
Sets the declared system identifier for the DTD
|
getXPathContext
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
public java.lang.String getName()
public java.lang.String getPublicId()
public java.lang.String getSystemId()
public void setName(java.lang.String name)
public void setPublicId(java.lang.String publicId)
public void setSystemId(java.lang.String systemId)
Copyright © 2012. All Rights Reserved.