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

    1: SAX.setDocumentLocator()
    2: SAX.startDocument()
    3: SAX.comment( comment before the DTD )
    4: SAX.internalSubset(doc, , )
    5: SAX.elementDecl(doc, 2, ...)
    6: SAX.externalSubset(doc, , )
    7: SAX.comment( comment after the DTD )
    8: SAX.startElement(doc)
    9: SAX.endElement(doc)
   10: SAX.endDocument()

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