mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
dbaab1f369
This detects regressions like bug 760367.
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(doc, , )
|
|
SAX.elementDecl(doc, 3, ...)
|
|
SAX.attributeDecl(doc, val, 1, 3, NULL, ...)
|
|
SAX.externalSubset(doc, , )
|
|
SAX.startElementNs(doc, NULL, NULL, 0, 1, 0, val='v1"/...', 2)
|
|
SAX.endElementNs(doc, NULL, NULL)
|
|
SAX.endDocument()
|