File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / att11.sax
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_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: SAX.setDocumentLocator()
    2: SAX.startDocument()
    3: SAX.internalSubset(attributes, , )
    4: SAX.elementDecl(attributes, 1, ...)
    5: SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
    6: SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
    7: SAX.entityDecl(ent, 1, (null), (null),  entity&recursive; )
    8: SAX.getEntity(ent)
    9: SAX.entityDecl(recursive, 1, (null), (null), reference)
   10: SAX.getEntity(recursive)
   11: SAX.externalSubset(attributes, , )
   12: SAX.getEntity(ent)
   13: SAX.getEntity(recursive)
   14: SAX.getEntity(ent)
   15: SAX.getEntity(recursive)
   16: SAX.getEntity(ent)
   17: SAX.getEntity(recursive)
   18: SAX.startElement(attributes, nmtoken=' &ent;   &ent; &ent; ', nmtokens=' Test
   19:      this  normalization ')
   20: SAX.endElement(attributes)
   21: SAX.endDocument()

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