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.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java?rev=993569&r1=993568&r2=993569&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathImpl.java
 Wed Sep  8 01:07:44 2010
@@ -49,8 +49,8 @@ import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 
 /**
- * A base class providing common services for XPath 2.0 evaluation, with
- * PsychoPath XPath 2.0 engine.
+ * A base class providing common services for XPath 2.0 expression evaluation,
+ * with "PsychoPath XPath 2.0" engine.
  * 
  * @xerces.internal
  * 

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java?rev=993569&r1=993568&r2=993569&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
 Wed Sep  8 01:07:44 2010
@@ -63,13 +63,13 @@ import org.w3c.dom.NodeList;
 
 /**
  * An implementation of the XPath interface, for XML Schema 1.1 'assertions'
- * evaluation. This class interfaces with the PsychoPath XPath 2.0 engine.
+ * evaluation. This class interfaces with the "PsychoPath XPath 2.0" engine.
  * 
- * This class constructs the PSVI enabled DOM trees for assertions evaluation,
- * from XNI event calls. The DOM trees constructed in this class, are mapped
- * by the PsychoPath XPath 2.0 engine to an XPath 2.0 XDM representation.
- * XML Schema 1.1 assertions are evaluated on these tree instances, in a bottom
- * up fashion.
+ * This class constructs Xerces PSVI enabled DOM trees for assertions
+ * evaluation, from XNI event calls. The DOM trees constructed in this class,
+ * are mapped by "PsychoPath XPath 2.0" engine to an XPath 2.0 XDM
+ * representation. XML Schema 1.1 assertions are evaluated on these XPath tree
+ * instances, in a bottom up fashion.
  * 
  * @xerces.internal
  * 

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java?rev=993569&r1=993568&r2=993569&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java
 Wed Sep  8 01:07:44 2010
@@ -422,7 +422,7 @@ public class XSDAssertionValidator {
         
         if (assertProcessorProp == null || assertProcessorProp.equals("")) {
             // if assertion processor is not specified via a system
-            // property, initialize it to the PsychoPath XPath 2.0 processor.
+            // property, initialize it to the "PsychoPath XPath 2.0" processor.
             fAssertionProcessor = new XMLAssertPsychopathImpl(assertParams);
         } else {
             try {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to