mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349146 c90b9560-bf6c-de11-be94-00142212c4b1
114 lines
3 KiB
XML
114 lines
3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<book xml:id="book.dom" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
<title>Document Object Model</title>
|
|
<titleabbrev>DOM</titleabbrev>
|
|
|
|
<preface xml:id="intro.dom">
|
|
&reftitle.intro;
|
|
<para>
|
|
The DOM extension allows you to operate on XML documents through the DOM
|
|
API with PHP.
|
|
</para>
|
|
&dom.note.utf8;
|
|
</preface>
|
|
|
|
&reference.dom.setup;
|
|
&reference.dom.constants;
|
|
&reference.dom.examples;
|
|
|
|
&reference.dom.domattr;
|
|
&reference.dom.domcdatasection;
|
|
&reference.dom.domcharacterdata;
|
|
&reference.dom.domcomment;
|
|
&reference.dom.domdocument;
|
|
&reference.dom.domdocumentfragment;
|
|
&reference.dom.domdocumenttype;
|
|
&reference.dom.domelement;
|
|
&reference.dom.domentity;
|
|
&reference.dom.domentityreference;
|
|
&reference.dom.domexception;
|
|
&reference.dom.domimplementation;
|
|
&reference.dom.domnamednodemap;
|
|
&reference.dom.domnode;
|
|
&reference.dom.domnodelist;
|
|
&reference.dom.domnotation;
|
|
&reference.dom.domprocessinginstruction;
|
|
&reference.dom.domtext;
|
|
&reference.dom.domxpath;
|
|
|
|
<!-- FIXME:
|
|
<section xml:id="dom.class.domnamelist">
|
|
<title><classname>DOMNameList</classname></title>
|
|
<para>
|
|
|
|
</para>
|
|
<section xml:id="dom.class.domnamelist.methods">
|
|
&reftitle.methods;
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><xref linkend='function.dom-domnamelist-getname' /> - </para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend='function.dom-domnamelist-getnamespaceuri' /> - </para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
<section xml:id="dom.class.domnamelist.properties">
|
|
&reftitle.properties;
|
|
<table>
|
|
<title/>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Type</entry>
|
|
<entry>Read-only</entry>
|
|
<entry>Description</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>length</entry>
|
|
<entry>int</entry>
|
|
<entry>yes</entry>
|
|
<entry>
|
|
The number of pairs (name and namespaceURI) in the list. The range
|
|
of valid child node indices is 0 to <literal>length - 1</literal>
|
|
inclusive.
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</section>
|
|
</section>-->
|
|
|
|
<reference xml:id="ref.dom" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>DOM &Functions;</title>
|
|
&reference.dom.entities.functions;
|
|
</reference>
|
|
|
|
</book>
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|