1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-12 05:57:47 +03:00
libxml2/result/noent/att11.sax2
Nick Wellnhofer dbaab1f369 Test SAX2 callbacks with entity substitution
This detects regressions like bug 760367.
2017-06-16 21:38:57 +02:00

21 lines
714 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(attributes, , )
SAX.elementDecl(attributes, 1, ...)
SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
SAX.getEntity(ent)
SAX.entityDecl(recursive, 1, (null), (null), reference)
SAX.getEntity(recursive)
SAX.externalSubset(attributes, , )
SAX.getEntity(ent)
SAX.getEntity(recursive)
SAX.getEntity(ent)
SAX.getEntity(recursive)
SAX.getEntity(ent)
SAX.getEntity(recursive)
SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='enti...', 47, nmtokens='Test...', 25)
SAX.endElementNs(attributes, NULL, NULL)
SAX.endDocument()