- Dec 24, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174555 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2002
-
-
Gareth Reakes authored
New functionality - tokenize and replace. Fixed REVISIT for case insensitive match. Patch by Jennifer Schachter. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174539 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 04, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174310 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 18, 2002
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173580 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 2002
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173439 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 15, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173114 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 09, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173080 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 05, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172723 13f79535-47bb-0310-9956-ffa450edef68
-
- May 11, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172633 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 2001
-
-
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
-
- Mar 22, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172569 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172555 13f79535-47bb-0310-9956-ffa450edef68
-