File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / defattr.xml.sax2
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:01 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: SAX.setDocumentLocator()
    2: SAX.startDocument()
    3: SAX.internalSubset(doc, , )
    4: SAX.elementDecl(doc, 1, ...)
    5: SAX.attributeDecl(doc, xmlns, 1, 4, http://www.example.com/, ...)
    6: SAX.externalSubset(doc, , )
    7: SAX.startElementNs(doc, NULL, 'http://www.example.com/', 1, xmlns='http://www.example.com/', 0, 0)
    8: SAX.endElementNs(doc, NULL, 'http://www.example.com/')
    9: SAX.endDocument()

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