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