xref: /aosp_15_r20/external/libxml2/result/ent3.sax (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard WorkerSAX.setDocumentLocator()
2*7c568831SAndroid Build Coastguard WorkerSAX.startDocument()
3*7c568831SAndroid Build Coastguard WorkerSAX.internalSubset(EXAMPLE, , example.dtd)
4*7c568831SAndroid Build Coastguard WorkerSAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language)
5*7c568831SAndroid Build Coastguard WorkerSAX.getEntity(xml)
6*7c568831SAndroid Build Coastguard WorkerSAX.externalSubset(EXAMPLE, , example.dtd)
7*7c568831SAndroid Build Coastguard WorkerSAX.getEntity(xml)
8*7c568831SAndroid Build Coastguard WorkerSAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
9*7c568831SAndroid Build Coastguard WorkerSAX.characters(
10*7c568831SAndroid Build Coastguard Worker  Test of entities in attribu, 35)
11*7c568831SAndroid Build Coastguard WorkerSAX.endElement(EXAMPLE)
12*7c568831SAndroid Build Coastguard WorkerSAX.endDocument()
13