public class XmlTransformTag extends BodyTagSupport implements NameValueTag
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
XmlTransformTag() |
Modifier and Type | Method and Description |
---|---|
void |
addParam(java.lang.String name,
java.lang.String value)
Adds a parameter.
|
static javax.xml.transform.Source |
convertToSource(java.lang.Object xmlObj,
java.lang.String systemId) |
int |
doEndTag()
Process the tag.
|
int |
doStartTag()
Process the tag.
|
void |
setDoc(Expr xml)
Sets the JSP-EL XML value.
|
void |
setDocSystemId(Expr xmlSystemId)
Sets the JSP-EL XML system id expr.
|
void |
setResult(Expr result)
Sets the result
|
void |
setScope(java.lang.String scope)
Sets the scope
|
void |
setVar(java.lang.String var)
Sets the variable
|
void |
setXml(Expr xml)
Sets the JSP-EL XML value.
|
void |
setXmlSystemId(Expr xmlSystemId)
Sets the JSP-EL XML system id expr.
|
void |
setXslt(Expr xslt)
Sets the JSP-EL XML value.
|
void |
setXsltSystemId(Expr xsltSystemId)
Sets the JSP-EL XSLT system id.
|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setPageContext, setParent
public void setXml(Expr xml)
public void setDoc(Expr xml)
public void setXslt(Expr xslt)
public void setXmlSystemId(Expr xmlSystemId)
public void setDocSystemId(Expr xmlSystemId)
public void setXsltSystemId(Expr xsltSystemId)
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public void setResult(Expr result)
public void addParam(java.lang.String name, java.lang.String value)
addParam
in interface NameValueTag
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class BodyTagSupport
JspException
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class TagSupport
JspException
public static javax.xml.transform.Source convertToSource(java.lang.Object xmlObj, java.lang.String systemId) throws JspException
JspException