xref: /aosp_15_r20/external/libxml2/result/entity-in-ns-uri.xml.sax2 (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(doc, , )
4SAX.entityDecl(e, 1, (null), (null), -)
5SAX.getEntity(e)
6SAX.externalSubset(doc, , )
7SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
8SAX.characters(
9    , 5)
10SAX.getEntity(e)
11SAX.startElementNs(e, NULL, 'foo:x&x&x'x-x', 1, xmlns='foo:x&x&x'x-x', 0, 0)
12SAX.endElementNs(e, NULL, 'foo:x&x&x'x-x')
13SAX.characters(
14    , 5)
15SAX.getEntity(e)
16SAX.startElementNs(e, NULL, NULL, 1, xmlns:ns='foo:x&x&x'x-x', 0, 0)
17SAX.endElementNs(e, NULL, NULL)
18SAX.characters(
19, 1)
20SAX.endElementNs(doc, NULL, NULL)
21SAX.endDocument()
22