You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2010/02/27 08:19:44 UTC

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

Author: mukulg
Date: Sat Feb 27 07:19:44 2010
New Revision: 916922

URL: http://svn.apache.org/viewvc?rev=916922&view=rev
Log:
doing some minor, improvements to javadocs

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java   (contents, props changed)

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=916922&r1=916921&r2=916922&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 Sat Feb 27 07:19:44 2010
@@ -83,7 +83,7 @@
     // itself.
     XMLSchemaValidator validator = null;
     
-    // parameters to pass to PsychoPath engine (like, namespace bindings) 
+    // parameters to pass to PsychoPath engine (like, the namespace bindings) 
     Map assertParams = null;
 
     /*
@@ -114,7 +114,9 @@
 
     /*
      * (non-Javadoc)
-     * @see org.apache.xerces.xni.parser.XMLAssertAdapter#startElement(org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)
+     * @see org.apache.xerces.xni.parser.XMLAssertAdapter#startElement
+     *      (org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, 
+     *       org.apache.xerces.xni.Augmentations)
      */
     public void startElement(QName element, XMLAttributes attributes,
                                               Augmentations augs) {
@@ -159,7 +161,8 @@
 
     /*
      * (non-Javadoc)
-     * @see org.apache.xerces.xni.parser.XMLAssertAdapter#endElement(org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations)
+     * @see org.apache.xerces.xni.parser.XMLAssertAdapter#endElement(org.apache.xerces.xni.QName, 
+     *      org.apache.xerces.xni.Augmentations)
      */
     public void endElement(QName element, Augmentations augs) throws Exception {
         if (currentAssertDomNode != null) {
@@ -190,7 +193,7 @@
     }
 
     /*
-     * Method to evaluate all assertions for the element tree
+     * Method to evaluate all assertions for the element tree.
      */
     private void processAllAssertionsOnElement(
                                     QName element,
@@ -262,7 +265,8 @@
 
     /*
      * (non-Javadoc)
-     * @see org.apache.xerces.xni.parser.XMLAssertAdapter#characters(org.apache.xerces.xni.XMLString)
+     * @see org.apache.xerces.xni.parser.XMLAssertAdapter#characters
+     *      (org.apache.xerces.xni.XMLString)
      */
     public void characters(XMLString text) {
         // add a child text node to the assertions, DOM tree
@@ -273,7 +277,7 @@
     }
 
     /*
-     * Method to evaluate an assertion for the element
+     * Method to evaluate an assertion for the element.
      */
     private void evaluateAssertion(QName element,
                                    XSAssertImpl assertImpl,
@@ -321,7 +325,7 @@
     }
     
     /*
-     * Method to report error messages
+     * Method to report error messages.
      */
     private void reportError(String key, QName element,
                              XSAssertImpl assertImpl) {
@@ -347,7 +351,9 @@
                                typeString } );
     }
     
-    // assign value to the XPath2 "dynamic context" variable, $value
+    /*
+     * Assign value to the XPath2 "dynamic context" variable, $value.
+     */
     private void setValueOf$value(String value, XSTypeDefinition attrType) {
         String xsdTypeName = "";
         

Propchange: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathImpl.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 27 07:19:44 2010
@@ -1 +1 @@
-Author Date Id Revision
+Id



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org