mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-30 13:17:37 +03:00
7c1206fc06
Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel
11 lines
273 B
XML
11 lines
273 B
XML
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.startElement(spec)
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.endElement(spec)
|
|
SAX.endDocument()
|