Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.startElementNs(a, NULL, NULL, 0, 1, 0, test='pass...', 6)
      4 SAX.characters(content, 7)
      5 SAX.endElementNs(a, NULL, NULL)
      6 SAX.endDocument()
      7