1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-23 23:32:16 +01:00
Files
archived-doc-ru/reference/dom/book.xml
2025-07-29 00:31:47 +03:00

98 lines
3.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c1f37a6c270aadbbb3da56a3973ffd62197adf2b Maintainer: aur Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.dom" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="interactive">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Document Object Model</title>
<titleabbrev>DOM</titleabbrev>
<preface xml:id="intro.dom">
&reftitle.intro;
<para>
Модуль DOM открывает доступ к операциям с XML- и HTML-документами через DOM API в 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.domchildnode;
&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.domnamespacenode;
&reference.dom.domnode;
&reference.dom.domnodelist;
&reference.dom.domnotation;
&reference.dom.domparentnode;
&reference.dom.domprocessinginstruction;
&reference.dom.domtext;
&reference.dom.domxpath;
&reference.dom.dom.dom-adjacentposition;
&reference.dom.dom.dom-attr;
&reference.dom.dom.dom-cdatasection;
&reference.dom.dom.dom-characterdata;
&reference.dom.dom.dom-childnode;
&reference.dom.dom.dom-comment;
&reference.dom.dom.dom-document;
&reference.dom.dom.dom-documentfragment;
&reference.dom.dom.dom-documenttype;
&reference.dom.dom.dom-dtdnamednodemap;
&reference.dom.dom.dom-element;
&reference.dom.dom.dom-entity;
&reference.dom.dom.dom-entityreference;
&reference.dom.dom.dom-htmlcollection;
&reference.dom.dom.dom-htmldocument;
&reference.dom.dom.dom-htmlelement;
&reference.dom.dom.dom-implementation;
&reference.dom.dom.dom-namednodemap;
&reference.dom.dom.dom-namespaceinfo;
&reference.dom.dom.dom-node;
&reference.dom.dom.dom-nodelist;
&reference.dom.dom.dom-notation;
&reference.dom.dom.dom-parentnode;
&reference.dom.dom.dom-processinginstruction;
&reference.dom.dom.dom-text;
&reference.dom.dom.dom-tokenlist;
&reference.dom.dom.dom-xmldocument;
&reference.dom.dom.dom-xpath;
<reference xml:id="ref.dom" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>&Functions; DOM</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
-->