public abstract class TransformSupport
extends jakarta.servlet.jsp.tagext.BodyTagSupport
Support for tag handlers for <transform>, the XML transformation tag.
Modifier and Type | Field and Description |
---|---|
protected Result |
result |
protected Object |
xml |
protected String |
xmlSystemId |
protected Object |
xslt |
protected String |
xsltSystemId |
Constructor and Description |
---|
TransformSupport() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name,
Object value)
Sets (adds) a transformation parameter on our transformer.
|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setScope(String scope) |
void |
setVar(String var) |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected Object xml
protected String xmlSystemId
protected Object xslt
protected String xsltSystemId
protected Result result
public int doStartTag() throws jakarta.servlet.jsp.JspException
doStartTag
in interface jakarta.servlet.jsp.tagext.Tag
doStartTag
in class jakarta.servlet.jsp.tagext.BodyTagSupport
jakarta.servlet.jsp.JspException
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 addParameter(String name, Object value)
public void setVar(String var)
public void setScope(String scope)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.