OScript API/Built-in Package Index |
The XSLProcessor class provides an API to perform XSL transformations on XML documents.
Recoverable error.
Error that will stop processing.
XML output style without the XML declaration.
Output style - It will guess either XML, Fragment, HTML, or Text
HTML output style.
Informational status or message.
Plain text output style.
Warning message.
XML output style.
Create a new XSLProcessor instance.
Sets the object reference and entry point name for the resolve entity reference callback.
Sets the input file or input DOMNode.
Sets the output file or output DOMNode.
Sets the value of a parameter that will be referenced by the XSL stylesheet.
Sets the XSL stylesheet that will be used to perform the transformation.
Perform the XSL transformation.
Recoverable error.
Error that will stop processing.
XML output style without the XML declaration.
Output style - It will guess either XML, Fragment, HTML, or Text
HTML output style.
Informational status or message.
Plain text output style.
Warning message.
XML output style.
Sets the object reference and entry point name for the resolve entity callback.
The return value is a string to the resolved entity. An undefined return value indicates to the parser that it should use its default internal entity resolution.
The reference to the object that has the script to be used in the callback.
The script name of the callback that will be executed on callback.
Sets the input file or input DOMNode. When the xmlInput is a DOMNode, the relativeUrl is used to resolve any relative URIs found and for error reporting.
The name of the file or DOMNode.
Used for resolving relative URIs and for error reporting.
True if the method succeeds, false otherwise.
Sets the output file or output DOMNode. When the xmlOutput is a file, the writeStyle parameter can be specified to determine the type of output desired (XML, XML Fragment, HTML, or Text).
The name of a file or a DOMNode.
The style of output desired.
True if the method succeeds, false otherwise.
Sets the value of a parameter that will be referenced by the XSL stylesheet.
The name of an XSL parameter to set.
The value that the parameter should be set to.
Sets the XSL stylesheet that will be used to perform the transformation.
The name of a file or DOMNode.
Used for resolving relative URIs and for error reporting.
True if the method succeeds, false otherwise.
Copyright © 2021 OpenText Corporation. All rights reserved. |