source:
vbox/trunk/src/libs/libxml2-2.9.14/result/HTML/autoclose2.html.sax@
95312
Last change on this file since 95312 was 95312, checked in by , 2 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() |
3 | SAX.startElement(html) |
4 | SAX.startElement(body) |
5 | SAX.startElement(p) |
6 | SAX.characters(toto |
7 | , 5) |
8 | SAX.endElement(p) |
9 | SAX.endElement(body) |
10 | SAX.endElement(html) |
11 | SAX.endDocument() |
Note:
See TracBrowser
for help on using the repository browser.