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:
jakarta.servlet.jsp.tagext.BodyTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.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
-
-
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
-
-
-
-
Method Detail
-
setXml
public void setXml(Object xml) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setDoc
public void setDoc(Object xml) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setSystemId
public void setSystemId(String systemId) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setFilter
public void setFilter(XMLFilter filter) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
-