This file is indexed.

/usr/share/doc/libghc-haxml-doc/html/Text-XML-HaXml-Util.html is in libghc-haxml-doc 1:1.25.3-6.

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
<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Text.XML.HaXml.Util</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Text-XML-HaXml-Util.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Text-XML-HaXml-Util.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">HaXml-1.25.3: Utilities for manipulating XML documents</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Text.XML.HaXml.Util</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">utility functions to access XML content</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><ul><li>Only a small module containing some helper functions to extract xml content</li><li>I would have added this to Types but I've put it into an additional module</li><li>to avoid circular references (Verbatim <a href="-">-</a> Types)</li></ul></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:docContent">docContent</a> :: i -&gt; <a href="Text-XML-HaXml-Types.html#t:Document">Document</a> i -&gt; <a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i</li><li class="src short"><a href="#v:contentElem">contentElem</a> :: <a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i -&gt; <a href="Text-XML-HaXml-Types.html#t:Element">Element</a> i</li><li class="src short"><a href="#v:attrs">attrs</a> :: <a href="Text-XML-HaXml-Types.html#t:Element">Element</a> i -&gt; [<a href="Text-XML-HaXml-Types.html#t:Attribute">Attribute</a>]</li><li class="src short"><a href="#v:tagTextContent">tagTextContent</a> :: <a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i -&gt; [<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Char.html#t:Char">Char</a>]</li></ul></div><div id="interface"><h2 id="g:1">utility functions to access XML content</h2><div class="top"><p class="src"><a id="v:docContent" class="def">docContent</a> :: i -&gt; <a href="Text-XML-HaXml-Types.html#t:Document">Document</a> i -&gt; <a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i <a href="src/Text-XML-HaXml-Util.html#docContent" class="link">Source</a> <a href="#v:docContent" class="selflink">#</a></p><div class="doc"><p>Get the main element of the document so that you can apply
   CFilters directly.  <code>i</code> is typically (posInNewCxt &quot;filename&quot; Nothing) </p></div></div><div class="top"><p class="src"><a id="v:contentElem" class="def">contentElem</a> :: <a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i -&gt; <a href="Text-XML-HaXml-Types.html#t:Element">Element</a> i <a href="src/Text-XML-HaXml-Util.html#contentElem" class="link">Source</a> <a href="#v:contentElem" class="selflink">#</a></p><div class="doc"><p>If you know that your CFilter returns a tag, you can use this
   function to get the tagged Element.</p></div></div><div class="top"><p class="src"><a id="v:attrs" class="def">attrs</a> :: <a href="Text-XML-HaXml-Types.html#t:Element">Element</a> i -&gt; [<a href="Text-XML-HaXml-Types.html#t:Attribute">Attribute</a>] <a href="src/Text-XML-HaXml-Util.html#attrs" class="link">Source</a> <a href="#v:attrs" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:tagTextContent" class="def">tagTextContent</a> :: <a href="Text-XML-HaXml-Types.html#t:Content">Content</a> i -&gt; [<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Char.html#t:Char">Char</a>] <a href="src/Text-XML-HaXml-Util.html#tagTextContent" class="link">Source</a> <a href="#v:tagTextContent" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>