Class XslProcessor
Object
|
+--XslProcessor
- class
XslProcessor
Defined in Util.js
Author: Cameron Shorter - Cameron AT Shorter.net
Constructor Summary |
XslProcessor
(xslUrl,docNSUri)
Transform an XML document using the provided XSL and use the results to build
a web page.
|
Method Summary |
void
|
setParameter(paramName, paramValue, nsUri)
Set XSL parameter.
|
Object
|
transformNodeToObject(xmlNode)
Transforms XML in the provided xml node according to this XSL.
|
Object
|
transformNodeToString(xmlNode)
Transforms XML in the provided xml node according to this XSL.
|
docNSUri
Object docNSUri
processor
Object processor
xslDom
Object xslDom
xslUrl
Object xslUrl
XslProcessor
XslProcessor(xslUrl,docNSUri)
Transform an XML document using the provided XSL and use the results to build
a web page.
Parameters:
xslUrl
- The URL of an XSL stylesheet.
Author: Cameron Shorter - Cameron AT Shorter.net
setParameter
void setParameter(paramName, paramValue, nsUri)
transformNodeToObject
Object transformNodeToObject(xmlNode)
Transforms XML in the provided xml node according to this XSL.
Parameters:
xmlNode
- The XML node to be transformed.
transformNodeToString
Object transformNodeToString(xmlNode)
Transforms XML in the provided xml node according to this XSL.
Parameters:
xmlNode
- The XML node to be transformed.
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007