1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00
Files
archived-doc-ja/reference/dom/domxpath.xml

151 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 8aa5f18461de969e5131fbed3a95c365420e571a Maintainer: takagi Status: ready -->
<!--
Remove me once you perform substitutions
domxpath
DOMXPath
dom
-->
<reference xml:id="class.domxpath" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>DOMXPath クラス</title>
<titleabbrev>DOMXPath</titleabbrev>
<partintro>
<!-- {{{ DOMXPath intro -->
<section xml:id="domxpath.intro">
&reftitle.intro;
<simpara>
HTML や XML 文書に対して、
XPath 1.0 のクエリを使うことを許可します。
</simpara>
</section>
<!-- }}} -->
<section xml:id="domxpath.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis class="class">
<ooclass>
<classname>DOMXPath</classname>
</ooclass>
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<modifier>readonly</modifier>
<type>DOMDocument</type>
<varname linkend="domxpath.props.document">document</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>bool</type>
<varname linkend="domxpath.props.registernodenamespaces">registerNodeNamespaces</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domxpath')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='DOMXPath'])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domxpath')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='DOMXPath'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ DOMXPath properties -->
<section xml:id="domxpath.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="domxpath.props.document">
<term><varname>document</varname></term>
<listitem>
<simpara>このオブジェクトにリンクした文書</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="domxpath.props.registernodenamespaces">
<term><varname>registerNodeNamespaces</varname></term>
<listitem>
<simpara>&true; に設定すると、ノードの名前空間が登録されます。</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
<section role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<classname>DOMXPath</classname> オブジェクトはクローンできなくなりました。
クローンすると例外がスローされます。
これより前のバージョンでは、
<classname>DOMXPath</classname> オブジェクトをクローンしても、
返されるオブジェクトは使用できませんでした。
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
プロパティ
<varname>registerNodeNamespaces</varname> が追加されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<!-- {{{ See also -->
<!--
<section role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><link xlink:href="&url.spec.dom3.;">W3C specification for</link></member>
</simplelist>
</para>
</section>
-->
<!-- }}} -->
</partintro>
&reference.dom.entities.domxpath;
</reference>
<!-- 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
-->