Home | History | Annotate | Download | only in noent
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.startElementNs(title, NULL, NULL, 0, 0, 0)
      4 SAX.characters(my title, 8)
      5 SAX.endElementNs(title, NULL, NULL)
      6 SAX.endDocument()
      7