Last change
on this file since 102948 was 95312, checked in by vboxsync, 2 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
274 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.internalSubset(doc, , )
|
---|
4 | SAX.elementDecl(doc, 2, ...)
|
---|
5 | SAX.externalSubset(doc, , )
|
---|
6 | SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
|
---|
7 | SAX.characters(This is a valid document !, 26)
|
---|
8 | SAX.endElementNs(doc, NULL, NULL)
|
---|
9 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.