neilg 2003/11/19 21:04:59
Modified: c/doc program-sax2.xml
Log:
program-sax2.xml
Revision Changes Path
1.19 +1 -1 xml-xerces/c/doc/program-sax2.xml
Index: program-sax2.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/program-sax2.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- program-sax2.xml 14 May 2003 17:11:55 -0000 1.18
+++ program-sax2.xml 20 Nov 2003 05:04:59 -0000 1.19
@@ -366,7 +366,7 @@
Passing a void pointer that was initialized with a wrong type will lead
to unexpected result.
If the same property is set more than once, the last one takes
effect.</p>
- <p>Property values can be queried using the function <code>void*
SAX2XMLReader::getFeature(const XMLCh* const)</code>.
+ <p>Property values can be queried using the function <code>void*
SAX2XMLReader::getProperty(const XMLCh* const)</code>.
The parser owns the returned pointer, and the memory allocated for the
returned pointer will
be destroyed when the parser is deleted. To ensure accessibility of
the returned information after
the parser is deleted, callers need to copy and store the returned
information somewhere else.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]