VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/result/noent/att10.sax2@ 98508

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: 1.5 KB
Line 
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(doc, , )
4SAX.elementDecl(doc, 4, ...)
5SAX.elementDecl(tst, 3, ...)
6SAX.attributeDecl(tst, a, 8, 3, NULL, ...)
7SAX.attributeDecl(tst, b, 1, 3, NULL, ...)
8SAX.entityDecl(d, 1, (null), (null),
9)
10SAX.getEntity(d)
11SAX.entityDecl(a, 1, (null), (null),
12)
13SAX.getEntity(a)
14SAX.entityDecl(da, 1, (null), (null),
15)
16SAX.getEntity(da)
17SAX.externalSubset(doc, , )
18SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
19SAX.characters(
20, 1)
21SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='xyz"...', 3, b=' xy...', 5)
22SAX.endElementNs(tst, NULL, NULL)
23SAX.characters(
24, 1)
25SAX.getEntity(d)
26SAX.getEntity(d)
27SAX.getEntity(a)
28SAX.getEntity(a)
29SAX.getEntity(da)
30SAX.getEntity(d)
31SAX.getEntity(d)
32SAX.getEntity(a)
33SAX.getEntity(a)
34SAX.getEntity(da)
35SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='A B...', 3, b=' A ...', 9)
36SAX.endElementNs(tst, NULL, NULL)
37SAX.characters(
38, 1)
39SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='
40
41A
42...', 8, b='
43
44A
45...', 8)
46SAX.endElementNs(tst, NULL, NULL)
47SAX.characters(
48, 1)
49SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='x y...', 3, b=' x ...', 6)
50SAX.endElementNs(tst, NULL, NULL)
51SAX.characters(
52, 1)
53SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='a b ...', 3, b=' a b...', 5)
54SAX.endElementNs(tst, NULL, NULL)
55SAX.characters(
56, 1)
57SAX.startElementNs(tst, NULL, NULL, 0, 2, 0, a='a b...', 3, b=' a ...', 8)
58SAX.endElementNs(tst, NULL, NULL)
59SAX.characters(
60, 1)
61SAX.endElementNs(doc, NULL, NULL)
62SAX.endDocument()
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette