Skip to content
Snippets Groups Projects
  1. Jul 15, 2008
  2. Mar 26, 2008
  3. Apr 10, 2007
  4. Nov 06, 2006
  5. Sep 08, 2004
  6. Jan 29, 2004
  7. Jan 16, 2003
  8. Nov 04, 2002
  9. May 27, 2002
  10. May 21, 2002
  11. Feb 01, 2002
  12. Dec 07, 2001
  13. Oct 25, 2001
  14. Jul 28, 2000
  15. 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
  16. Apr 06, 2000
  17. Apr 05, 2000
  18. Mar 02, 2000
  19. Feb 24, 2000
  20. Feb 06, 2000
  21. Dec 21, 1999
  22. Nov 09, 1999
Loading