This file is indexed.

/usr/share/qt5/doc/qtxmlpatterns/qtxmlpatterns-module.html is in qtxmlpatterns5-doc-html 5.3.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtxmlpatterns-module.qdoc -->
  <title>Qt XML Patterns C++ Classes | QtXmlPatterns </title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.3</li>
<li><a href="qtxmlpatterns-index.html">Qt XML Patterns</a></li>
<li>Qt XML Patterns C++ Classes</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#classes">Classes</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">Qt XML Patterns C++ Classes</h1>
<span class="subtitle"></span>
<!-- $$$QtXmlPatterns-brief -->
<p>The Qt XML Patterns module provides support for XPath, <a href="xmlprocessing.html">XQuery</a>, XSLT and XML Schema validation. <a href="#details">More...</a></p>
<!-- @@@QtXmlPatterns -->
<a name="classes"></a>
<h2>Classes</h2>
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qabstractmessagehandler.html">QAbstractMessageHandler</a></p></td><td class="tblDescr"><p>Callback interface for handling messages</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qabstracturiresolver.html">QAbstractUriResolver</a></p></td><td class="tblDescr"><p>Callback interface for resolving Uniform Resource Identifiers. A Uniform Resource Identifier (URI) is a string that uniquely identifies a resource. URIs are versatile global identifiers. It is often useful to transform a URI that identifies something logical into a URI that locates something physical (a URL), or to simply map a URI to a different URI. QAbstractUriResolver::resolve() provides this functionality</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qabstractxmlnodemodel.html">QAbstractXmlNodeModel</a></p></td><td class="tblDescr"><p>Abstract base class for modeling non-XML data to look like XML for QXmlQuery</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qabstractxmlreceiver.html">QAbstractXmlReceiver</a></p></td><td class="tblDescr"><p>Callback interface for transforming the output of a QXmlQuery</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qsimplexmlnodemodel.html">QSimpleXmlNodeModel</a></p></td><td class="tblDescr"><p>Implementation of QAbstractXmlNodeModel sufficient for many common cases</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qsourcelocation.html">QSourceLocation</a></p></td><td class="tblDescr"><p>Identifies a location in a resource by URI, line, and column</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qxmlformatter.html">QXmlFormatter</a></p></td><td class="tblDescr"><p>Implementation of QXmlSerializer for transforming XQuery output into formatted XML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qxmlitem.html">QXmlItem</a></p></td><td class="tblDescr"><p>Contains either an XML node or an atomic value</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qxmlname.html">QXmlName</a></p></td><td class="tblDescr"><p>Represents the name of an XML node, in an efficient, namespace-aware way. QXmlName represents the name of an XML node in a way that is both efficient and safe for comparing names. Normally, an XML node represents an XML element or attribute, but QXmlName can also represent the names of other kinds of nodes, e.g&#x2e;, QAbstractXmlReceiver::processingInstruction() and QAbstractXmlReceiver::namespaceBinding()</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qxmlnamepool.html">QXmlNamePool</a></p></td><td class="tblDescr"><p>Table of shared strings referenced by instances of QXmlName</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qxmlnodemodelindex.html">QXmlNodeModelIndex</a></p></td><td class="tblDescr"><p>Identifies a node in an XML node model subclassed from QAbstractXmlNodeModel</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qxmlquery.html">QXmlQuery</a></p></td><td class="tblDescr"><p>Performs XQueries on XML data, or on non-XML data modeled to look like XML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qxmlresultitems.html">QXmlResultItems</a></p></td><td class="tblDescr"><p>Iterates through the results of evaluating an XQuery in QXmlQuery</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qxmlschema.html">QXmlSchema</a></p></td><td class="tblDescr"><p>Loading and validation of a W3C XML Schema</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qxmlschemavalidator.html">QXmlSchemaValidator</a></p></td><td class="tblDescr"><p>Validates XML instance documents against a W3C XML Schema</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qxmlserializer.html">QXmlSerializer</a></p></td><td class="tblDescr"><p>Implementation of QAbstractXmlReceiver for transforming XQuery output into unformatted XML</p></td></tr>
</table>
<!-- $$$QtXmlPatterns-description -->
<a name="details"></a>
<div class="descr">
<h2>Detailed Description</h2>
<p>The <a href="qtxmlpatterns-index.html">Qt XML Patterns</a> module provides support for XPath, <a href="xmlprocessing.html">XQuery</a>, XSLT and XML Schema validation.</p>
<p>To include the definitions of the module's classes, use the following directive:</p>
<pre class="cpp"><span class="preprocessor">#include &lt;QtXmlPatterns&gt;</span></pre>
<p>To link against the module, add this line to your qmake <tt>.pro</tt> file:</p>
<pre class="cpp">QT += xmlpatterns</pre>
</div>
<!-- @@@QtXmlPatterns -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its
   subsidiaries. Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>