mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-30 13:17:37 +03:00
399156223f
- SAXresult/* : updated Daniel
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(doc, , )
|
|
SAX.entityDecl(lt, 1, (null), (null), <)
|
|
SAX.getEntity(lt)
|
|
SAX.entityDecl(gt, 1, (null), (null), >)
|
|
SAX.getEntity(gt)
|
|
SAX.entityDecl(amp, 1, (null), (null), &)
|
|
SAX.getEntity(amp)
|
|
SAX.entityDecl(apos, 1, (null), (null), ')
|
|
SAX.getEntity(apos)
|
|
SAX.entityDecl(quot, 1, (null), (null), ")
|
|
SAX.getEntity(quot)
|
|
SAX.startElement(doc)
|
|
SAX.endElement(doc)
|
|
SAX.endDocument()
|