| XSLTable of Contents
 The XSLTProcessor classIntroduction
 Class synopsisXSLTProcessor 
     
       class XSLTProcessor
     
     { /* Methods */ 
   string
    getParameter
    ( string  $namespaceURI, string$localName)
   public int XsltProcessor::getSecurityPrefs
    ( void
   ) 
   bool
    hasExsltSupport
    ( void
   ) 
   void importStylesheet
    ( object  $stylesheet)
   void
    registerPHPFunctions
    ([ mixed  $restrict] )
   bool
    removeParameter
    ( string  $namespaceURI, string$localName)
   bool setParameter
    ( string  $namespace, string$name, string$value)
   bool setProfiling
    ( string  $filename)
   public int  XsltProcessor::setSecurityPrefs
    ( int  $securityPrefs)
   DOMDocument
    transformToDoc
    ( DOMNode  $doc)
   int
    transformToURI
    ( DOMDocument  $doc, string$uri)
   string
    transformToXML
    ( DOMDocument } $doc) |