mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
12 lines
303 B
Plaintext
12 lines
303 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.startElement(t, a='&problem;')
|
||
|
SAX.characters(a, 1)
|
||
|
SAX.endElement(t)
|
||
|
SAX.endDocument()
|