Saxon
This is used as a static object, providing a set of utility functions for:
-
Creating new instances of the XSLT20Processor object
-
Initiating a simple XSLT transform declaratively
-
Working with XML resources
-
Configuration and house-keeping tasks
Functions
Function |
Description |
Returns a reference to the function set as the Saxon error handler. |
|
Returns the level at which events, warning and errors are logged. |
|
Returns the version number of the Saxon-CE processor. |
|
The factory method for creating a new XSLT20Processor object. |
|
Returns a new XML document object created from the lexical XML String passed as an argument. |
|
Emulates an XMLHTTPRequest, effectively returning an XML document object. |
|
Uses JavaScript literal object properties to execute an XSLT transform. |
|
Returns a String that represents a serialization of the XML Node argument. |
|
Sets a callback function to allow your own code to manage events and errors occurring in the XSLT20Processor object. |
|
Sets the level at which events, warning and errors are logged. |