Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.startElement(foo)
      4 SAX.characters(
      5 Text with EUC-JP chars at pos, 170)
      6 SAX.characters(___
      7 _, 11)
      8 SAX.endElement(foo)
      9 SAX.endDocument()
     10