- Apr 11, 2010
-
-
Boris Kolpackov authored
bugs and memory leaks in XInclude code. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@932950 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 17, 2010
-
-
Boris Kolpackov authored
it is done properly by the create* functions (XERCESC-1913). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@911102 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 23, 2009
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@883368 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 13, 2009
-
-
John Snelson authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@835942 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 15, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@695427 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 24, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@679340 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 22, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678709 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 21, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678432 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
cases use the data member directly. Put DOMStringPool functionality directly into DOMDocumentImpl, make getPooledString() inline. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678381 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676911 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676796 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2008
-
-
Boris Kolpackov authored
Use XMLSize_t instead of size_t except where interfacing with other code that uses size_t (e.g., operator new in the C++ runtime). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673975 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2008
-
-
Boris Kolpackov authored
Add XMLFileLoc type (64-bit) that represents location in a file (line/column). Use it in DOM interfaces. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672232 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 26, 2008
-
-
Boris Kolpackov authored
Use XMLSize_t instead of int/long for indexes and sizes in DOM interfaces. Use enum types instead of short. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671894 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 20, 2008
-
-
Boris Kolpackov authored
Return DOMXPathResult* instead of void* from evaluate. Add basic auto pointer operations to JanitorMemFunCall class template. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@669844 13f79535-47bb-0310-9956-ffa450edef68
-
- May 13, 2008
-
-
Alberto Massari authored
Add addNamespaceBinding() and release() APIs to XPathNSResolver class (XERCESC-1802) - patch by John Snelson git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@655707 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 07, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@634722 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 03, 2008
-
-
Boris Kolpackov authored
Adjust DOM heap allocation parameters to be the same as in 2.8.0 which appears to give the best overall performance git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@633031 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@575030 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 23, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@558817 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 18, 2007
-
-
Alberto Massari authored
Send the NODE_CLONED notification for each node in the tree when cloning the entire DOMDocument (XERCESC-1722) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@557202 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@555366 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@555320 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553979 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 16, 2007
-
-
Alberto Massari authored
- Perform XInclude at the end of each endElement callback, instead of doing it at the end (so that we clone smaller trees, instead of cloning the entire document) - XInclude now reports notation and entity conflicts - XInclude now reports invalid xi elements - Fixed base URI handling in fallback elements - Fixed memory leaks git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@529303 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@513661 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 2007
-
-
Alberto Massari authored
When invoking the userData handlers, first build a snapshot of the map, so that the callbacks can update it safely git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@504040 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2007
-
-
Alberto Massari authored
Implemented the DOML3 XPath interfaces, reusing the XPath processor used inside the XMLSchema validation; this means it understands only a limited subset of the XPath syntax, and can only return DOMElement nodes. However, it could be useful for simple navigations, or maybe be later expanded git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502666 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 21, 2006
-
-
Alberto Massari authored
Store the pointer to the DOMImplementation inside the DOMDocumentImpl, so that it can be returned later by DOMDocument::getImplementation git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@489283 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2006
-
-
Alberto Massari authored
The 'dst' argument in the DOMUserDataHandler::handle callabck is non-const, in order to let the application modify the newly created node (jira#783) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@488229 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 2006
-
-
http://www.apache.org/legal/src-headers.htmlAlberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@471747 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 10, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@454643 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 25, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@425332 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 20, 2005
-
-
Alberto Massari authored
Expose the memory allocation functionalities of DOMDocumentImpl through the DOMMemoryManager interface; this removes dangerous casts in the operator new and allows to tune the size of the memory chunks (jira# 1475) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@357986 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@357983 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@356770 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@356760 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 31, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@265005 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 11, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@231518 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 04, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@227349 13f79535-47bb-0310-9956-ffa450edef68
-