mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
|
SAX.setDocumentLocator()
|
||
|
SAX.startDocument()
|
||
|
SAX.internalSubset(test, , )
|
||
|
SAX.entityDecl(ampproblem, 1, (null), (null), &)
|
||
|
SAX.getEntity(ampproblem)
|
||
|
SAX.externalSubset(test, , )
|
||
|
SAX.getEntity(ampproblem)
|
||
|
SAX.startElementNs(t, NULL, NULL, 0, 1, 0, a='&...', 12)
|
||
|
SAX.characters(a, 1)
|
||
|
SAX.endElementNs(t, NULL, NULL)
|
||
|
SAX.endDocument()
|