- Jul 21, 2008
-
-
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
-
- 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
-
- Jul 06, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553979 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
-
- Sep 08, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176026 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2004
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175850 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 01, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175849 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 08, 2004
-
-
Alberto Massari authored
The implementation for DOMNamedNodeMap used by the DTD to hold the element definitions is optimized for speed vs. space (attribute maps are still optimized for space) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175824 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175709 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 04, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174310 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 24, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174241 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 16, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174132 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 09, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173962 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173959 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2002
-
-
Tinny Ng authored
1. add removeNamedItemAt to avoid calling findNamePoint again if index is already know. 2. fix findNamePoint so that binary search can be used in both regular (DOM Level 1) and namespace (DOM Level 2) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173939 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 12, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173823 13f79535-47bb-0310-9956-ffa450edef68
-
- May 27, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173743 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 2002
-
-
Tinny Ng authored
DOM Reorganization: move IDOM from src/xercesc/idom to src/xercesc/dom and src/xercesc/dom/impl. And rename IDOM_XXXX to DOMXXX. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173726 13f79535-47bb-0310-9956-ffa450edef68
-