public class TransformTag extends TransformSupport
A handler for <transform> that supports rtexprvalue-based attributes.
result, xml, xmlSystemId, xslt, xsltSystemId| Constructor and Description |
|---|
TransformTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDoc(java.lang.Object xml) |
void |
setDocSystemId(java.lang.String xmlSystemId) |
void |
setResult(javax.xml.transform.Result result) |
void |
setXml(java.lang.Object xml) |
void |
setXmlSystemId(java.lang.String xmlSystemId) |
void |
setXslt(java.lang.Object xslt) |
void |
setXsltSystemId(java.lang.String xsltSystemId) |
addParameter, doEndTag, doStartTag, release, setScope, setVardoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic void setXml(java.lang.Object xml)
throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagExceptionpublic void setDoc(java.lang.Object xml)
throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagExceptionpublic void setXmlSystemId(java.lang.String xmlSystemId)
throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagExceptionpublic void setDocSystemId(java.lang.String xmlSystemId)
throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagExceptionpublic void setXslt(java.lang.Object xslt)
throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagExceptionpublic void setXsltSystemId(java.lang.String xsltSystemId)
throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagExceptionpublic void setResult(javax.xml.transform.Result result)
throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagExceptionCopyright © 2019 Eclipse Foundation. All rights reserved.