• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.error: PI is not started correctlySAX.startElement(html)
4SAX.startElement(body)
5SAX.startElement(p)
6SAX.characters(“, 2)
7SAX.endElement(p)
8SAX.endElement(body)
9SAX.endElement(html)
10SAX.endDocument()
11