reference/dom/domxpath.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -6,7 +6,7 @@ Remove me once you perform substitutions
6
6
DOMXPath
7
7
dom
8
8
-->
9
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domxpath" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
9
+
<phpdoc:classref xml:id="class.domxpath" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
10
10
<title>The DOMXPath class</title>
11
11
<titleabbrev>DOMXPath</titleabbrev>
12
12
...
...
@@ -25,29 +25,31 @@ Remove me once you perform substitutions
25
25
&reftitle.classsynopsis;
26
26
27
27
<!-- {{{ Synopsis -->
28
-
<classsynopsis>
29
-
<ooclass><classname>DOMXPath</classname></ooclass>
30
-
31
-
<!-- {{{ Class synopsis -->
32
-
<classsynopsisinfo>
33
-
<ooclass>
34
-
<classname>DOMXPath</classname>
35
-
</ooclass>
36
-
37
-
</classsynopsisinfo>
38
-
<!-- }}} -->
28
+
<classsynopsis class="class">
29
+
<ooclass>
30
+
<classname>DOMXPath</classname>
31
+
</ooclass>
39
32

40
33
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
41
-
<!-- If the property is documented below (xml:id=domxpath.props) use this -->
42
34
<fieldsynopsis>
43
35
<modifier>public</modifier>
36
+
<modifier>readonly</modifier>
44
37
<type>DOMDocument</type>
45
38
<varname linkend="domxpath.props.document">document</varname>
46
39
</fieldsynopsis>
40
+
<fieldsynopsis>
41
+
<modifier>public</modifier>
42
+
<type>bool</type>
43
+
<varname linkend="domxpath.props.registernodenamespaces">registerNodeNamespaces</varname>
44
+
</fieldsynopsis>
47
45

48
46
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
49
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domxpath')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
50
-
47
+
<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'])">
48
+
<xi:fallback/>
49
+
</xi:include>
50
+
<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'])">
51
+
<xi:fallback/>
52
+
</xi:include>
51
53
</classsynopsis>
52
54
<!-- }}} -->
53
55
...
...
@@ -61,13 +63,41 @@ Remove me once you perform substitutions
61
63
<varlistentry xml:id="domxpath.props.document">
62
64
<term><varname>document</varname></term>
63
65
<listitem>
64
-
<para></para>
66
+
<para/>
67
+
</listitem>
68
+
</varlistentry>
69
+
<varlistentry xml:id="domxpath.props.registernodenamespaces">
70
+
<term><varname>registerNodeNamespaces</varname></term>
71
+
<listitem>
72
+
<para>When set to &true;, namespaces in the node are registered.</para>
65
73
</listitem>
66
74
</varlistentry>
67
75
</variablelist>
68
76
</section>
69
77
<!-- }}} -->
70
78

79
+
<section role="changelog">
80
+
&reftitle.changelog;
81
+
<informaltable>
82
+
<tgroup cols="2">
83
+
<thead>
84
+
<row>
85
+
<entry>&Version;</entry>
86
+
<entry>&Description;</entry>
87
+
</row>
88
+
</thead>
89
+
<tbody>
90
+
<row>
91
+
<entry>8.0.0</entry>
92
+
<entry>
93
+
The <varname>registerNodeNamespaces</varname> property has been added.
94
+
</entry>
95
+
</row>
96
+
</tbody>
97
+
</tgroup>
98
+
</informaltable>
99
+
</section>
100
+
71
101
<!-- {{{ See also -->
72
102
<!--
73
103
<section role="seealso">
...
...
@@ -86,7 +116,6 @@ Remove me once you perform substitutions
86
116
&reference.dom.entities.domxpath;
87
117
88
118
</phpdoc:classref>
89
-
90
119
<!-- Keep this comment at the end of the file
91
120
Local variables:
92
121
mode: sgml
...
...
@@ -107,4 +136,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
107
136
vim: et tw=78 syn=sgml
108
137
vi: ts=1 sw=1
109
138
-->
110
-

111
139