Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.startElement(title)
      4 SAX.characters(my title, 8)
      5 SAX.endElement(title)
      6 SAX.endDocument()
      7