Uses of Class
jd.xml.xslt.XsltResult

Packages that use XsltResult
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.result Contains classes to output the result of an XSLT tranformation. 
jd.xml.xslt.trax Contains a implementation of the Transformation API for XML (TraAX). 
 

Uses of XsltResult in jd.xml.xslt
 

Methods in jd.xml.xslt with parameters of type XsltResult
 void TransformationChain.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
 void Transformation.transform(XmlSource source, XsltResult result)
          Transform the source to the result.
abstract  void Transformation.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
protected  void Stylesheet.transformInternal(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
 void IdentityTransformation.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
 void AbstractStylesheet.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
protected abstract  void AbstractStylesheet.transformInternal(XmlSource source, XsltResult result, int repeat)
           
 

Uses of XsltResult in jd.xml.xslt.result
 

Fields in jd.xml.xslt.result declared as XsltResult
protected  XsltResult MarkupResultBuilder.result_
           
 

Constructors in jd.xml.xslt.result with parameters of type XsltResult
XmlResultBuilder(XsltResult result)
          Create a new XmlResultBuilder.
TextResultBuilder(XsltResult result)
          Create a TextResultBuilder.
MarkupResultBuilder(XsltResult result)
          Create a new XmlResultBuilder.
HtmlResultBuilder(XsltResult result)
          Create a HtmlResultBuilder.
DefaultResultBuilder(XsltResult result)
          Create a DefaultResultBuilder.
CanXmlResultBuilder(XsltResult result)
          Create a new XmlResultBuilder.
 

Uses of XsltResult in jd.xml.xslt.trax
 

Methods in jd.xml.xslt.trax that return XsltResult
static XsltResult TraxUtil.getXsltResult(Result result)
          Create a XsltResult from a javax.xml.transform.Result.