File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / att11.sax
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 19:53:32 2014 UTC (10 years, 1 month ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, HEAD
libxml2 2.9.1

    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(ent)
   16: SAX.startElement(attributes, nmtoken=' &ent;   &ent; &ent; ', nmtokens=' Test
   17:      this  normalization ')
   18: SAX.endElement(attributes)
   19: SAX.endDocument()

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