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