public class XmlOutTag extends TagSupport
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
XmlOutTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the tag.
|
void |
setEscapeXml(Expr escapeXml)
Sets true if XML should be escaped.
|
void |
setSelect(Expr select)
Sets the JSP-EL expression value.
|
static void |
toStream(JspWriter out,
PageContextImpl pageContext,
Expr select,
boolean doEscape)
Process the tag.
|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
public void setSelect(Expr select)
public void setEscapeXml(Expr escapeXml)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public static void toStream(JspWriter out, PageContextImpl pageContext, Expr select, boolean doEscape) throws JspException, XPathException, java.io.IOException
JspException
XPathException
java.io.IOException