1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/ent13.sax2

12 lines
339 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(test, , )
SAX.entityDecl(ampproblem, 1, (null), (null), &)
SAX.getEntity(ampproblem)
SAX.externalSubset(test, , )
SAX.getEntity(ampproblem)
SAX.startElementNs(t, NULL, NULL, 0, 1, 0, a='&amp...', 12)
SAX.characters(a, 1)
SAX.endElementNs(t, NULL, NULL)
SAX.endDocument()