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(java.lang.Object xml)
Sets the xml
|
void |
setFilter(java.lang.Object filter)
Sets the filter
|
void |
setScope(java.lang.String scope)
Sets the scope
|
void |
setScopeDom(java.lang.String scope)
Sets the scope
|
void |
setSystemId(java.lang.String 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(java.lang.Object 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(java.lang.Object xml)
public void setDoc(java.lang.Object xml)
public void setSystemId(java.lang.String systemId)
public void setFilter(java.lang.Object 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