Skip to content
Snippets Groups Projects
  1. Dec 24, 2002
  2. Dec 18, 2002
  3. Nov 04, 2002
  4. Mar 18, 2002
  5. Feb 01, 2002
  6. Oct 15, 2001
  7. Oct 09, 2001
  8. Jun 05, 2001
  9. May 11, 2001
  10. 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
  11. Mar 22, 2001
  12. Mar 02, 2001
Loading