• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.startElement(title)
4SAX.characters(my title, 8)
5SAX.endElement(title)
6SAX.endDocument()
7