public class XmlOutTag extends TagSupport
id, pageContextEVAL_BODY_AGAINEVAL_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, setValuepublic void setSelect(Expr select)
public void setEscapeXml(Expr escapeXml)
public int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class TagSupportJspExceptionpublic static void toStream(JspWriter out, PageContextImpl pageContext, Expr select, boolean doEscape) throws JspException, XPathException, java.io.IOException
JspExceptionXPathExceptionjava.io.IOException