XSLTProcessor::getParameter

(PHP 5, PHP 7) Get value of a parameter string XSLTProcessor::getParameter ( string $namespaceURI, string $localName ) Gets a parameter if previously set by XSLTProcessor::setParameter(). Parameters: namespaceURI The namespace URI of the XSLT parameter. localName The local name of the XSLT parameter. Returns: T

XSLTProcessor::__construct

(PHP 5, PHP 7) Creates a new XSLTProcessor object XSLTProcessor::__construct ( void ) Creates a new XSLTProcessor object. Returns: No value is returned. Examples: Creating an XSLTProcessor <?php $xsldoc = new DOMDocument(); $xsldoc->load($xsl_filename); $xmldoc = new DOMDocument(); $xmldoc->load($xml_filename); $xsl = new XSLT

XMLWriter::writeRaw

(PHP 5 >= 5.2.0, PHP 7, PECL xmlwriter >= 2.0.4) Write a raw XML text bool XMLWriter::writeRaw ( string $content ) Object oriented style Procedural style bool xmlwriter_write_raw ( resource $xmlwriter , string $content ) Writes a raw xml text. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a c

XMLWriter::writePI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Writes a PI bool XMLWriter::writePI ( string $target, string $content ) Object oriented style Procedural style bool xmlwriter_write_pi ( resource $xmlwriter , string $target , string $content ) Writes a processing instruction. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modifi

XMLWriter::writeElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full element tag bool XMLWriter::writeElement ( string $name [, string $content ] ) Object oriented style Procedural style bool xmlwriter_write_element ( resource $xmlwriter , string $name [, string $content ] ) Writes a full element tag. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource th

XMLWriter::writeElementNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full namespaced element tag bool XMLWriter::writeElementNS ( string $prefix, string $name, string $uri [, string $content ] ) Object oriented style Procedural style bool xmlwriter_write_element_ns ( resource $xmlwriter , string $prefix , string $name , string $uri [, string $content ] ) Writes a full namespaced element tag. Parameters:

XMLWriter::writeDTD

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD tag bool XMLWriter::writeDTD ( string $name [, string $publicId [, string $systemId [, string $subset ]]] ) Object oriented style Procedural style bool xmlwriter_write_dtd ( resource $xmlwriter , string $name [, string $publicId [, string $systemId [, string $subset ]]] ) Writes a full DTD. Parameters: xmlwriter

XMLWriter::writeDTDEntity

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD Entity tag bool XMLWriter::writeDTDEntity ( string $name, string $content, bool $pe, string $pubid, string $sysid, string $ndataid ) Object oriented style Procedural style bool xmlwriter_write_dtd_entity ( resource $xmlwriter , string $name , string $content , bool $pe , string $pubid , string $sysid , string $ndataid ) Writes a full DTD entity.

XMLWriter::writeDTDElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD element tag bool XMLWriter::writeDTDElement ( string $name, string $content ) Object oriented style Procedural style bool xmlwriter_write_dtd_element ( resource $xmlwriter , string $name , string $content ) Writes a full DTD element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resourc

XMLWriter::writeDTDAttlist

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD AttList tag bool XMLWriter::writeDTDAttlist ( string $name, string $content ) Object oriented style Procedural style bool xmlwriter_write_dtd_attlist ( resource $xmlwriter , string $name , string $content ) Writes a DTD attribute list. Parameters: xmlwriter Only for procedural calls. The XMLWriter resou