svn commit: r1085298 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDTypeAlternativeTraverser.java

2011-03-25 Thread mukulg
Author: mukulg Date: Fri Mar 25 09:34:07 2011 New Revision: 1085298 URL: http://svn.apache.org/viewvc?rev=1085298&view=rev Log: committing a slight improvement for type alternatives failure messages. The earlier codebase for this was returning an error message something like, "Type al

svn commit: r1085036 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/XMLAssertPsychopathXPath2Impl.java

2011-03-24 Thread mukulg
Author: mukulg Date: Thu Mar 24 16:47:42 2011 New Revision: 1085036 URL: http://svn.apache.org/viewvc?rev=1085036&view=rev Log: changing one of the assertions error key. the earlier key was causing confusion between xs:assert failures and those of xs:assertion. though this key is not per

svn commit: r1084884 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: ./ alternative/ assertion/

2011-03-24 Thread mukulg
Author: mukulg Date: Thu Mar 24 09:12:21 2011 New Revision: 1084884 URL: http://svn.apache.org/viewvc?rev=1084884&view=rev Log: doing minor corrections to schema 1.1 assertions codebase and minor refactoring. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1084864 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathXPath2Impl.java assertion/XSAssertionXPath2Value.java assertion/XSAssertionXPath2Va

2011-03-24 Thread mukulg
Author: mukulg Date: Thu Mar 24 07:27:30 2011 New Revision: 1084864 URL: http://svn.apache.org/viewvc?rev=1084864&view=rev Log: doing slight renaming of methods and improving javadocs. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1084861 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: ./ assertion/ util/

2011-03-24 Thread mukulg
Author: mukulg Date: Thu Mar 24 07:13:31 2011 New Revision: 1084861 URL: http://svn.apache.org/viewvc?rev=1084861&view=rev Log: doing further refactoring of schema 1.1 assertions codebase. moved handling of assertions XPath 2.0 dynamic context variable "$value" in a separate interf

svn commit: r1084840 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathXPath2Impl.java XSDAssertionValidator.java util/XSTypeHelper.java

2011-03-23 Thread mukulg
Author: mukulg Date: Thu Mar 24 04:22:53 2011 New Revision: 1084840 URL: http://svn.apache.org/viewvc?rev=1084840&view=rev Log: refactoring schema 1.1 assertions codebase a bit. also moved methods textually within a class, and miscellaneous comments & javadocs improvements. i did try to

svn commit: r1084108 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathXPath2Impl.java util/XSTypeHelper.java

2011-03-22 Thread mukulg
Author: mukulg Date: Tue Mar 22 08:54:44 2011 New Revision: 1084108 URL: http://svn.apache.org/viewvc?rev=1084108&view=rev Log: doing little refactoring of codebase. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.

svn commit: r1084065 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/XMLAssertPsychopathXPath2Impl.java xs/XSDAssertionValidator.java xs/u

2011-03-21 Thread mukulg
Author: mukulg Date: Tue Mar 22 04:24:36 2011 New Revision: 1084065 URL: http://svn.apache.org/viewvc?rev=1084065&view=rev Log: committing few improvements to schema 1.1 assertion evaluations. the changes in this commit are following, 1) considering assertions from base type of a complex

svn commit: r1083824 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

2011-03-21 Thread mukulg
Author: mukulg Date: Mon Mar 21 15:15:38 2011 New Revision: 1083824 URL: http://svn.apache.org/viewvc?rev=1083824&view=rev Log: committing a slight fix for schema 1.1 assertions. when complexType's with simpleContent are derived by extension, the earlier codebase in SVN evaluated

svn commit: r1083370 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/XMLAssertPsychopathXPath2Impl.java

2011-03-19 Thread mukulg
Author: mukulg Date: Sun Mar 20 06:16:59 2011 New Revision: 1083370 URL: http://svn.apache.org/viewvc?rev=1083370&view=rev Log: changing assertions failure error codes a bit (making them in line with recommendations from the spec). we might also change assertions error codes for simpleType

svn commit: r1082043 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathXPath2Impl.java XMLSchemaValidator.java util/XSTypeHelper.java

2011-03-15 Thread mukulg
Author: mukulg Date: Wed Mar 16 04:08:16 2011 New Revision: 1082043 URL: http://svn.apache.org/viewvc?rev=1082043&view=rev Log: committing few improvements to PSVI results for simpleType's with variety union, when assertions are involved. i'll be working to improve PSVI generation

svn commit: r1078400 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

2011-03-05 Thread mukulg
Author: mukulg Date: Sun Mar 6 02:03:17 2011 New Revision: 1078400 URL: http://svn.apache.org/viewvc?rev=1078400&view=rev Log: committing a new psychopath processor jar. this has a bug fix for xpath 2.0 "distinct-values" function (ref Eclipse bug report, https://bugs.ec

svn commit: r1078250 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

2011-03-05 Thread mukulg
Author: mukulg Date: Sat Mar 5 09:18:04 2011 New Revision: 1078250 URL: http://svn.apache.org/viewvc?rev=1078250&view=rev Log: committing a new psychopath processor jar. this has a bug fix for xpath 2.0 "subsequence" function (ref Eclipse bug report, https://bugs.eclipse.org/bug

svn commit: r1075672 - in /xerces/java/branches/xml-schema-1.1-dev: ./ src/org/apache/xerces/impl/msg/ src/org/apache/xerces/impl/xs/ src/org/apache/xerces/impl/xs/assertion/ src/org/apache/xerces/imp

2011-02-28 Thread mukulg
Author: mukulg Date: Tue Mar 1 06:24:20 2011 New Revision: 1075672 URL: http://svn.apache.org/viewvc?rev=1075672&view=rev Log: there was an recent guideline from XML Schema WG that schema 1.1 assertions work on a parentless element tree (rooted at an element node). as per this guideline sc

svn commit: r1074003 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathXPath2Impl.java XSDAssertionValidator.java util/XSTypeHelper.java

2011-02-23 Thread mukulg
Author: mukulg Date: Thu Feb 24 01:03:35 2011 New Revision: 1074003 URL: http://svn.apache.org/viewvc?rev=1074003&view=rev Log: committing few improvements to assertions processing, when a simpleType is derived from list (whose itemType has assertions). the commit also does few refacto

svn commit: r1073000 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/XPath20.java

2011-02-21 Thread mukulg
Author: mukulg Date: Mon Feb 21 15:00:14 2011 New Revision: 1073000 URL: http://svn.apache.org/viewvc?rev=1073000&view=rev Log: committing a fix for schema 1.1 CTA processing where attributes that were in a "non null" namespace, were not properly handled during CTA xpath expressi

svn commit: r1072622 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: xpath/XPath20.java xs/XMLSchemaValidator.java xs/XSDTypeAlternativeValidator.java xs/alternative/Test.jav

2011-02-20 Thread mukulg
Author: mukulg Date: Sun Feb 20 16:19:42 2011 New Revision: 1072622 URL: http://svn.apache.org/viewvc?rev=1072622&view=rev Log: committing few minor code indentation changes Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/XPath20.java xerces/

svn commit: r1072615 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java

2011-02-20 Thread mukulg
Author: mukulg Date: Sun Feb 20 15:50:35 2011 New Revision: 1072615 URL: http://svn.apache.org/viewvc?rev=1072615&view=rev Log: refactoring code a bit Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Modified: xerces/java/branches

svn commit: r1072361 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: dv/ dv/xs/ validation/ xs/ xs/traversers/

2011-02-19 Thread mukulg
Author: mukulg Date: Sat Feb 19 15:46:25 2011 New Revision: 1072361 URL: http://svn.apache.org/viewvc?rev=1072361&view=rev Log: improving upon dateTime and dateTimeStamp type implementations. dateTime in XML Schema 1.1 allows the year -- this change improves upon this. I've added

svn commit: r1072025 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java

2011-02-18 Thread mukulg
Author: mukulg Date: Fri Feb 18 15:35:38 2011 New Revision: 1072025 URL: http://svn.apache.org/viewvc?rev=1072025&view=rev Log: committing few minor improvements to comments and javadocs Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1072008 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/SchemaGrammar.java

2011-02-18 Thread mukulg
Author: mukulg Date: Fri Feb 18 14:48:04 2011 New Revision: 1072008 URL: http://svn.apache.org/viewvc?rev=1072008&view=rev Log: cleaning an unused import Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/SchemaGrammar.java Modified: xerces/java/branches

svn commit: r1070215 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathXPath2Impl.java XMLAssertPsychopathXPath2Impl.java

2011-02-13 Thread mukulg
Author: mukulg Date: Sun Feb 13 11:19:44 2011 New Revision: 1070215 URL: http://svn.apache.org/viewvc?rev=1070215&view=rev Log: committing few cosmetic javadoc corrections Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.

svn commit: r1070188 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: ./ alternative/ assertion/

2011-02-12 Thread mukulg
Author: mukulg Date: Sun Feb 13 06:44:38 2011 New Revision: 1070188 URL: http://svn.apache.org/viewvc?rev=1070188&view=rev Log: doing little refactoring (class renaming etc) - no functional changes in this commit. Added: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1070181 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2011-02-12 Thread mukulg
Author: mukulg Date: Sun Feb 13 02:16:43 2011 New Revision: 1070181 URL: http://svn.apache.org/viewvc?rev=1070181&view=rev Log: committing improvements to schema 1.1 assertions implementation as per discussions on JIRA issue XERCESJ-1496. implementing changes as per suggestions from Mic

svn commit: r1070002 - in /xerces/java/branches/xml-schema-1.1-dev: samples/jaxp/ src/org/apache/xerces/impl/ src/org/apache/xerces/impl/xs/ src/org/apache/xerces/jaxp/validation/

2011-02-11 Thread mukulg
Author: mukulg Date: Sat Feb 12 01:18:28 2011 New Revision: 1070002 URL: http://svn.apache.org/viewvc?rev=1070002&view=rev Log: reverting changes made for JIRA issue XERCESJ-1496 (i.e rolling back changes made during SVN revision 1069296) as per discussions on xerces-dev list. keeping

svn commit: r1069296 - in /xerces/java/branches/xml-schema-1.1-dev: samples/jaxp/ src/org/apache/xerces/impl/ src/org/apache/xerces/impl/xs/ src/org/apache/xerces/jaxp/validation/

2011-02-10 Thread mukulg
Author: mukulg Date: Thu Feb 10 09:15:08 2011 New Revision: 1069296 URL: http://svn.apache.org/viewvc?rev=1069296&view=rev Log: committing changes for jira issue XERCESJ-1496. the commit also does miscellaneous refactoring of code base. Modified: xerces/java/branches/xml-schema-1.1

svn commit: r1068771 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/XSAttributeGroupDecl.java

2011-02-08 Thread mukulg
Author: mukulg Date: Wed Feb 9 07:29:33 2011 New Revision: 1068771 URL: http://svn.apache.org/viewvc?rev=1068771&view=rev Log: XML Schema 1.1 requires that while doing complex type restriction, the attribute use in derived and base type must have same value of inheritable flag. This co

svn commit: r1065560 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2011-01-31 Thread mukulg
Author: mukulg Date: Mon Jan 31 11:12:18 2011 New Revision: 1065560 URL: http://svn.apache.org/viewvc?rev=1065560&view=rev Log: refactoring schema 1.1 assertions processing code a bit. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1065214 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathImpl.java XMLAssertPsychopathImpl.java alternative/Test.java

2011-01-30 Thread mukulg
Author: mukulg Date: Sun Jan 30 08:00:07 2011 New Revision: 1065214 URL: http://svn.apache.org/viewvc?rev=1065214&view=rev Log: making a slight improvement to schema 1.1 assertions processing code. this change fixes non compliances of these two tests from XML Schema 1.1 test suite - as

svn commit: r1064950 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2011-01-28 Thread mukulg
Author: mukulg Date: Sat Jan 29 03:20:05 2011 New Revision: 1064950 URL: http://svn.apache.org/viewvc?rev=1064950&view=rev Log: minor improvements to comments and javadocs Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java Modi

svn commit: r1064773 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2011-01-28 Thread mukulg
Author: mukulg Date: Fri Jan 28 16:52:17 2011 New Revision: 1064773 URL: http://svn.apache.org/viewvc?rev=1064773&view=rev Log: minor improvement to wordings of comments Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java Modi

svn commit: r1064769 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java XMLSchemaValidator.java XSDAssertionValidator.java assertion/XSAssertImpl

2011-01-28 Thread mukulg
Author: mukulg Date: Fri Jan 28 16:39:17 2011 New Revision: 1064769 URL: http://svn.apache.org/viewvc?rev=1064769&view=rev Log: committing few improvements to schema 1.1 assertions processing (while working on following W3C XML Schema 1.1 test case - assert-simple006.n1.xml "xs:ass

svn commit: r1064184 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java XMLSchemaValidator.java XSDAssertionValidator.java util/XSTypeHelper.java

2011-01-27 Thread mukulg
Author: mukulg Date: Thu Jan 27 16:24:08 2011 New Revision: 1064184 URL: http://svn.apache.org/viewvc?rev=1064184&view=rev Log: doing few variable renamings and clarifying in relevant javadocs, processing related to schema 1.1 assertions processing. Modified: xerces/java/branches

svn commit: r1061903 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.1.0.jar

2011-01-21 Thread mukulg
Author: mukulg Date: Fri Jan 21 16:57:26 2011 New Revision: 1061903 URL: http://svn.apache.org/viewvc?rev=1061903&view=rev Log: committing an improved PsychoPath engine jar file. please see the following Eclipse XPath 2.0 engine bugs that were addressed recently: a) https://bugs.eclipse.org/

svn commit: r1059294 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaDOMParser.java

2011-01-15 Thread mukulg
Author: mukulg Date: Sat Jan 15 11:00:45 2011 New Revision: 1059294 URL: http://svn.apache.org/viewvc?rev=1059294&view=rev Log: minor cosmetic improvements Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaDOMParser.java Modified: xerces/

svn commit: r1059284 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaConditionalIncludeHelper.java

2011-01-15 Thread mukulg
Author: mukulg Date: Sat Jan 15 10:26:57 2011 New Revision: 1059284 URL: http://svn.apache.org/viewvc?rev=1059284&view=rev Log: a minor fix for a null pointer error. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti/SchemaConditionalIncludeHelper.

svn commit: r1059272 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: opti/SchemaDOMParser.java traversers/XSDAttributeTraverser.java util/XSTypeHelper.java

2011-01-15 Thread mukulg
Author: mukulg Date: Sat Jan 15 08:18:25 2011 New Revision: 1059272 URL: http://svn.apache.org/viewvc?rev=1059272&view=rev Log: committing few improvements related to processing of QName lists (the QName strings must be in correct lexical form, and the prefixes must be declared in the sc

svn commit: r1058860 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLSchemaValidator.java traversers/XSDAttributeTraverser.java

2011-01-13 Thread mukulg
Author: mukulg Date: Fri Jan 14 06:28:46 2011 New Revision: 1058860 URL: http://svn.apache.org/viewvc?rev=1058860&view=rev Log: committing few improvements as per XML Schema 1.1 requirements. allowing attribute references from namespace http://www.w3.org/2001/XMLSchema-instance in complexTy

svn commit: r1056276 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2011-01-07 Thread mukulg
Author: mukulg Date: Fri Jan 7 11:47:20 2011 New Revision: 1056276 URL: http://svn.apache.org/viewvc?rev=1056276&view=rev Log: Fixes to assertions evaluations on elements with simpleType's specifying default values. It seems that the following element de

svn commit: r1048985 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java XMLSchemaValidator.java

2010-12-14 Thread mukulg
Author: mukulg Date: Tue Dec 14 08:55:20 2010 New Revision: 1048985 URL: http://svn.apache.org/viewvc?rev=1048985&view=rev Log: minor refactoring of logic (variable renaming etc) for ease of understanding. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1044567 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

2010-12-10 Thread mukulg
Author: mukulg Date: Sat Dec 11 04:51:44 2010 New Revision: 1044567 URL: http://svn.apache.org/viewvc?rev=1044567&view=rev Log: it seems there was an error introduce in Xerces 2.11.0 release, which affects assertion facet evaluation on XML schema simpleType's having variety '

svn commit: r1040377 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java

2010-11-29 Thread mukulg
Author: mukulg Date: Tue Nov 30 01:06:18 2010 New Revision: 1040377 URL: http://svn.apache.org/viewvc?rev=1040377&view=rev Log: committing changes for JIRA issue XERCESJ-1486 to trunk. Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Modified: xerces/

svn commit: r1040371 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java

2010-11-29 Thread mukulg
Author: mukulg Date: Tue Nov 30 00:57:39 2010 New Revision: 1040371 URL: http://svn.apache.org/viewvc?rev=1040371&view=rev Log: committing changes for JIRA issue XERCESJ-1486. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Modi

svn commit: r1040001 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/alternative/Test.java

2010-11-28 Thread mukulg
Author: mukulg Date: Mon Nov 29 01:04:17 2010 New Revision: 1040001 URL: http://svn.apache.org/viewvc?rev=1040001&view=rev Log: forgot to commit a necessary file for the previous refactoring changes. i'm doing so with this commit. Modified: xerces/java/branches/xml-schema-1.1-de

svn commit: r1039990 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathImpl.java XMLAssertPsychopathImpl.java

2010-11-28 Thread mukulg
Author: mukulg Date: Mon Nov 29 00:18:50 2010 New Revision: 1039990 URL: http://svn.apache.org/viewvc?rev=1039990&view=rev Log: doing slight refactoring and code indentation. sorry that this is late commit for 2.11.0 release. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

svn commit: r1038854 - in /xerces/java/branches/xml-schema-1.1-dev: samples/xs/ src/org/apache/xerces/impl/xs/ src/org/apache/xerces/impl/xs/assertion/ src/org/apache/xerces/impl/xs/util/

2010-11-24 Thread mukulg
Author: mukulg Date: Wed Nov 24 22:41:05 2010 New Revision: 1038854 URL: http://svn.apache.org/viewvc?rev=1038854&view=rev Log: doing little refactoring (minor renaming of programming constructs and code-base indentation) as per commonly known conventions. Modified: xerces/java/branches

svn commit: r1035484 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java XSDAssertionValidator.java opti/SchemaDOMParser.java

2010-11-15 Thread mukulg
Author: mukulg Date: Mon Nov 15 22:54:30 2010 New Revision: 1035484 URL: http://svn.apache.org/viewvc?rev=1035484&view=rev Log: doing little more improvements to code indentation to improve readibility. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1034928 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLSchemaValidator.java XSDTypeAlternativeValidator.java util/XSTypeHelper.java

2010-11-13 Thread mukulg
Author: mukulg Date: Sun Nov 14 03:26:14 2010 New Revision: 1034928 URL: http://svn.apache.org/viewvc?rev=1034928&view=rev Log: doing few more code indentation improvements for better readibility. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1034753 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

2010-11-13 Thread mukulg
Author: mukulg Date: Sat Nov 13 13:28:15 2010 New Revision: 1034753 URL: http://svn.apache.org/viewvc?rev=1034753&view=rev Log: improving few code indentations to improve readibility. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.

svn commit: r1033802 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-11-10 Thread mukulg
Author: mukulg Date: Thu Nov 11 02:20:55 2010 New Revision: 1033802 URL: http://svn.apache.org/viewvc?rev=1033802&view=rev Log: I thought it was good to improve little code indentation (to enhance readability of code-base and reducing unnecessary lines-of-code). committing these cha

svn commit: r1033059 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java

2010-11-09 Thread mukulg
Author: mukulg Date: Tue Nov 9 16:23:46 2010 New Revision: 1033059 URL: http://svn.apache.org/viewvc?rev=1033059&view=rev Log: improving unused imports Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java Modi

svn commit: r1032986 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/traversers/XSDAbstractParticleTraverser.java

2010-11-09 Thread mukulg
Author: mukulg Date: Tue Nov 9 14:07:45 2010 New Revision: 1032986 URL: http://svn.apache.org/viewvc?rev=1032986&view=rev Log: committing few fixes for the issue "allowing xs:group as child of xs:all for schema 1.1", as following: 1) minOccurs & maxOccurs must be 1

svn commit: r1032996 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties

2010-11-09 Thread mukulg
Author: mukulg Date: Tue Nov 9 14:41:02 2010 New Revision: 1032996 URL: http://svn.apache.org/viewvc?rev=1032996&view=rev Log: doing slight improvement to an error message. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.proper

svn commit: r1032203 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java

2010-11-06 Thread mukulg
Author: mukulg Date: Sun Nov 7 02:53:37 2010 New Revision: 1032203 URL: http://svn.apache.org/viewvc?rev=1032203&view=rev Log: doing little refactoring (cosmetic improvements like naming etc) Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traver

svn commit: r1031965 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/traversers/XSDAbstractParticleTraverser.java

2010-11-06 Thread mukulg
Author: mukulg Date: Sat Nov 6 07:39:13 2010 New Revision: 1031965 URL: http://svn.apache.org/viewvc?rev=1031965&view=rev Log: committing changes for jira issue XERCESJ-1472 (allowing xs:group as child of xs:all for schema 1.1). fellow committers are invited to review this change. Modi

svn commit: r1030300 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLSchemaValidator.java opti/SchemaConditionalIncludeHelper.java opti/SchemaDOMParser.java util/XSType

2010-11-02 Thread mukulg
Author: mukulg Date: Wed Nov 3 00:22:17 2010 New Revision: 1030300 URL: http://svn.apache.org/viewvc?rev=1030300&view=rev Log: doing little refactoring and slight corrections in implementation. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1029000 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-10-29 Thread mukulg
Author: mukulg Date: Sat Oct 30 06:16:09 2010 New Revision: 1029000 URL: http://svn.apache.org/viewvc?rev=1029000&view=rev Log: doing a little improvement (thought this was useful, and is optional) to assertions error messages (which uses Xerces extensions namespace). we are now able to pro

svn commit: r1023168 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java util/XSTypeHelper.java

2010-10-15 Thread mukulg
Author: mukulg Date: Sat Oct 16 02:13:29 2010 New Revision: 1023168 URL: http://svn.apache.org/viewvc?rev=1023168&view=rev Log: doing little refactoring of schema 1.1 assertions code-base. this change doesn't affect the existing functional behavior of implementation. Modified: xe

svn commit: r1006158 - in /xerces/java/branches/xml-schema-1.1-dev: .classpath .settings/org.eclipse.jdt.core.prefs

2010-10-09 Thread mukulg
Author: mukulg Date: Sat Oct 9 13:36:31 2010 New Revision: 1006158 URL: http://svn.apache.org/viewvc?rev=1006158&view=rev Log: committing few more changes for JDK compliance level (which is now min ver 1.4) for xerces schema-dev code base. Modified: xerces/java/branches/xml-schema-1.1

svn commit: r1006148 - /xerces/java/branches/xml-schema-1.1-dev/.classpath

2010-10-09 Thread mukulg
Author: mukulg Date: Sat Oct 9 12:53:34 2010 New Revision: 1006148 URL: http://svn.apache.org/viewvc?rev=1006148&view=rev Log: committing corrections to xerces schema-dev branch classpath Modified: xerces/java/branches/xml-schema-1.1-dev/.classpath Modified: xerces/java/branches/xml-sc

svn commit: r1003716 - /xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml

2010-10-01 Thread mukulg
Author: mukulg Date: Sat Oct 2 00:03:26 2010 New Revision: 1003716 URL: http://svn.apache.org/viewvc?rev=1003716&view=rev Log: I thought it's appropriate to clarify (as per our discussions on developer list) the JDK level requirements in Xerces FAQs for 2.11.0 release. Please feel

svn commit: r1003578 - /xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml

2010-10-01 Thread mukulg
Author: mukulg Date: Fri Oct 1 16:40:57 2010 New Revision: 1003578 URL: http://svn.apache.org/viewvc?rev=1003578&view=rev Log: doing few slight changes to documentation for XPath 2.0 use with XML Schema 1.1 in Xerces-J, keeping in mind the recent changes that have happened at Eclipse

svn commit: r1002925 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/opti: SchemaConditionalIncludeHelper.java SchemaDOMParser.java SchemaVersioningHelper.java

2010-09-29 Thread mukulg
Author: mukulg Date: Thu Sep 30 01:45:01 2010 New Revision: 1002925 URL: http://svn.apache.org/viewvc?rev=1002925&view=rev Log: doing little refactoring of the code-base (specifically for schema 1.1 conditional inclusion functionality). improving few of javadocs as well. Added: xerces/

svn commit: r1002702 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-29 Thread mukulg
Author: mukulg Date: Wed Sep 29 16:01:10 2010 New Revision: 1002702 URL: http://svn.apache.org/viewvc?rev=1002702&view=rev Log: doing few minor improvements to javadocs and cleaning a bit of unused code. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1002164 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers: XSDAbstractTraverser.java XSDComplexTypeTraverser.java

2010-09-28 Thread mukulg
Author: mukulg Date: Tue Sep 28 13:52:45 2010 New Revision: 1002164 URL: http://svn.apache.org/viewvc?rev=1002164&view=rev Log: committing a little fix for schema 1.1 assertion implementation. If there's a schema fragment as follows: http://test1";>

svn commit: r1001982 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-27 Thread mukulg
Author: mukulg Date: Tue Sep 28 00:45:51 2010 New Revision: 1001982 URL: http://svn.apache.org/viewvc?rev=1001982&view=rev Log: removing debug schema 1.1 assert calls from the code-base, since I don't have any assertion bugs to solve at the moment. debug assert calls are caus

svn commit: r1001208 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-25 Thread mukulg
Author: mukulg Date: Sat Sep 25 13:27:20 2010 New Revision: 1001208 URL: http://svn.apache.org/viewvc?rev=1001208&view=rev Log: having an assertion debug work, only if there's atleast one assertion for the DOM tree under evaluation. this commit makes this improvement. Modified: xe

svn commit: r1001182 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-25 Thread mukulg
Author: mukulg Date: Sat Sep 25 10:03:57 2010 New Revision: 1001182 URL: http://svn.apache.org/viewvc?rev=1001182&view=rev Log: I think it's good if we provide an option to debug Xerces schema 1.1 assertion calls, like for example printing serialized DOM trees used for assertion ev

svn commit: r1000679 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-23 Thread mukulg
Author: mukulg Date: Fri Sep 24 00:48:31 2010 New Revision: 1000679 URL: http://svn.apache.org/viewvc?rev=1000679&view=rev Log: committing a slight improvement to attribute node construction for PSVI DOM trees for schema 1.1 assertions. Modified: xerces/java/branches/xml-schema-1.1-dev

svn commit: r998586 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-18 Thread mukulg
Author: mukulg Date: Sun Sep 19 03:23:35 2010 New Revision: 998586 URL: http://svn.apache.org/viewvc?rev=998586&view=rev Log: i think it's useful to display type information (the name of schema type) within assertion failure message(s), in case assertion failure error format xerces:m

svn commit: r998390 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-17 Thread mukulg
Author: mukulg Date: Sat Sep 18 02:20:19 2010 New Revision: 998390 URL: http://svn.apache.org/viewvc?rev=998390&view=rev Log: committing few improvements for computing string value of schema 1.1 assertions context variable $value. we need to normalize the string value of $value only if sc

svn commit: r998066 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-17 Thread mukulg
Author: mukulg Date: Fri Sep 17 10:57:40 2010 New Revision: 998066 URL: http://svn.apache.org/viewvc?rev=998066&view=rev Log: doing a little improvement to schema 1.1 assertions evaluation for following use-case (here white-space normalization is needed for computing value of context vari

svn commit: r997374 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-15 Thread mukulg
Author: mukulg Date: Wed Sep 15 15:54:23 2010 New Revision: 997374 URL: http://svn.apache.org/viewvc?rev=997374&view=rev Log: doing few minor improvements to javadocs and little refactoring Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r997183 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-14 Thread mukulg
Author: mukulg Date: Wed Sep 15 04:07:32 2010 New Revision: 997183 URL: http://svn.apache.org/viewvc?rev=997183&view=rev Log: refactoring a bit logic of XPath2 sequence construction for schema 1.1 assertions variable $value. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

svn commit: r997160 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.1.0.jar

2010-09-14 Thread mukulg
Author: mukulg Date: Wed Sep 15 00:41:18 2010 New Revision: 997160 URL: http://svn.apache.org/viewvc?rev=997160&view=rev Log: committing an improved PsychoPath XPath2 jar, to support fixes for jira issues XERCESJ-1468 and XERCESJ-1408. Modified: xerces/java/branches/xml-schema-1.1

svn commit: r997159 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-09-14 Thread mukulg
Author: mukulg Date: Wed Sep 15 00:38:50 2010 New Revision: 997159 URL: http://svn.apache.org/viewvc?rev=997159&view=rev Log: committing fixes for jira issue XERCESJ-1468. this also fixes issue XERCESJ-1408. to solve this issue, we enhanced the PsychoPath XPath engine to be able to stor

svn commit: r993634 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathImpl.java XMLAssertPsychopathImpl.java

2010-09-07 Thread mukulg
Author: mukulg Date: Wed Sep 8 06:58:59 2010 New Revision: 993634 URL: http://svn.apache.org/viewvc?rev=993634&view=rev Log: committing few improvements again to javadocs. sorry if this was inconvenient Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r993569 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathImpl.java XMLAssertPsychopathImpl.java XSDAssertionValidator.java

2010-09-07 Thread mukulg
Author: mukulg Date: Wed Sep 8 01:07:44 2010 New Revision: 993569 URL: http://svn.apache.org/viewvc?rev=993569&view=rev Log: trying to improve javadocs description further more Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.

svn commit: r993343 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathImpl.java XMLAssertPsychopathImpl.java XSDAssertionValidator.java

2010-09-07 Thread mukulg
Author: mukulg Date: Tue Sep 7 13:17:13 2010 New Revision: 993343 URL: http://svn.apache.org/viewvc?rev=993343&view=rev Log: improving few of javadocs comments Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java xerces/

svn commit: r992918 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties

2010-09-05 Thread mukulg
Author: mukulg Date: Mon Sep 6 01:01:03 2010 New Revision: 992918 URL: http://svn.apache.org/viewvc?rev=992918&view=rev Log: doing a slight change (looks better to me now) to schema validation assertions error messages. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

svn commit: r992617 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.1.0.jar

2010-09-04 Thread mukulg
Author: mukulg Date: Sat Sep 4 14:55:54 2010 New Revision: 992617 URL: http://svn.apache.org/viewvc?rev=992617&view=rev Log: committing a new PsychoPath jar file, to support assertions evaluation changes for SVN rev version 992616 (committed few mins ago). Modified: xerces/java/bran

svn commit: r992616 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java XMLSchemaValidator.java assertion/XSAssertImpl.java

2010-09-04 Thread mukulg
Author: mukulg Date: Sat Sep 4 14:53:12 2010 New Revision: 992616 URL: http://svn.apache.org/viewvc?rev=992616&view=rev Log: committing few more improvements to XML schema 1.1 assertions processing, specifically for simpleType varieties list and union. specifically improving constructing r

svn commit: r990348 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java XSDAssertionValidator.java

2010-08-28 Thread mukulg
Author: mukulg Date: Sat Aug 28 11:36:50 2010 New Revision: 990348 URL: http://svn.apache.org/viewvc?rev=990348&view=rev Log: doing little refactoring of assertions code Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java xe

svn commit: r990318 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/ xs/ xs/assertion/ xs/traversers/

2010-08-27 Thread mukulg
Author: mukulg Date: Sat Aug 28 04:04:20 2010 New Revision: 990318 URL: http://svn.apache.org/viewvc?rev=990318&view=rev Log: committing few fixes for assertions processing for XML Schema simpleType on XML attributes, related to varieties list and union. Modified: xerces/java/branches

svn commit: r989214 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-08-25 Thread mukulg
Author: mukulg Date: Wed Aug 25 16:48:03 2010 New Revision: 989214 URL: http://svn.apache.org/viewvc?rev=989214&view=rev Log: minor improvements to comments Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java Modified: xerces/

svn commit: r989206 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/XMLAssertPsychopathImpl.java xs/XMLSchemaValidator.java xs/XSDAssertio

2010-08-25 Thread mukulg
Author: mukulg Date: Wed Aug 25 16:33:04 2010 New Revision: 989206 URL: http://svn.apache.org/viewvc?rev=989206&view=rev Log: committing few fixes for assertions evaluation on XML schema lists and unions Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl

svn commit: r987692 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

2010-08-20 Thread mukulg
Author: mukulg Date: Sat Aug 21 03:37:29 2010 New Revision: 987692 URL: http://svn.apache.org/viewvc?rev=987692&view=rev Log: doing slight refactoring for assertions processing (avoiding unnecessary code-path execution). Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

svn commit: r987377 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java

2010-08-19 Thread mukulg
Author: mukulg Date: Fri Aug 20 04:10:49 2010 New Revision: 987377 URL: http://svn.apache.org/viewvc?rev=987377&view=rev Log: committing a slight fix for assertions processing Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.

svn commit: r987085 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/AbstractPsychoPathImpl.java xs/XMLAssertPsychopathImpl.java xs/XSDAsse

2010-08-19 Thread mukulg
Author: mukulg Date: Thu Aug 19 08:56:28 2010 New Revision: 987085 URL: http://svn.apache.org/viewvc?rev=987085&view=rev Log: committing few improvements for assertions processing for 'simpleType -> list/union' schema components. Modified: xerces/java/branches/xml-schem

svn commit: r985607 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java

2010-08-14 Thread mukulg
Author: mukulg Date: Sun Aug 15 00:30:25 2010 New Revision: 985607 URL: http://svn.apache.org/viewvc?rev=985607&view=rev Log: improving few comments and an unused import Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java Modi

svn commit: r984342 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/XSTypeHelper.java

2010-08-11 Thread mukulg
Author: mukulg Date: Wed Aug 11 08:47:43 2010 New Revision: 984342 URL: http://svn.apache.org/viewvc?rev=984342&view=rev Log: fix for problems with XSSerializer Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/XSTypeHelper.java Modified: xerces/

svn commit: r984009 - /xerces/java/branches/xml-schema-1.1-dev/samples/xs/XSSerializer.java

2010-08-10 Thread mukulg
Author: mukulg Date: Tue Aug 10 13:52:03 2010 New Revision: 984009 URL: http://svn.apache.org/viewvc?rev=984009&view=rev Log: providing few more configurations to the XSSerializer (user's may now select their own XSD language URI prefix during serialization), with other minor imp

svn commit: r983882 - /xerces/java/branches/xml-schema-1.1-dev/samples/xs/XSSerializer.java

2010-08-10 Thread mukulg
Author: mukulg Date: Tue Aug 10 08:40:07 2010 New Revision: 983882 URL: http://svn.apache.org/viewvc?rev=983882&view=rev Log: committing a fix for a problem (XSTypeHelper.schemaTypesIdentical should work on non-null parameters only) reported by Mikael Asberg on Xerces-J user's list.

svn commit: r981823 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

2010-08-03 Thread mukulg
Author: mukulg Date: Tue Aug 3 11:15:14 2010 New Revision: 981823 URL: http://svn.apache.org/viewvc?rev=981823&view=rev Log: a little improvement to grammatical language of comments Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.

svn commit: r981499 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

2010-08-02 Thread mukulg
Author: mukulg Date: Mon Aug 2 13:04:35 2010 New Revision: 981499 URL: http://svn.apache.org/viewvc?rev=981499&view=rev Log: slight improvement to comments Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java Modified: xerces/

svn commit: r981242 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java

2010-08-01 Thread mukulg
Author: mukulg Date: Sun Aug 1 15:08:06 2010 New Revision: 981242 URL: http://svn.apache.org/viewvc?rev=981242&view=rev Log: slight change of comments Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Modified: xerces/java/bran

svn commit: r981240 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDTypeAlternativeValidator.java

2010-08-01 Thread mukulg
Author: mukulg Date: Sun Aug 1 15:04:08 2010 New Revision: 981240 URL: http://svn.apache.org/viewvc?rev=981240&view=rev Log: setting SVN properties Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDTypeAlternativeValidator.java (contents, props cha

svn commit: r981239 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLSchemaValidator.java XSDTypeAlternativeValidator.java

2010-08-01 Thread mukulg
Author: mukulg Date: Sun Aug 1 15:02:08 2010 New Revision: 981239 URL: http://svn.apache.org/viewvc?rev=981239&view=rev Log: doing refactoring of type alternatives processing in XMLSchemaValidator as well (forking implementation of CTA to a different class). this further helps kee

svn commit: r981127 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

2010-07-31 Thread mukulg
Author: mukulg Date: Sun Aug 1 03:28:53 2010 New Revision: 981127 URL: http://svn.apache.org/viewvc?rev=981127&view=rev Log: setting SVN properties Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java (contents, props cha

svn commit: r981126 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathImpl.java XMLSchemaValidator.java XSDAssertionValidator.java

2010-07-31 Thread mukulg
Author: mukulg Date: Sun Aug 1 03:25:46 2010 New Revision: 981126 URL: http://svn.apache.org/viewvc?rev=981126&view=rev Log: doing refactoring for assertions processing (forking assertions logic into a separate class). i thought this was good for better modularity, which eases maintenanc

<    2   3   4   5   6   7   8   9   >