|
Préférences
Moteurs de recherche
|
||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig.spec
|
Constructor Summary | |
---|---|
XSLTTransformParameterSpec(XMLStructure stylesheet)
Creates an XSLTTransformParameterSpec with the specified
stylesheet. |
Method Summary | |
---|---|
XMLStructure |
getStylesheet()
Returns the stylesheet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSLTTransformParameterSpec(XMLStructure stylesheet)
XSLTTransformParameterSpec
with the specified
stylesheet.
stylesheet
- the XSLT stylesheet to be used
NullPointerException
- if stylesheet
is
null
Method Detail |
---|
public XMLStructure getStylesheet()