Annotation of embedaddon/libxml2/result/ent6.sax, revision 1.1.1.1
1.1 misho 1: SAX.setDocumentLocator()
2: SAX.startDocument()
3: SAX.internalSubset(doc, , )
4: SAX.entityDecl(lt, 1, (null), (null), <)
5: SAX.getEntity(lt)
6: SAX.entityDecl(gt, 1, (null), (null), >)
7: SAX.getEntity(gt)
8: SAX.entityDecl(amp, 1, (null), (null), &)
9: SAX.getEntity(amp)
10: SAX.entityDecl(apos, 1, (null), (null), ')
11: SAX.getEntity(apos)
12: SAX.entityDecl(quot, 1, (null), (null), ")
13: SAX.getEntity(quot)
14: SAX.externalSubset(doc, , )
15: SAX.startElement(doc)
16: SAX.endElement(doc)
17: SAX.endDocument()
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>