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