diff --git a/build.xml b/build.xml
index a9fb5c618..c4e80073a 100644
--- a/build.xml
+++ b/build.xml
@@ -28,7 +28,7 @@ Authors:
==================================================================== -->
-
+
@@ -179,10 +179,10 @@ Authors:
-
+
-
+
@@ -198,11 +198,11 @@ Authors:
-
-
-
+
-
+
@@ -494,29 +494,29 @@ Authors:
INTERNAL:Usage of this class is not supported. It may be altered or removed at any time.]]>
-
+
EXPERIMENTAL:This class should not be considered stable. It is likely to be altered or replaced in the future.]]>
-
+
-
-
+
+
-
+
-
+
-
+
+ failonerror='no'
+ failonwarning='no'
+ >
+
+
+ failonerror='yes'
+ failonwarning='yes'
+ >
+
+
+ failonerror='yes'
+ failonwarning='yes'
+ >
+
+
+ failonerror='no'
+ failonwarning='no'
+ >
+
+
+ failonerror='yes'
+ failonwarning='yes'
+ >
+
+
@@ -1075,7 +1095,7 @@ Authors:
-
+
@@ -1203,7 +1223,7 @@ Authors:
token="return ((XSComplexTypeDecl) type).isDOMDerivedFrom(" value="return false;"/>
-
+
@@ -1221,7 +1241,7 @@ Authors:
token="((org.apache.xerces.impl.xs.opti.NodeImpl)node).setReadOnly(false, false);" value="return;"/>
-
+
@@ -1247,7 +1267,7 @@ Authors:
token="(XSGrammarPoolContainer) grammar, fSchemaValidationManager);" value=""/>
-
+
-
+
-
+
@@ -1572,10 +1592,10 @@ Authors:
-
+
-
+
-
+
Usage: org.apache.xerces.utils.regex.REUtil <regex> <string>
+ * Usage: org.apache.xerces.utils.regex.REUtil <regex> <string>
*/
public static void main(String[] argv) {
String pattern = null;
diff --git a/src/org/apache/xerces/impl/xs/models/XSCMValidator.java b/src/org/apache/xerces/impl/xs/models/XSCMValidator.java
index 9597aca33..a2fe4fe7c 100644
--- a/src/org/apache/xerces/impl/xs/models/XSCMValidator.java
+++ b/src/org/apache/xerces/impl/xs/models/XSCMValidator.java
@@ -54,8 +54,9 @@ public interface XSCMValidator {
/**
* The method corresponds to one transaction in the content model.
*
- * @param elementName
- * @param state Current state
+ * @param elementName the element's qualified name
+ * @param state current state of the content model
+ * @param subGroupHandler the substitution group handler
* @return element decl or wildcard decl that
* corresponds to the element from the Schema grammar
*/
@@ -94,14 +95,13 @@ public interface XSCMValidator {
* or null if no occurrence counting was being performed at the
* current state.
*
- * If an array is returned it will have a length == 4 and will contain:
- *
- * - a[0] :: min occurs
- * - a[1] :: max occurs
- * - a[2] :: current value of the counter
- * - a[3] :: identifier for the repeating term
- *
- *
+ * If an array is returned it will have a length == 4 and will contain:
+ *
+ * - a[0] :: min occurs
+ * - a[1] :: max occurs
+ * - a[2] :: current value of the counter
+ * - a[3] :: identifier for the repeating term
+ *
*
* @param state the current state
* @return an array containing information about the current repeating term
diff --git a/src/org/apache/xerces/xs/datatypes/XSDateTime.java b/src/org/apache/xerces/xs/datatypes/XSDateTime.java
index 147fbf1ce..c1e35f6e5 100644
--- a/src/org/apache/xerces/xs/datatypes/XSDateTime.java
+++ b/src/org/apache/xerces/xs/datatypes/XSDateTime.java
@@ -24,8 +24,9 @@
* table shows the methods defined for various XML Schema 1.0 built-in types. 'X'
* marks whether a particular method is defined for a particular type. Accessing undefined
* methods may return unexpected values.
- *
+ *
*
+ * Mappings between XML Schema 1.0 date-time related types and their supported accessors
*
* | XML Schema Datatype |
* getYears() |
diff --git a/src/org/apache/xerces/xs/datatypes/package.html b/src/org/apache/xerces/xs/datatypes/package.html
index c866494cb..5fcf2e4cf 100644
--- a/src/org/apache/xerces/xs/datatypes/package.html
+++ b/src/org/apache/xerces/xs/datatypes/package.html
@@ -27,6 +27,7 @@
+ Mappings between XML Schema Data Type and applicable interfaces
| XML Schema Data Type |
@@ -225,6 +226,7 @@
+ Mappings between XML Schema Data Type and applicable method in XSDateTime*
| XML Schema Data Type |