source:
vbox/trunk/src/libs/libxml2-2.9.14/result/dtd13.sax@
98508
Last change on this file since 98508 was 95312, checked in by , 3 years ago | |
---|---|
File size: 265 bytes |
Line | |
---|---|
1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() |
3 | SAX.comment( comment before the DTD ) |
4 | SAX.internalSubset(doc, , ) |
5 | SAX.elementDecl(doc, 2, ...) |
6 | SAX.externalSubset(doc, , ) |
7 | SAX.comment( comment after the DTD ) |
8 | SAX.startElement(doc) |
9 | SAX.endElement(doc) |
10 | SAX.endDocument() |
Note:
See TracBrowser
for help on using the repository browser.