Annotation of embedaddon/libxml2/result/att11.sax2, revision 1.1
1.1 ! misho 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.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
! 19: SAX.endElementNs(attributes, NULL, NULL)
! 20: SAX.endDocument()
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>