- 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
-
- Mar 07, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@634722 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
-
- Mar 21, 2006
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@387454 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
-
- Dec 14, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@356760 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 25, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@328373 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 31, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@264976 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
-
- Jan 07, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176280 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 20, 2004
-
-
Alberto Massari authored
Added a setCreateSchemaInfo method to the DOM parsers, to store PSVI informations in element and attribute nodes git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176052 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
-
- Aug 30, 2004
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176010 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
-
- 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
-
- May 16, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174997 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2003
-
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174687 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2002
-
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174383 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174382 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 26, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174246 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 23, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174225 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 17, 2002
-
-
Tinny Ng authored
so we need to consider the EntityReference nodes case when retrieving the node value. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174215 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 16, 2002
-
-
Tinny Ng authored
DOM L3: lookupNamespacePrefix, isDefaultNamespace, lookupNamespaceURI should be defined as const. Fixed by Gareth Reakes. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174134 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174122 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2002
-
-
Tinny Ng authored
1. Add DOMNode::TreePosition 3. declare dummy DOMNode::getBaseURI, compareTreePosition, get/setTextContent, lookupNamespacePrefix, isDefaultNamespace, lookupNamespaceURI, getInterface git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173997 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173937 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173921 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 25, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173906 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 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
-