This file is indexed.

/usr/share/qt5/doc/qtxmlpatterns/examples-manifest.xml is in qtxmlpatterns5-doc-html 5.5.1-2build1.

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
<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtXmlPatterns">
    <examples>
        <example name="C++ Source Code Analyzer Example" docUrl="qthelp://org.qt-project.qtxmlpatterns.551/qtxmlpatterns/qtxmlpatterns-xquery-example.html" projectPath="xmlpatterns/xquery/xquery.pro" imageUrl="qthelp://org.qt-project.qtdoc.551/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Using XQuery and the xmlpatterns command line utility to query C++ source code.]]></description>
            <tags>c++,patterns,source,analyzer,code,xml</tags>
        </example>
        <example name="File System Example" docUrl="qthelp://org.qt-project.qtxmlpatterns.551/qtxmlpatterns/qtxmlpatterns-filetree-example.html" projectPath="xmlpatterns/filetree/filetree.pro" imageUrl="qthelp://org.qt-project.qtxmlpatterns.551/qtxmlpatterns/images/filetree_1-example.png">
            <description><![CDATA[Using Qt XML Patterns for querying non-XML data that is modeled to look like XML.]]></description>
            <tags>patterns,file,xml,system</tags>
            <fileToOpen>xmlpatterns/filetree/main.cpp</fileToOpen>
            <fileToOpen>xmlpatterns/filetree/filetree.h</fileToOpen>
            <fileToOpen mainFile="true">xmlpatterns/filetree/filetree.cpp</fileToOpen>
        </example>
        <example name="Recipes Example" docUrl="qthelp://org.qt-project.qtxmlpatterns.551/qtxmlpatterns/qtxmlpatterns-recipes-example.html" projectPath="xmlpatterns/recipes/recipes.pro" imageUrl="qthelp://org.qt-project.qtxmlpatterns.551/qtxmlpatterns/images/recipes-example.png">
            <description><![CDATA[Using Qt XML Patterns to query XML data loaded from a file.]]></description>
            <tags>patterns,recipes,xml</tags>
            <fileToOpen mainFile="true">xmlpatterns/recipes/main.cpp</fileToOpen>
        </example>
        <example name="XML Schema Validation Example" docUrl="qthelp://org.qt-project.qtxmlpatterns.551/qtxmlpatterns/qtxmlpatterns-schema-example.html" projectPath="xmlpatterns/schema/schema.pro" imageUrl="qthelp://org.qt-project.qtxmlpatterns.551/qtxmlpatterns/images/schema-example.png">
            <description><![CDATA[Using Qt XML Patterns to validate XML with a W3C XML Schema.]]></description>
            <tags>patterns,schema,validation,xml</tags>
            <fileToOpen mainFile="true">xmlpatterns/schema/main.cpp</fileToOpen>
        </example>
    </examples>
</instructionals>