- Jan 07, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176275 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2005
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176273 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 03, 2005
-
-
Alberto Massari authored
so we can avoid allocating the storage for the element number (the memory was reclaimed at the end of the parsing) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176266 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 23, 2004
-
-
Alberto Massari authored
Don't use the content of fPrefixBuf inside the end tag handler, as it is modified by the nearest start tag: instead retrieve the current prefix from the end tag string [jira#1308] git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176252 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2004
-
-
Khaled Noaman authored
is enabled. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176235 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2004
-
-
David Abram Cargill authored
Change call to resolveEntity to pass in public id so that only one call to resolveEntity is needed (a follow-on to Alberto's fix). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176224 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 19, 2004
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176145 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 13, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176139 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 29, 2004
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176110 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176103 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 27, 2004
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176087 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 26, 2004
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176082 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 21, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176058 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 20, 2004
-
-
Alberto Massari authored
Added a setCreateSchemaInfo method to the DOM parsers, to store PSVI informations in element and attribute nodes git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176052 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 08, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176026 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 27, 2004
-
-
Alberto Massari authored
If the user registers a PSVIHandler and turns on grammar caching, then calls loadSchemaGrammar() and parse(), fModel becomes invalid and a crash occurs git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176008 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2004
-
-
PeiYong Zhang authored
Patch from David Bertoni. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175954 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2004
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175939 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175938 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Fix for jira#1210: ArrayJanitor was created using the memory manager to delete an object created with new [] git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175936 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175931 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2004
-
-
Neil Graham authored
grammar we're using, we don't switch grammars. Therefore, under these conditions we should not switch back--if we do, the GrammarResolver may present us with a different grammar, and this produces very bad results. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175927 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175926 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 2004
-
-
Neil Graham authored
<p:a xmlns:p="b" xmlns:q="b"></q:a> when namespace processing was enabled. This also opened the way for some end-tag scanning performance improvements. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175916 13f79535-47bb-0310-9956-ffa450edef68
-
- May 27, 2004
-
-
Neil Graham authored
each time we enter a start tag, assume they are clear and clear them only once it has been determined that the start tag we've just processed actually had attributes. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175912 13f79535-47bb-0310-9956-ffa450edef68
-
- May 25, 2004
-
-
PeiYong Zhang authored
it must be performed only when absolutely necessary and as late as possible in a processing chain... git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175909 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175894 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 14, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175875 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 13, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175871 13f79535-47bb-0310-9956-ffa450edef68
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175868 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 11, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175739 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175709 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 12, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175663 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 30, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175631 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
fix assorted PSVI bugs; also, initialize undeclared attribute registries appropriate to their local use git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175627 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 29, 2003
-
-
Alberto Massari authored
This because these maps keep pointers to the name of the attributes object that gets recycled for every element (and their name is deallocated when recycled) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175621 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 20, 2003
-
-
Neil Graham authored
add attribute names to PSVIAttributeList and fix some problems with calculation of canonical values in element content git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175610 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 19, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175604 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175600 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175589 13f79535-47bb-0310-9956-ffa450edef68
-