FileDocCategorySizeDatePackage
TransformTag.javaAPI DocGlassfish v2 API3520Sat May 05 19:18:02 BST 2007org.apache.taglibs.standard.tag.rt.xml

TransformTag

public class TransformTag extends org.apache.taglibs.standard.tag.common.xml.TransformSupport

A handler for <transform> that supports rtexprvalue-based attributes.

author
Shawn Bayern

Fields Summary
Constructors Summary
Methods Summary
public voidsetDoc(java.lang.Object xml)

        this.xml = xml;
    
public voidsetDocSystemId(java.lang.String xmlSystemId)

        this.xmlSystemId = xmlSystemId;
    
public voidsetResult(javax.xml.transform.Result result)

        this.result = result;
    
public voidsetXml(java.lang.Object xml)

        this.xml = xml;
    
public voidsetXmlSystemId(java.lang.String xmlSystemId)

        this.xmlSystemId = xmlSystemId;
    
public voidsetXslt(java.lang.Object xslt)

        this.xslt = xslt;
    
public voidsetXsltSystemId(java.lang.String xsltSystemId)

        this.xsltSystemId = xsltSystemId;