This file is indexed.

/usr/share/doc/libghc-hxt-doc/html/Text-XML-HXT-Parser-XmlDTDTokenParser.html is in libghc-hxt-doc 9.3.1.16-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
<!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.HXT.Parser.XmlDTDTokenParser</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-HXT-Parser-XmlDTDTokenParser.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.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">hxt-9.3.1.16: A collection of tools for processing XML with Haskell.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>Copyright (C) 2005 Uwe Schmidt</td></tr><tr><th>License</th><td>MIT</td></tr><tr><th>Maintainer</th><td>Uwe Schmidt (uwe@fh-wedel.de)</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>portable</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Text.XML.HXT.Parser.XmlDTDTokenParser</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Parsec parser for tokenizing DTD declarations for ELEMENT, ATTLIST, ENTITY and NOTATION</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:dtdDeclTokenizer" class="def">dtdDeclTokenizer</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s <a href="Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#dtdDeclTokenizer" class="link">Source</a> <a href="#v:dtdDeclTokenizer" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:dtdDeclStart" class="def">dtdDeclStart</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s (<a href="Text-XML-HXT-DOM-TypeDefs.html#t:DTDElem">DTDElem</a>, <a href="Text-XML-HXT-DOM-TypeDefs.html#t:Attributes">Attributes</a>) <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#dtdDeclStart" class="link">Source</a> <a href="#v:dtdDeclStart" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:dtdDeclEnd" class="def">dtdDeclEnd</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s () <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#dtdDeclEnd" class="link">Source</a> <a href="#v:dtdDeclEnd" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:dtdToken" class="def">dtdToken</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s <a href="Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#dtdToken" class="link">Source</a> <a href="#v:dtdToken" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:peReference" class="def">peReference</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s <a href="Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#peReference" class="link">Source</a> <a href="#v:peReference" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:entityValue" class="def">entityValue</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s <a href="Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#entityValue" class="link">Source</a> <a href="#v:entityValue" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:dtdChars" class="def">dtdChars</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s <a href="Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#dtdChars" class="link">Source</a> <a href="#v:dtdChars" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:percent" class="def">percent</a> :: <a href="Text-XML-HXT-Parser-XmlCharParser.html#t:XParser">XParser</a> s <a href="Text-XML-HXT-DOM-TypeDefs.html#t:XmlTree">XmlTree</a> <a href="src/Text-XML-HXT-Parser-XmlDTDTokenParser.html#percent" class="link">Source</a> <a href="#v:percent" 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>