public class XmlParseTag extends BodyTagSupport
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
XmlParseTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Processed at the end of the tag.
|
void |
setDoc(Expr xml)
Sets the doc
|
void |
setFilter(Expr filter)
Sets the filter
|
void |
setScope(java.lang.String scope)
Sets the scope
|
void |
setScopeDom(java.lang.String scope)
Sets the scope
|
void |
setSystemId(Expr systemId)
Sets the system id
|
void |
setVar(java.lang.String var)
Sets the variable
|
void |
setVarDom(java.lang.String var)
Sets the variable
|
void |
setXml(Expr xml)
Sets the xml
|
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setPageContext, setParent
public void setXml(Expr xml)
public void setDoc(Expr xml)
public void setSystemId(Expr systemId)
public void setFilter(Expr filter)
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public void setVarDom(java.lang.String var)
public void setScopeDom(java.lang.String scope)
public int doEndTag() throws JspException
TagSupport
doEndTag
in interface Tag
doEndTag
in class TagSupport
JspException