Skip to content
Snippets Groups Projects
  1. Jan 29, 2004
  2. Jan 16, 2003
  3. Nov 04, 2002
  4. May 27, 2002
  5. May 21, 2002
  6. Feb 01, 2002
  7. Dec 07, 2001
  8. Oct 25, 2001
  9. Jul 28, 2000
  10. Apr 27, 2000
    • Arnaud Le Hors's avatar
      global reorganization similar to what I've done in Java, · be76fd64
      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
      be76fd64
  11. Apr 06, 2000
  12. Apr 05, 2000
  13. Mar 02, 2000
  14. Feb 24, 2000
  15. Feb 06, 2000
  16. Dec 21, 1999
  17. Nov 09, 1999
Loading