/usr/share/doc/libjsoup-java/api/allclasses-frame.html is in libjsoup-java-doc 1.10.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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<title>All Classes (jsoup Java HTML Parser 1.10.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="org/jsoup/nodes/Attribute.html" title="class in org.jsoup.nodes" target="classFrame">Attribute</a></li>
<li><a href="org/jsoup/nodes/Attributes.html" title="class in org.jsoup.nodes" target="classFrame">Attributes</a></li>
<li><a href="org/jsoup/nodes/BooleanAttribute.html" title="class in org.jsoup.nodes" target="classFrame">BooleanAttribute</a></li>
<li><a href="org/jsoup/parser/CharacterReader.html" title="class in org.jsoup.parser" target="classFrame">CharacterReader</a></li>
<li><a href="org/jsoup/safety/Cleaner.html" title="class in org.jsoup.safety" target="classFrame">Cleaner</a></li>
<li><a href="org/jsoup/select/Collector.html" title="class in org.jsoup.select" target="classFrame">Collector</a></li>
<li><a href="org/jsoup/nodes/Comment.html" title="class in org.jsoup.nodes" target="classFrame">Comment</a></li>
<li><a href="org/jsoup/Connection.html" title="interface in org.jsoup" target="classFrame"><span class="interfaceName">Connection</span></a></li>
<li><a href="org/jsoup/Connection.Base.html" title="interface in org.jsoup" target="classFrame"><span class="interfaceName">Connection.Base</span></a></li>
<li><a href="org/jsoup/Connection.KeyVal.html" title="interface in org.jsoup" target="classFrame"><span class="interfaceName">Connection.KeyVal</span></a></li>
<li><a href="org/jsoup/Connection.Method.html" title="enum in org.jsoup" target="classFrame">Connection.Method</a></li>
<li><a href="org/jsoup/Connection.Request.html" title="interface in org.jsoup" target="classFrame"><span class="interfaceName">Connection.Request</span></a></li>
<li><a href="org/jsoup/Connection.Response.html" title="interface in org.jsoup" target="classFrame"><span class="interfaceName">Connection.Response</span></a></li>
<li><a href="org/jsoup/nodes/DataNode.html" title="class in org.jsoup.nodes" target="classFrame">DataNode</a></li>
<li><a href="org/jsoup/helper/DataUtil.html" title="class in org.jsoup.helper" target="classFrame">DataUtil</a></li>
<li><a href="org/jsoup/helper/DescendableLinkedList.html" title="class in org.jsoup.helper" target="classFrame">DescendableLinkedList</a></li>
<li><a href="org/jsoup/nodes/Document.html" title="class in org.jsoup.nodes" target="classFrame">Document</a></li>
<li><a href="org/jsoup/nodes/Document.OutputSettings.html" title="class in org.jsoup.nodes" target="classFrame">Document.OutputSettings</a></li>
<li><a href="org/jsoup/nodes/Document.OutputSettings.Syntax.html" title="enum in org.jsoup.nodes" target="classFrame">Document.OutputSettings.Syntax</a></li>
<li><a href="org/jsoup/nodes/Document.QuirksMode.html" title="enum in org.jsoup.nodes" target="classFrame">Document.QuirksMode</a></li>
<li><a href="org/jsoup/nodes/DocumentType.html" title="class in org.jsoup.nodes" target="classFrame">DocumentType</a></li>
<li><a href="org/jsoup/nodes/Element.html" title="class in org.jsoup.nodes" target="classFrame">Element</a></li>
<li><a href="org/jsoup/select/Elements.html" title="class in org.jsoup.select" target="classFrame">Elements</a></li>
<li><a href="org/jsoup/nodes/Entities.html" title="class in org.jsoup.nodes" target="classFrame">Entities</a></li>
<li><a href="org/jsoup/nodes/Entities.EscapeMode.html" title="enum in org.jsoup.nodes" target="classFrame">Entities.EscapeMode</a></li>
<li><a href="org/jsoup/select/Evaluator.html" title="class in org.jsoup.select" target="classFrame">Evaluator</a></li>
<li><a href="org/jsoup/select/Evaluator.AllElements.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AllElements</a></li>
<li><a href="org/jsoup/select/Evaluator.Attribute.html" title="class in org.jsoup.select" target="classFrame">Evaluator.Attribute</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeKeyPair.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeKeyPair</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeStarting.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeStarting</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeWithValue.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeWithValue</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeWithValueContaining.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeWithValueContaining</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeWithValueEnding.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeWithValueEnding</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeWithValueMatching.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeWithValueMatching</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeWithValueNot.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeWithValueNot</a></li>
<li><a href="org/jsoup/select/Evaluator.AttributeWithValueStarting.html" title="class in org.jsoup.select" target="classFrame">Evaluator.AttributeWithValueStarting</a></li>
<li><a href="org/jsoup/select/Evaluator.Class.html" title="class in org.jsoup.select" target="classFrame">Evaluator.Class</a></li>
<li><a href="org/jsoup/select/Evaluator.ContainsData.html" title="class in org.jsoup.select" target="classFrame">Evaluator.ContainsData</a></li>
<li><a href="org/jsoup/select/Evaluator.ContainsOwnText.html" title="class in org.jsoup.select" target="classFrame">Evaluator.ContainsOwnText</a></li>
<li><a href="org/jsoup/select/Evaluator.ContainsText.html" title="class in org.jsoup.select" target="classFrame">Evaluator.ContainsText</a></li>
<li><a href="org/jsoup/select/Evaluator.CssNthEvaluator.html" title="class in org.jsoup.select" target="classFrame">Evaluator.CssNthEvaluator</a></li>
<li><a href="org/jsoup/select/Evaluator.Id.html" title="class in org.jsoup.select" target="classFrame">Evaluator.Id</a></li>
<li><a href="org/jsoup/select/Evaluator.IndexEquals.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IndexEquals</a></li>
<li><a href="org/jsoup/select/Evaluator.IndexEvaluator.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IndexEvaluator</a></li>
<li><a href="org/jsoup/select/Evaluator.IndexGreaterThan.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IndexGreaterThan</a></li>
<li><a href="org/jsoup/select/Evaluator.IndexLessThan.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IndexLessThan</a></li>
<li><a href="org/jsoup/select/Evaluator.IsEmpty.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsEmpty</a></li>
<li><a href="org/jsoup/select/Evaluator.IsFirstChild.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsFirstChild</a></li>
<li><a href="org/jsoup/select/Evaluator.IsFirstOfType.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsFirstOfType</a></li>
<li><a href="org/jsoup/select/Evaluator.IsLastChild.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsLastChild</a></li>
<li><a href="org/jsoup/select/Evaluator.IsLastOfType.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsLastOfType</a></li>
<li><a href="org/jsoup/select/Evaluator.IsNthChild.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsNthChild</a></li>
<li><a href="org/jsoup/select/Evaluator.IsNthLastChild.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsNthLastChild</a></li>
<li><a href="org/jsoup/select/Evaluator.IsNthLastOfType.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsNthLastOfType</a></li>
<li><a href="org/jsoup/select/Evaluator.IsNthOfType.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsNthOfType</a></li>
<li><a href="org/jsoup/select/Evaluator.IsOnlyChild.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsOnlyChild</a></li>
<li><a href="org/jsoup/select/Evaluator.IsOnlyOfType.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsOnlyOfType</a></li>
<li><a href="org/jsoup/select/Evaluator.IsRoot.html" title="class in org.jsoup.select" target="classFrame">Evaluator.IsRoot</a></li>
<li><a href="org/jsoup/select/Evaluator.Matches.html" title="class in org.jsoup.select" target="classFrame">Evaluator.Matches</a></li>
<li><a href="org/jsoup/select/Evaluator.MatchesOwn.html" title="class in org.jsoup.select" target="classFrame">Evaluator.MatchesOwn</a></li>
<li><a href="org/jsoup/select/Evaluator.Tag.html" title="class in org.jsoup.select" target="classFrame">Evaluator.Tag</a></li>
<li><a href="org/jsoup/select/Evaluator.TagEndsWith.html" title="class in org.jsoup.select" target="classFrame">Evaluator.TagEndsWith</a></li>
<li><a href="org/jsoup/nodes/FormElement.html" title="class in org.jsoup.nodes" target="classFrame">FormElement</a></li>
<li><a href="org/jsoup/examples/HtmlToPlainText.html" title="class in org.jsoup.examples" target="classFrame">HtmlToPlainText</a></li>
<li><a href="org/jsoup/parser/HtmlTreeBuilder.html" title="class in org.jsoup.parser" target="classFrame">HtmlTreeBuilder</a></li>
<li><a href="org/jsoup/helper/HttpConnection.html" title="class in org.jsoup.helper" target="classFrame">HttpConnection</a></li>
<li><a href="org/jsoup/helper/HttpConnection.KeyVal.html" title="class in org.jsoup.helper" target="classFrame">HttpConnection.KeyVal</a></li>
<li><a href="org/jsoup/helper/HttpConnection.Request.html" title="class in org.jsoup.helper" target="classFrame">HttpConnection.Request</a></li>
<li><a href="org/jsoup/helper/HttpConnection.Response.html" title="class in org.jsoup.helper" target="classFrame">HttpConnection.Response</a></li>
<li><a href="org/jsoup/HttpStatusException.html" title="class in org.jsoup" target="classFrame">HttpStatusException</a></li>
<li><a href="org/jsoup/Jsoup.html" title="class in org.jsoup" target="classFrame">Jsoup</a></li>
<li><a href="org/jsoup/examples/ListLinks.html" title="class in org.jsoup.examples" target="classFrame">ListLinks</a></li>
<li><a href="org/jsoup/nodes/Node.html" title="class in org.jsoup.nodes" target="classFrame">Node</a></li>
<li><a href="org/jsoup/select/NodeTraversor.html" title="class in org.jsoup.select" target="classFrame">NodeTraversor</a></li>
<li><a href="org/jsoup/select/NodeVisitor.html" title="interface in org.jsoup.select" target="classFrame"><span class="interfaceName">NodeVisitor</span></a></li>
<li><a href="org/jsoup/parser/ParseError.html" title="class in org.jsoup.parser" target="classFrame">ParseError</a></li>
<li><a href="org/jsoup/parser/ParseErrorList.html" title="class in org.jsoup.parser" target="classFrame">ParseErrorList</a></li>
<li><a href="org/jsoup/parser/Parser.html" title="class in org.jsoup.parser" target="classFrame">Parser</a></li>
<li><a href="org/jsoup/parser/ParseSettings.html" title="class in org.jsoup.parser" target="classFrame">ParseSettings</a></li>
<li><a href="org/jsoup/select/QueryParser.html" title="class in org.jsoup.select" target="classFrame">QueryParser</a></li>
<li><a href="org/jsoup/select/Selector.html" title="class in org.jsoup.select" target="classFrame">Selector</a></li>
<li><a href="org/jsoup/select/Selector.SelectorParseException.html" title="class in org.jsoup.select" target="classFrame">Selector.SelectorParseException</a></li>
<li><a href="org/jsoup/SerializationException.html" title="class in org.jsoup" target="classFrame">SerializationException</a></li>
<li><a href="org/jsoup/helper/StringUtil.html" title="class in org.jsoup.helper" target="classFrame">StringUtil</a></li>
<li><a href="org/jsoup/parser/Tag.html" title="class in org.jsoup.parser" target="classFrame">Tag</a></li>
<li><a href="org/jsoup/nodes/TextNode.html" title="class in org.jsoup.nodes" target="classFrame">TextNode</a></li>
<li><a href="org/jsoup/parser/TokenQueue.html" title="class in org.jsoup.parser" target="classFrame">TokenQueue</a></li>
<li><a href="org/jsoup/UnsupportedMimeTypeException.html" title="class in org.jsoup" target="classFrame">UnsupportedMimeTypeException</a></li>
<li><a href="org/jsoup/helper/Validate.html" title="class in org.jsoup.helper" target="classFrame">Validate</a></li>
<li><a href="org/jsoup/helper/W3CDom.html" title="class in org.jsoup.helper" target="classFrame">W3CDom</a></li>
<li><a href="org/jsoup/helper/W3CDom.W3CBuilder.html" title="class in org.jsoup.helper" target="classFrame">W3CDom.W3CBuilder</a></li>
<li><a href="org/jsoup/safety/Whitelist.html" title="class in org.jsoup.safety" target="classFrame">Whitelist</a></li>
<li><a href="org/jsoup/nodes/XmlDeclaration.html" title="class in org.jsoup.nodes" target="classFrame">XmlDeclaration</a></li>
<li><a href="org/jsoup/parser/XmlTreeBuilder.html" title="class in org.jsoup.parser" target="classFrame">XmlTreeBuilder</a></li>
</ul>
</div>
</body>
</html>
|