File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / att11.sax2
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.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
   17: SAX.endElementNs(attributes, NULL, NULL)
   18: SAX.endDocument()

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