-
Notifications
You must be signed in to change notification settings - Fork 858
Expand file tree
/
Copy pathdom-xpath.xml
More file actions
72 lines (62 loc) · 2.56 KB
/
dom-xpath.xml
File metadata and controls
72 lines (62 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<reference xml:id="class.dom-xpath" 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>The Dom\XPath class</title>
<titleabbrev>Dom\XPath</titleabbrev>
<partintro>
<section xml:id="dom-xpath.intro">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('domxpath.intro')/*)">
<xi:fallback/>
</xi:include>
<simpara>
This is the modern, spec-compliant equivalent of
<classname>DOMXPath</classname>.
</simpara>
</section>
<section xml:id="dom-xpath.synopsis">
&reftitle.classsynopsis;
<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Dom\XPath</classname>
</ooclass>
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<modifier>readonly</modifier>
<type>Dom\Document</type>
<varname linkend="dom-xpath.props.document">document</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>bool</type>
<varname linkend="dom-xpath.props.registernodenamespaces">registerNodeNamespaces</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<classsynopsisinfo role="comment">Not documented yet</classsynopsisinfo>
<!--<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.dom-xpath')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='Dom\\XPath'])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.dom-xpath')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='Dom\\XPath'])">
<xi:fallback/>
</xi:include>-->
</classsynopsis>
</section>
<section xml:id="dom-xpath.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="dom-xpath.props.document">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('domxpath.props.document')/*)">
<xi:fallback/>
</xi:include>
</varlistentry>
<varlistentry xml:id="dom-xpath.props.registernodenamespaces">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('domxpath.props.registernodenamespaces')/*)">
<xi:fallback/>
</xi:include>
</varlistentry>
</variablelist>
</section>
</partintro>
<!-- &reference.dom.dom.entities.xpath; -->
</reference>