Class ParseTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.xml.ParseSupport
-
- org.apache.taglibs.standard.tag.rt.xml.ParseTag
-
- All Implemented Interfaces:
BodyTag,IterationTag,JspTag,Tag,Serializable
public class ParseTag extends ParseSupport
A handler for <parse> that supports rtexprvalue-based attributes.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.taglibs.standard.tag.common.xml.ParseSupport
ParseSupport.JstlEntityResolver
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.xml.ParseSupport
filter, systemId, xml
-
Fields inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
bodyContent
-
Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport
id, pageContext
-
Fields inherited from interface jakarta.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
-
Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
-
Fields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
-
Constructor Summary
Constructors Constructor Description ParseTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDoc(Object xml)voidsetFilter(XMLFilter filter)voidsetSystemId(String systemId)voidsetXml(Object xml)-
Methods inherited from class org.apache.taglibs.standard.tag.common.xml.ParseSupport
doEndTag, release, setScope, setScopeDom, setVar, setVarDom
-
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jakarta.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
-
-
-
-
Method Detail
-
setXml
public void setXml(Object xml) throws JspTagException
- Throws:
JspTagException
-
setDoc
public void setDoc(Object xml) throws JspTagException
- Throws:
JspTagException
-
setSystemId
public void setSystemId(String systemId) throws JspTagException
- Throws:
JspTagException
-
setFilter
public void setFilter(XMLFilter filter) throws JspTagException
- Throws:
JspTagException
-
-