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

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java?rev=1070215&r1=1070214&r2=1070215&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
 Sun Feb 13 11:19:44 2011
@@ -69,7 +69,7 @@ public class AbstractPsychoPathXPath2Imp
         
         fXpath2DynamicContext = new DefaultDynamicContext(schema, document);   
     
         
-        // populate the 'PsychoPath XPath 2' static context, with namespace 
bindings derived from the XML Schema document.
+        // populate the 'PsychoPath XPath 2' static context, with namespace 
bindings derived from the XML Schema document
         NamespaceSupport xpath2NamespaceContext = (NamespaceSupport) 
psychoPathParams.get("XPATH2_NS_CONTEXT");
         Enumeration currPrefixes = xpath2NamespaceContext.getAllPrefixes();
         while (currPrefixes.hasMoreElements()) {
@@ -171,4 +171,4 @@ public class AbstractPsychoPathXPath2Imp
         
     } // reportError
     
-} // class AbstractPsychoPathImpl
+} // class AbstractPsychoPathXPath2Impl

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java?rev=1070215&r1=1070214&r2=1070215&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 Sun Feb 13 11:19:44 2011
@@ -468,7 +468,7 @@ public class XMLAssertPsychopathXPath2Im
     
     
     /*
-     * Determine if an validation must fail due to assertions evaluation for 
"simpleType -> union" member types.
+     * Determine if an validation episode must fail due to assertions 
evaluation for "simpleType -> union" member types.
      */
     private boolean isValidationFailedForUnion(XSObjectList memberTypes, QName 
element, String value, boolean isAttribute) {
         
@@ -554,7 +554,7 @@ public class XMLAssertPsychopathXPath2Im
     
 
     /*
-     * Method to evaluate an assertion object. Returns the evaluation error 
details in an AssertionError object.
+     * Method to evaluate an assertion. Returns the evaluation error details 
in an AssertionError object.
      */
     private AssertionError evaluateOneAssertion(QName element, XSAssertImpl 
assertImpl, String value, boolean xPathContextExists, boolean isList) {
         
@@ -609,7 +609,7 @@ public class XMLAssertPsychopathXPath2Im
         
         if (listOrUnionType != null) {
             if (isTypeDerivedFromList) {
-                // $value is a sequence of atomic values (with type annotation 
xs:anyAtomicType*).
+                // $value is a sequence of atomic values (with type annotation 
xs:anyAtomicType*)
                 // tokenize the list value by a sequence of white spaces
                 StringTokenizer listStrTokens = new StringTokenizer(value, " 
\n\t\r");
                 List xdmItemList = new ArrayList();
@@ -758,7 +758,7 @@ public class XMLAssertPsychopathXPath2Im
          
          boolean isxsd11Type = false;
          
-         // the below 'if else' clauses are written to process few special 
cases handling few of schema types within PsychoPath XPath engine.
+         // the below 'if else' clauses are written to process few special 
cases handling few of schema types within PsychoPath XPath engine
          final String elementTypeName = elementType.getName();
          if ("dayTimeDuration".equals(elementTypeName)) {
              typeCode = PsychoPathTypeHelper.DAYTIMEDURATION_DT;
@@ -930,4 +930,4 @@ public class XMLAssertPsychopathXPath2Im
         
     } // class AssertionError
     
-} // class XMLAssertPsychopathImpl
+} // class XMLAssertPsychopathXPath2Impl



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

Reply via email to