source:
vbox/trunk/src/libs/libxml2-2.9.14/result/comment2.xml.sax@
95312
Last change on this file since 95312 was 95312, checked in by , 2 years ago | |
---|---|
File size: 251 bytes |
Line | |
---|---|
1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() |
3 | SAX.comment( document start ) |
4 | SAX.startElement(doc) |
5 | SAX.characters( |
6 | , 1) |
7 | SAX.startElement(empty) |
8 | SAX.endElement(empty) |
9 | SAX.characters( |
10 | , 1) |
11 | SAX.endElement(doc) |
12 | SAX.comment( document end ) |
13 | SAX.endDocument() |
Note:
See TracBrowser
for help on using the repository browser.