• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/result/HTML/
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(html, -//W3C//DTD HTML 4.01 Transitional//EN, http://www.w3.org/TR/html4/loose.dtd)
4SAX.processingInstruction(xml-stylesheet, href="./css/ht2html.css" type="text/css"?)
5SAX.startElement(html)
6SAX.ignorableWhitespace(
7, 1)
8SAX.comment( THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. )
9SAX.ignorableWhitespace(
10, 1)
11SAX.startElement(head)
12SAX.ignorableWhitespace(
13, 1)
14SAX.startElement(title)
15SAX.characters(Python Programming Language, 27)
16SAX.endElement(title)
17SAX.ignorableWhitespace(
18, 1)
19SAX.endElement(head)
20SAX.ignorableWhitespace(
21, 1)
22SAX.startElement(body)
23SAX.characters(
24, 1)
25SAX.endElement(body)
26SAX.endElement(html)
27SAX.ignorableWhitespace(
28, 1)
29SAX.endDocument()
30