 Loading...
Object XSLTProcessor
Implements XSL-T transformations.
Members Table
The following table lists the members exposed by the XSLTProcessor object.
|
|
Show:
|
| Attribute |
Readonly |
Description |
| Property |
Type |
Readonly |
Description |
| Method |
Returns |
Description |
| clearParameters |
Void |
Removes all set parameters from this XSLTProcessor
|
| Sytaxis:
object.clearParameters()
|
| getParameter |
Variant |
Gets a parameter if previously set by setParameter.
|
| Sytaxis:
object.getParameter(sNameSpaceURI, sLocalName) Arguments:
| Name |
Type |
O/R |
Description |
| sNameSpaceURI |
String |
Required |
The namespaceURI of the XSLT parameter
|
| sLocalName |
String |
Required |
The local name of the XSLT parameter
|
|
| importStylesheet |
Void |
Imports the stylesheet into this XSLTProcessor for transformations.
|
| Sytaxis:
object.importStylesheet(oNode) Arguments:
| Name |
Type |
O/R |
Description |
| oNode |
Node |
Required |
The stylesheet node.
|
|
| removeParameter |
Void |
Removes a parameter, if set.
|
| Sytaxis:
object.removeParameter(sNameSpaceURI, sLocalName) Arguments:
| Name |
Type |
O/R |
Description |
| sNameSpaceURI |
String |
Required |
The namespaceURI of the XSLT parameter
|
| sLocalName |
String |
Required |
The local name of the XSLT parameter
|
|
| reset |
Void |
Remove all parameters and stylesheets from this XSLTProcessor
|
| Sytaxis:
object.reset()
|
| setParameter |
Void |
Sets a parameter to be used in subsequent transformations with this XSLTProcessor.
|
| Sytaxis:
object.setParameter(sNameSpaceURI, sLocalName, vValue) Arguments:
| Name |
Type |
O/R |
Description |
| sNameSpaceURI |
String |
Required |
The namespaceURI of the XSLT parameter
|
| sLocalName |
String |
Required |
The local name of the XSLT parameter
|
| vValue |
Variant |
Required |
The new value of the XSLT parameter
|
|
| transformToDocument |
Document |
Transforms the node source applying the stylesheet given by the importStylesheet method.
|
| Sytaxis:
object.transformToDocument(oNode) Arguments:
| Name |
Type |
O/R |
Description |
| oNode |
Node |
Required |
The node to be transformed.
|
|
| transformToFragment |
Fragment |
Transforms the node source applying the stylesheet given by the importStylesheet method.
|
| Sytaxis:
object.transformToFragment(oNode, oOutput) Arguments:
| Name |
Type |
O/R |
Description |
| oNode |
Node |
Required |
The node to be transformed.
|
| oOutput |
Document |
Required |
This document is used to generate the output.
|
|
| Event |
B |
C |
Interface |
Description |
| Constant |
Value |
Description |
|
|