diff --git a/src/org/apache/xerces/impl/xpath/regex/REUtil.java b/src/org/apache/xerces/impl/xpath/regex/REUtil.java index f8a594412..d0569092c 100644 --- a/src/org/apache/xerces/impl/xpath/regex/REUtil.java +++ b/src/org/apache/xerces/impl/xpath/regex/REUtil.java @@ -218,7 +218,7 @@ else if (next == '^' && offset + 1 < len) { /** * Sample entry. - *
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 { * ornull 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: - *
If an array is returned it will have a length == 4 and will contain:
+ *| XML Schema Datatype | *getYears() |