Skip to content
Snippets Groups Projects
  1. Apr 06, 2004
  2. Jan 29, 2004
  3. Oct 22, 2003
  4. Jun 20, 2003
  5. May 15, 2003
  6. Nov 04, 2002
  7. May 30, 2002
  8. May 27, 2002
  9. May 22, 2002
  10. May 21, 2002
  11. Mar 21, 2002
  12. Feb 01, 2002
  13. May 11, 2001
  14. May 03, 2001
    • Khaled Noaman's avatar
      Some design changes: · e20b7077
      Khaled Noaman authored
      o Changed the TokenFactory from a single static instance, to a
         normal class. Each RegularExpression object will have its own
         instance of TokenFactory, and that instance will be passed to
         other classes that need to use a TokenFactory to create Token
         objects (with the exception of RangeTokenMap).
      o Added a new class RangeTokenMap to map a the different ranges
         in a given category to a specific RangeFactory object. In the old
         design RangeFactory had dual functionality (act as a Map, and as
         a factory for creating RangeToken(s)). The RangeTokenMap will
         have its own copy of the TokenFactory. There will be only one
         instance of the RangeTokenMap class, and that instance will be
         lazily deleted when XPlatformUtils::Terminate is called.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172607 13f79535-47bb-0310-9956-ffa450edef68
      e20b7077
  15. Mar 22, 2001
  16. Mar 02, 2001
  17. Oct 20, 2000
  18. Mar 02, 2000
  19. Feb 11, 2000
  20. Feb 06, 2000
  21. Nov 09, 1999
Loading