mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
4a5a964c66
* result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently missing. * runtest.c: added SAX1/SAX2 checks. Daniel
12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd)
|
|
SAX.entityDecl(iso6.doc.date, 1, (null), (null), 29-May-1999)
|
|
SAX.getEntity(iso6.doc.date)
|
|
SAX.externalSubset(spec, -//testspec//, dtds/eve.dtd)
|
|
SAX.startElementNs(spec, NULL, NULL, 0, 0, 0)
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.endElementNs(spec, NULL, NULL)
|
|
SAX.endDocument()
|