Community Map Builder 27 Apr 2008

Class XSLTProcessor

Object
   |
   +--XSLTProcessor

class XSLTProcessor

Defined in Sarissa.js


Field Summary
 Object processor
          
 Object template
          
 
Constructor Summary
XSLTProcessor ()
            Basic implementation of Mozilla's XSLTProcessor for IE.
 
Method Summary
 void clearParameters()
           Clear parameters (set them to default values as defined in the stylesheet itself)
 Object getParameter(nsURI, name)
           Gets a parameter if previously set by setParameter.
 void importStylesheet(xslDoc)
           Imports the given XSLT DOM and compiles it to a reusable transform Note: If the stylesheet was loaded from a URL and contains xsl:import or xsl:include elements,it will be reloaded to resolve those
 void setParameter(nsURI, name, value)
           Set global XSLT parameter of the imported stylesheet
 Object transformToDocument(sourceDoc)
           Transform the given XML DOM and return the transformation result as a new DOM document
 Object transformToFragment(sourceDoc, ownerDoc)
           Transform the given XML DOM and return the transformation result as a new DOM fragment.

Field Detail

processor

Object processor

template

Object template

Constructor Detail

XSLTProcessor

XSLTProcessor()

Method Detail

clearParameters

void clearParameters()

getParameter

Object getParameter(nsURI, name)

importStylesheet

void importStylesheet(xslDoc)

setParameter

void setParameter(nsURI, name, value)

transformToDocument

Object transformToDocument(sourceDoc)

transformToFragment

Object transformToFragment(sourceDoc, ownerDoc)

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008