mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00: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()
|