mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
dbaab1f369
This detects regressions like bug 760367.
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(root, , )
|
|
SAX.elementDecl(root, 1, ...)
|
|
SAX.comment( " )
|
|
SAX.externalSubset(root, , )
|
|
SAX.startElementNs(root, NULL, NULL, 0, 0, 0)
|
|
SAX.endElementNs(root, NULL, NULL)
|
|
SAX.endDocument()
|