Daniel Veillard | 71f93fc | 2000-07-14 14:54:24 +0000 | [diff] [blame] | 1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() | ||||
3 | SAX.startElement(très) | ||||
Daniel Veillard | 4b1577f | 2003-09-03 13:10:37 +0000 | [diff] [blame] | 4 | SAX.characters(l, 1) |
5 | SAX.characters(à, 2) | ||||
Daniel Veillard | 71f93fc | 2000-07-14 14:54:24 +0000 | [diff] [blame] | 6 | SAX.endElement(très) |
7 | SAX.endDocument() |