File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / ent6.sax
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:00 2012 UTC (12 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    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>