|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | 3 | <phpdoc:classref xml:id="class.classname" |
4 | | - xmlns:phpdoc="http://php.net/ns/phpdoc" |
5 | | - xmlns:xlink="http://www.w3.org/1999/xlink" |
6 | | - xmlns:xi="http://www.w3.org/2001/XInclude" |
7 | | - xmlns="http://docbook.org/ns/docbook"> |
| 4 | + xmlns:phpdoc="https://php.net/ns/phpdoc" |
| 5 | + xmlns:xlink="https://www.w3.org/1999/xlink" |
| 6 | + xmlns:xi="https://www.w3.org/2001/XInclude" |
| 7 | + xmlns="https://docbook.org/ns/docbook"> |
8 | 8 | <title>The ClassName class</title> |
9 | 9 | <titleabbrev>ClassName</titleabbrev> |
10 | 10 |
|
|
57 | 57 | --> |
58 | 58 |
|
59 | 59 | <!-- If properties are documented "as a method", use this |
60 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:fieldsynopsis)" /> |
| 60 | + <xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:fieldsynopsis)" /> |
61 | 61 | --> |
62 | 62 |
|
63 | 63 | <!-- Edit the classname below --> |
64 | 64 | <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> |
65 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])"> |
| 65 | + <xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])"> |
66 | 66 | <xi:fallback /> |
67 | 67 | </xi:include> |
68 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])"> |
| 68 | + <xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])"> |
69 | 69 | <xi:fallback /> |
70 | 70 | </xi:include> |
71 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"> |
| 71 | + <xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"> |
72 | 72 | <xi:fallback /> |
73 | 73 | </xi:include> |
74 | 74 |
|
75 | 75 | <!-- If the class extends a class use this. Repeat the <xi:include> tag for all the parent classes in the event of multiple extensions; i.e. class XYZ extends class XY and class XY extends class X |
76 | 76 | <classsynopsisinfo role="comment">Inherited methods</classsynopsisinfo> |
77 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.baseclassname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural') and not(modifier='private')])" /> |
| 77 | + <xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.baseclassname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural') and not(modifier='private')])" /> |
78 | 78 | </classsynopsis> |
79 | 79 | --> |
80 | 80 | <!-- }}} --> |
|
0 commit comments