PHP Doku:: Die XSLTProcessor-Klasse - class.xsltprocessor.html

Verlauf / Chronik / History: (31) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationXSLDie XSLTProcessor-Klasse

Ein Service von Reinhard Neidl - Webprogrammierung.

XSL

<<collection.xml

XSLTProcessor::__construct>>


UnterSeiten:

Die XSLTProcessor-Klasse

Einführung

Beschreibung der Klasse.

Klassenbeschreibung

XSLTProcessor {
/* Methoden */
string XSLTProcessor::getParameter ( string $namespaceURI , string $localName )
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 )
int transformToURI ( DOMDocument $doc , string $uri )
string transformToXML ( DOMDocument $doc )
}

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)