Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly build (please specify the date)
-
None
-
None
Description
The attached patch against svn revision 289713 makes the following small usability improvements:
- make a number of static helper methods in XMLUri.hpp public. They are useful when for instance normalizing a URI.
- adds methods to XMLString.hpp and XMLString.cpp to release strings using a memory manager. In XMLString.hpp the comments/documentation are updated as well.
The patch also fixes the compilation warning about comparison between signed and unsigned in
src/xercesc/validators/schema/SchemaElementDecl.hpp. This problem was mentioned before on the c-dev list, but the fix has not made it to svn yet.
For an improvement in samples/ I second the suggestion made by Neil Graham on 10 december, 2003: "I'd also like to deprecate the SEnumVal and EnumVal samples eventually; we certainly shouldn't be going out of our way to show
people how to use Xerces's internal interfaces!".