reference/sqlite3/sqlite3stmt.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -1,7 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.sqlite3stmt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
3
+
<phpdoc:classref xml:id="class.sqlite3stmt" 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">
5
4
<title>The SQLite3Stmt class</title>
6
5
<titleabbrev>SQLite3Stmt</titleabbrev>
7
6

...
...
@@ -20,19 +19,18 @@
20
19
&reftitle.classsynopsis;
21
20

22
21
<!-- {{{ Synopsis -->
23
-
<classsynopsis>
24
-
<ooclass><classname>SQLite3Stmt</classname></ooclass>
25
-

26
-
<!-- {{{ Class synopsis -->
27
-
<classsynopsisinfo>
28
-
<ooclass>
29
-
<classname>SQLite3Stmt</classname>
30
-
</ooclass>
31
-
</classsynopsisinfo>
32
-
<!-- }}} -->
22
+
<classsynopsis class="class">
23
+
<ooclass>
24
+
<classname>SQLite3Stmt</classname>
25
+
</ooclass>
33
26

34
27
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
35
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3stmt')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
28
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3stmt')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SQLite3Stmt'])">
29
+
<xi:fallback/>
30
+
</xi:include>
31
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3stmt')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SQLite3Stmt'])">
32
+
<xi:fallback/>
33
+
</xi:include>
36
34
</classsynopsis>
37
35
<!-- }}} -->
38
36

...
...
@@ -43,7 +41,6 @@
43
41
&reference.sqlite3.entities.sqlite3stmt;
44
42

45
43
</phpdoc:classref>
46
-

47
44
<!-- Keep this comment at the end of the file
48
45
Local variables:
49
46
mode: sgml
50
47