1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-23 23:02:13 +01:00
Files
archived-doc-de/reference/dom/domxpath.xml
Martin Samesch d126bc8c09 Sync with EN
2024-12-09 22:24:06 +01:00

145 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 8aa5f18461de969e5131fbed3a95c365420e571a Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<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>Die Klasse DOMXPath</title>
<titleabbrev>DOMXPath</titleabbrev>
<partintro>
<!-- {{{ DOMXPath intro -->
<section xml:id="domxpath.intro">
&reftitle.intro;
<simpara>
Ermöglicht die Verwendung von XPath-1.0-Abfragen auf HTML- oder XML-Dokumente.
</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 -->
<!-- FIXME: Add description -->
<section xml:id="domxpath.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="domxpath.props.document">
<term><varname>document</varname></term>
<listitem>
<simpara>Das Dokument, das mit diesem Objekt verknüpft ist.</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="domxpath.props.registernodenamespaces">
<term><varname>registerNodeNamespaces</varname></term>
<listitem>
<simpara>
Wenn auf &true; gesetzt, werden die Namensräume des Knotens registriert.
</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>
Es ist nicht mehr möglich, ein <classname>DOMXPath</classname>-Objekt
zu klonen. Dies führt dazu, dass eine Exception geworfen wird.
Vor PHP 8.4.0 führte dies zu einem unbrauchbaren Objekt.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Die Eigenschaft <varname>registerNodeNamespaces</varname> wurde
hinzugefügt.
</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
-->