1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/result/ent11.sax

14 lines
285 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, , )
SAX.entityDecl(newl, 1, (null), (null), )
SAX.getEntity(newl)
SAX.externalSubset(doc, , )
SAX.startElement(doc)
SAX.getEntity(newl)
SAX.characters(
, 1)
SAX.reference(newl)
SAX.endElement(doc)
SAX.endDocument()