- SAX.setDocumentLocator()
- SAX.startDocument()
- SAX.comment( test of hyphen and line break handling
- some text - interrupted -
- - - - - - - - - - - - - - - - - - - - - - -
- this should stop here^
- )
- SAX.startElement(doc)
- SAX.endElement(doc)
- SAX.endDocument()
|