mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
036143bb53
* parser.c: fixed bug #132575 about finding the end of the internal subset in push mode. * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml: added the test to the regression suite Daniel
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(root, , )
|
|
SAX.elementDecl(root, 1, ...)
|
|
SAX.comment( " )
|
|
SAX.externalSubset(root, , )
|
|
SAX.startElement(root)
|
|
SAX.endElement(root)
|
|
SAX.endDocument()
|