- Jul 15, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676911 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 26, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@641193 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 10, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@527149 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
-
- 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
-
- Jan 16, 2003
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174637 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
-
- May 27, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173742 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
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173723 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173722 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 2002
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173439 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173365 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 25, 2001
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173179 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 28, 2000
-
-
Unknown (aruna1) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172282 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 27, 2000
-
-
Arnaud Le Hors authored
nodes now are much smaller. The main changes are: renamed NodeContainer to ParentNode, introduced ChildNode and ChildAndParentNode, all the boolean attributes have been changed to bit flags, ownerDocument is no longer an attribute of NodeImpl, only Parent nodes have it, leave nodes rely on their parent to get it, or get it from ownerNode when they do not have a parent, parent Nodes no longer have a direct pointer to the last child instead the last child is stored as the previous sibling of the first child. I also added support for importing a DocumentType as it's done in Java, and got the importNode mechanism back in sync with Java as well. Here are the most significant changes in size: ElementImpl 52 -> 48 TextImpl 44 -> 32 AttrImpl 52 -> 36 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172078 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 06, 2000
-
-
Arnaud Le Hors authored
needs it, so that others (including TextImpl) are smaller git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172032 13f79535-47bb-0310-9956-ffa450edef68
-
Arnaud Le Hors authored
leaf nodes are smaller, introduced NodeContainer to support children, changed all classes that may have children to inherit from NodeContainer git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172021 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 05, 2000
-
-
Arnaud Le Hors authored
instead every class has its own version of getNodeType() that directly returns the appropriate constant git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172017 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 2000
-
-
Unknown (roddey) authored
1.1.0 code to be finished. I can't list them all here, but a list is available elsewhere. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171927 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 24, 2000
-
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171898 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 2000
-
-
Rahul Jain authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171712 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 21, 1999
-
-
Rob Weir authored
"special" DOM with subclassed Nodes. 1. Export the NodeImpl-derived classes 2. Ensure that their constructors have at least protected access git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171510 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 09, 1999
-
-
Ted Leung authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171388 13f79535-47bb-0310-9956-ffa450edef68
-
Ted Leung authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171387 13f79535-47bb-0310-9956-ffa450edef68
-