reference/dom/domimplementation.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -6,7 +6,7 @@ Remove me once you perform substitutions
6
6
DOMImplementation
7
7
dom
8
8
-->
9
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domimplementation" 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.domimplementation" 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 DOMImplementation class</title>
11
11
<titleabbrev>DOMImplementation</titleabbrev>
12
12
...
...
@@ -16,7 +16,7 @@ Remove me once you perform substitutions
16
16
<section xml:id="domimplementation.intro">
17
17
&reftitle.intro;
18
18
<para>
19
-
The <classname>DOMImplementation</classname> interface provides a number
19
+
The <classname>DOMImplementation</classname> class provides a number
20
20
of methods for performing operations that are independent of any
21
21
particular instance of the document object model.
22
22
</para>
...
...
@@ -27,31 +27,15 @@ Remove me once you perform substitutions
27
27
&reftitle.classsynopsis;
28
28
29
29
<!-- {{{ Synopsis -->
30
-
<classsynopsis>
31
-
<ooclass><classname>DOMImplementation</classname></ooclass>
32
-
33
-
<!-- {{{ Class synopsis -->
34
-
<classsynopsisinfo>
35
-
<ooclass>
36
-
<classname>DOMImplementation</classname>
37
-
</ooclass>
38
-
39
-
</classsynopsisinfo>
40
-
<!-- }}} -->
41
-
42
-
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
43
-
<!-- If the property is documented below (xml:id=domimplementation.props) use this -->
44
-
<!--
45
-
<fieldsynopsis>
46
-
<modifier>public</modifier>
47
-
<type>string</type>
48
-
<varname linkend="domimplementation.props.name">name</varname>
49
-
</fieldsynopsis>
50
-
-->
30
+
<classsynopsis class="class">
31
+
<ooclass>
32
+
<classname>DOMImplementation</classname>
33
+
</ooclass>
51
34

52
35
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
53
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domimplementation')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
54
-
36
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domimplementation')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='DOMImplementation'])">
37
+
<xi:fallback/>
38
+
</xi:include>
55
39
</classsynopsis>
56
40
<!-- }}} -->
57
41
...
...
@@ -91,7 +75,6 @@ Remove me once you perform substitutions
91
75
&reference.dom.entities.domimplementation;
92
76
93
77
</phpdoc:classref>
94
-
95
78
<!-- Keep this comment at the end of the file
96
79
Local variables:
97
80
mode: sgml
...
...
@@ -112,4 +95,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
112
95
vim: et tw=78 syn=sgml
113
96
vi: ts=1 sw=1
114
97
-->
115
-

116
98