Added XSLTProcessort::__construct()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-12-28 14:11:54 +00:00
parent 70e670945e
commit 9df615a9a6
2 changed files with 51 additions and 1 deletions

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.xsl-xsltprocessor-construct">
<refnamediv>
<refname>XSLTProcessor->__construct()</refname>
<refpurpose>Creates a new XSLTProcessor object</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<classsynopsis>
<ooclass><classname>XSLTProcessor</classname></ooclass>
<constructorsynopsis>
<methodname>__construct</methodname>
<void/>
</constructorsynopsis>
</classsynopsis>
<para>
Creates a new <classname>XSLTProcessor</classname> object.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<reference id="ref.xsl">
<title>XSL functions</title>
<titleabbrev>XSL</titleabbrev>
@ -35,6 +35,14 @@
<title><classname>XSLTProcessor</classname></title>
<para>
</para>
<section id='xsl.class.xsltprocessor.constructor'>
&reftitle.constructor;
<itemizedlist>
<listitem>
<para><xref linkend='function.xsl-xsltprocessor-construct' /> - construct a new XSLTProcessor object</para>
</listitem>
</itemizedlist>
</section>
<section id='xsl.class.xsltprocessor.methods'>
&reftitle.methods;
<itemizedlist>