public final class XSLTTransformParameterSpec extends Objectimplements TransformParameterSpec
An XSLTTransformParameterSpec is instantiated with a mechanism-dependent (ex: DOM) stylesheet element. For example:
DOMStructure stylesheet = new DOMStructure(element) XSLTTransformParameterSpec spec = new XSLTransformParameterSpec(stylesheet);where
element is an
Element containing the namespace-qualified stylesheet element.
Transform
| Constructor and Description |
|---|
XSLTTransformParameterSpec(XMLStructure
Creates an
XSLTTransformParameterSpec with the specified stylesheet.
|
public XSLTTransformParameterSpec(XMLStructurestylesheet)
XSLTTransformParameterSpec with the specified stylesheet.
stylesheet - the XSLT stylesheet to be used
NullPointerException - if
stylesheet is
null
public XMLStructuregetStylesheet()