Last change
on this file since 98508 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
528 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.internalSubset(doc, , )
|
---|
4 | SAX.entityDecl(lt, 1, (null), (null), <)
|
---|
5 | SAX.getEntity(lt)
|
---|
6 | SAX.entityDecl(gt, 1, (null), (null), >)
|
---|
7 | SAX.getEntity(gt)
|
---|
8 | SAX.entityDecl(amp, 1, (null), (null), &)
|
---|
9 | SAX.getEntity(amp)
|
---|
10 | SAX.entityDecl(apos, 1, (null), (null), ')
|
---|
11 | SAX.getEntity(apos)
|
---|
12 | SAX.entityDecl(quot, 1, (null), (null), ")
|
---|
13 | SAX.getEntity(quot)
|
---|
14 | SAX.externalSubset(doc, , )
|
---|
15 | SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
|
---|
16 | SAX.endElementNs(doc, NULL, NULL)
|
---|
17 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.