Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
      4 SAX.characters(
      5 , 1)
      6 SAX.pcdata(<greeting>Hello, wor, 34)
      7 SAX.characters(
      8 , 1)
      9 SAX.endElementNs(doc, NULL, NULL)
     10 SAX.endDocument()
     11