Last change
on this file since 103850 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
470 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.internalSubset(doc, , )
|
---|
4 | SAX.elementDecl(doc, 1, ...)
|
---|
5 | SAX.attributeDecl(doc, defatt, 9, 1, 0, ...)
|
---|
6 | SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...)
|
---|
7 | SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...)
|
---|
8 | SAX.externalSubset(doc, , )
|
---|
9 | SAX.startElementNs(doc, NULL, NULL, 1, xmlns:tst='http://example.org', 3, 2, att='1"/>...', 1, defatt='0...', 1, tst:att='1...', 1)
|
---|
10 | SAX.endElementNs(doc, NULL, NULL)
|
---|
11 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.