[Expat-checkins] CVS: expat/doc reference.html,1.1,1.2
Clark Cooper
coopercc@users.sourceforge.net
Fri, 22 Sep 2000 11:24:32 -0700
- Previous message: [Expat-checkins] CVS: expat/lib Makefile.in,1.1,1.2 ascii.h,1.1,1.2 asciitab.h,1.1,1.2 expat.h,1.1,1.2 iasciitab.h,1.1,1.2 latin1tab.h,1.1,1.2 utf8tab.h,1.1,1.2 xmldef.h,1.1,1.2 xmlparse.c,1.1,1.2 xmlrole.c,1.1,1.2 xmlrole.h,1.1,1.2 xmltok.c,1.1,1.2 xmltok.h,1.1,1.2 xmltok_impl.c,1.1,1.2 xmltok_impl.h,1.1,1.2 xmltok_ns.c,1.1,1.2
- Next message: [Expat-checkins] CVS: expat config.hin,1.2,1.3 configure.in,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/expat/expat/doc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13163
Modified Files:
reference.html
Log Message:
Update reference with API changes made by the perl-expat merge.
Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** reference.html 2000/09/18 16:26:21 1.1
--- reference.html 2000/09/22 18:24:28 1.2
***************
*** 48,52 ****
<li><a href="#XML_ParserCreate">XML_ParserCreate</a></li>
<li><a href="#XML_ParserCreateNS">XML_ParserCreateNS</a></li>
! <li><a href="#XML_ExternalEntityParserCreate">XML_ExternalEntityParserCreate</a><li>
<li><a href="#XML_ParserFree">XML_ParserFree</a></li>
</ul>
--- 48,52 ----
<li><a href="#XML_ParserCreate">XML_ParserCreate</a></li>
<li><a href="#XML_ParserCreateNS">XML_ParserCreateNS</a></li>
! <li><a href="#XML_ExternalEntityParserCreate">XML_ExternalEntityParserCreate</a></li>
<li><a href="#XML_ParserFree">XML_ParserFree</a></li>
[...1040 lines suppressed...]
! Returns the index of the ID attribute passed in the atts array
! in the last call to XML_StartElementHandler, or -1 if there is no ID
! attribute. If called inside a start handler, then that means the current call.
</div>
***************
*** 1186,1189 ****
--- 1414,1425 ----
<li>XML_PARAM_ENTITY_PARSING_ALWAYS
</ul>
+ </div>
+
+ <div class="fcndec"><a name="XML_ContentFree"><pre>
+ void
+ XML_ContentFree(XML_Content *content);
+ </pre></a></div>
+ <div class="fcndef">
+ Free the model data structure passed to an element declaration handler.
</div>
- Previous message: [Expat-checkins] CVS: expat/lib Makefile.in,1.1,1.2 ascii.h,1.1,1.2 asciitab.h,1.1,1.2 expat.h,1.1,1.2 iasciitab.h,1.1,1.2 latin1tab.h,1.1,1.2 utf8tab.h,1.1,1.2 xmldef.h,1.1,1.2 xmlparse.c,1.1,1.2 xmlrole.c,1.1,1.2 xmlrole.h,1.1,1.2 xmltok.c,1.1,1.2 xmltok.h,1.1,1.2 xmltok_impl.c,1.1,1.2 xmltok_impl.h,1.1,1.2 xmltok_ns.c,1.1,1.2
- Next message: [Expat-checkins] CVS: expat config.hin,1.2,1.3 configure.in,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]