source:
vbox/trunk/src/libs/libxml2-2.9.14/result/dtd11.sax@
102948
Last change on this file since 102948 was 95312, checked in by , 2 years ago | |
---|---|
File size: 245 bytes |
Line | |
---|---|
1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() |
3 | SAX.internalSubset(doc, , ) |
4 | SAX.elementDecl(doc, 3, ...) |
5 | SAX.attributeDecl(doc, val, 1, 3, NULL, ...) |
6 | SAX.externalSubset(doc, , ) |
7 | SAX.startElement(doc, val='v1') |
8 | SAX.endElement(doc) |
9 | SAX.endDocument() |
Note:
See TracBrowser
for help on using the repository browser.