XSLTProcessor
     
     {
 
    
    
    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
    )
    DOMDocument
     transformToDoc
     ( 
DOMNode $doc
    )
 
   }