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, 8 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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.externalSubset(doc, , )
SAX.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>