public abstract class ParseSupport
extends jakarta.servlet.jsp.tagext.BodyTagSupport
Support for tag handlers for <parse>, the XML parsing tag.
Modifier and Type | Class and Description |
---|---|
static class |
ParseSupport.JstlEntityResolver
Lets us resolve relative external entities.
|
Modifier and Type | Field and Description |
---|---|
protected XMLFilter |
filter |
protected String |
systemId |
protected Object |
xml |
Constructor and Description |
---|
ParseSupport() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(String scope) |
void |
setScopeDom(String scopeDom) |
void |
setVar(String var) |
void |
setVarDom(String varDom) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected Object xml
protected String systemId
protected XMLFilter filter
public int doEndTag() throws jakarta.servlet.jsp.JspException
doEndTag
in interface jakarta.servlet.jsp.tagext.Tag
doEndTag
in class jakarta.servlet.jsp.tagext.BodyTagSupport
jakarta.servlet.jsp.JspException
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class jakarta.servlet.jsp.tagext.BodyTagSupport
public void setVar(String var)
public void setVarDom(String varDom)
public void setScope(String scope)
public void setScopeDom(String scopeDom)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.