1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/dtd13.sax2
Daniel Veillard 4a5a964c66 added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks.
* result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
  missing.
* runtest.c: added SAX1/SAX2 checks.
Daniel
2005-06-27 10:40:55 +00:00

11 lines
302 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( comment before the DTD )
SAX.internalSubset(doc, , )
SAX.elementDecl(doc, 2, ...)
SAX.externalSubset(doc, , )
SAX.comment( comment after the DTD )
SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
SAX.endElementNs(doc, NULL, NULL)
SAX.endDocument()