1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/att11.sax
Daniel Veillard a3f1e3e571 Avoid extra processing on entities
If an entity has already been checked for correctness no
need to check it on every reference
2013-03-11 15:59:21 +08:00

20 lines
658 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(attributes, , )
SAX.elementDecl(attributes, 1, ...)
SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
SAX.getEntity(ent)
SAX.entityDecl(recursive, 1, (null), (null), reference)
SAX.getEntity(recursive)
SAX.externalSubset(attributes, , )
SAX.getEntity(ent)
SAX.getEntity(recursive)
SAX.getEntity(ent)
SAX.getEntity(ent)
SAX.startElement(attributes, nmtoken=' &ent; &ent; &ent; ', nmtokens=' Test
this normalization ')
SAX.endElement(attributes)
SAX.endDocument()