xref: /aosp_15_r20/external/libxml2/result/HTML/entities.html.sax (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard WorkerSAX.setDocumentLocator()
2*7c568831SAndroid Build Coastguard WorkerSAX.startDocument()
3*7c568831SAndroid Build Coastguard WorkerSAX.startElement(html)
4*7c568831SAndroid Build Coastguard WorkerSAX.startElement(body)
5*7c568831SAndroid Build Coastguard WorkerSAX.startElement(p, tst='a&b', tst2='a&b', tst3='a & b')
6*7c568831SAndroid Build Coastguard WorkerSAX.characters(
7*7c568831SAndroid Build Coastguard Workera, 2)
8*7c568831SAndroid Build Coastguard WorkerSAX.characters(&, 1)
9*7c568831SAndroid Build Coastguard WorkerSAX.characters(b
10*7c568831SAndroid Build Coastguard Workera&b
11*7c568831SAndroid Build Coastguard Workera & b
12*7c568831SAndroid Build Coastguard Worker, 12)
13*7c568831SAndroid Build Coastguard WorkerSAX.endElement(p)
14*7c568831SAndroid Build Coastguard WorkerSAX.characters(
15*7c568831SAndroid Build Coastguard Worker, 1)
16*7c568831SAndroid Build Coastguard WorkerSAX.endElement(body)
17*7c568831SAndroid Build Coastguard WorkerSAX.endElement(html)
18*7c568831SAndroid Build Coastguard WorkerSAX.endDocument()
19