|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.crypto.dsig.spec.XSLTTransformParameterSpec
public final class XSLTTransformParameterSpec
Parameters for the XSLT Transform Algorithm. The parameters include a namespace-qualified stylesheet element.
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 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()
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.