This file is indexed.

/usr/share/doc/libdecentxml-java/api/de/pdark/decentxml/package-frame.html is in libdecentxml-java-doc 1.4-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_85) on Sat Oct 24 00:45:13 UTC 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>de.pdark.decentxml (DecentXML 1.4 API)</title>
<meta name="date" content="2015-10-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../de/pdark/decentxml/package-summary.html" target="classFrame">de.pdark.decentxml</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="Child.html" title="interface in de.pdark.decentxml" target="classFrame"><i>Child</i></a></li>
<li><a href="Node.html" title="interface in de.pdark.decentxml" target="classFrame"><i>Node</i></a></li>
<li><a href="Parent.html" title="interface in de.pdark.decentxml" target="classFrame"><i>Parent</i></a></li>
<li><a href="TextNode.html" title="interface in de.pdark.decentxml" target="classFrame"><i>TextNode</i></a></li>
<li><a href="XMLSource.html" title="interface in de.pdark.decentxml" target="classFrame"><i>XMLSource</i></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="Attribute.html" title="class in de.pdark.decentxml" target="classFrame">Attribute</a></li>
<li><a href="BasicNode.html" title="class in de.pdark.decentxml" target="classFrame">BasicNode</a></li>
<li><a href="Comment.html" title="class in de.pdark.decentxml" target="classFrame">Comment</a></li>
<li><a href="Document.html" title="class in de.pdark.decentxml" target="classFrame">Document</a></li>
<li><a href="Element.html" title="class in de.pdark.decentxml" target="classFrame">Element</a></li>
<li><a href="Entity.html" title="class in de.pdark.decentxml" target="classFrame">Entity</a></li>
<li><a href="EntityResolver.html" title="class in de.pdark.decentxml" target="classFrame">EntityResolver</a></li>
<li><a href="HTMLEntityResolver.html" title="class in de.pdark.decentxml" target="classFrame">HTMLEntityResolver</a></li>
<li><a href="JoinedInputStream.html" title="class in de.pdark.decentxml" target="classFrame">JoinedInputStream</a></li>
<li><a href="Location.html" title="class in de.pdark.decentxml" target="classFrame">Location</a></li>
<li><a href="Location.ReusableXMLSource.html" title="class in de.pdark.decentxml" target="classFrame">Location.ReusableXMLSource</a></li>
<li><a href="Namespace.html" title="class in de.pdark.decentxml" target="classFrame">Namespace</a></li>
<li><a href="Namespaces.html" title="class in de.pdark.decentxml" target="classFrame">Namespaces</a></li>
<li><a href="NodeFilter.html" title="class in de.pdark.decentxml" target="classFrame">NodeFilter</a></li>
<li><a href="NodeWithChildren.html" title="class in de.pdark.decentxml" target="classFrame">NodeWithChildren</a></li>
<li><a href="ProcessingInstruction.html" title="class in de.pdark.decentxml" target="classFrame">ProcessingInstruction</a></li>
<li><a href="Text.html" title="class in de.pdark.decentxml" target="classFrame">Text</a></li>
<li><a href="TextUtils.html" title="class in de.pdark.decentxml" target="classFrame">TextUtils</a></li>
<li><a href="Token.html" title="class in de.pdark.decentxml" target="classFrame">Token</a></li>
<li><a href="TreeIterator.html" title="class in de.pdark.decentxml" target="classFrame">TreeIterator</a></li>
<li><a href="XMLDeclaration.html" title="class in de.pdark.decentxml" target="classFrame">XMLDeclaration</a></li>
<li><a href="XMLInputStreamReader.html" title="class in de.pdark.decentxml" target="classFrame">XMLInputStreamReader</a></li>
<li><a href="XMLIOSource.html" title="class in de.pdark.decentxml" target="classFrame">XMLIOSource</a></li>
<li><a href="XMLParser.html" title="class in de.pdark.decentxml" target="classFrame">XMLParser</a></li>
<li><a href="XMLStringBufferSource.html" title="class in de.pdark.decentxml" target="classFrame">XMLStringBufferSource</a></li>
<li><a href="XMLStringBuilderSource.html" title="class in de.pdark.decentxml" target="classFrame">XMLStringBuilderSource</a></li>
<li><a href="XMLStringSource.html" title="class in de.pdark.decentxml" target="classFrame">XMLStringSource</a></li>
<li><a href="XMLTokenizer.html" title="class in de.pdark.decentxml" target="classFrame">XMLTokenizer</a></li>
<li><a href="XMLUtils.html" title="class in de.pdark.decentxml" target="classFrame">XMLUtils</a></li>
<li><a href="XMLWriter.html" title="class in de.pdark.decentxml" target="classFrame">XMLWriter</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="XMLTokenizer.Type.html" title="enum in de.pdark.decentxml" target="classFrame">XMLTokenizer.Type</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="Location.NodeFoundException.html" title="class in de.pdark.decentxml" target="classFrame">Location.NodeFoundException</a></li>
<li><a href="XMLParseException.html" title="class in de.pdark.decentxml" target="classFrame">XMLParseException</a></li>
</ul>
</div>
</body>
</html>