mrglavas    2004/10/03 14:13:06

  Modified:    java/src/org/apache/xerces/impl/xs/traversers
                        XSAttributeChecker.java
               java/src/org/apache/xerces/impl/xs/models XSCMValidator.java
                        XSDFACM.java XSAllCM.java XSEmptyCM.java
  Log:
  Fixing some Javadoc warnings.
  
  Revision  Changes    Path
  1.33      +8 -8      
xml-xerces/java/src/org/apache/xerces/impl/xs/traversers/XSAttributeChecker.java
  
  Index: XSAttributeChecker.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/traversers/XSAttributeChecker.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- XSAttributeChecker.java   25 Mar 2004 04:03:23 -0000      1.32
  +++ XSAttributeChecker.java   3 Oct 2004 21:13:06 -0000       1.33
  @@ -970,14 +970,14 @@
       }
   
       /**
  -     * check whether the specified element conforms to the attributes restriction
  +     * Check whether the specified element conforms to the attributes restriction
        * an array of attribute values is returned. the caller must call
        * <code>returnAttrArray</code> to return that array.
        *
  -     * @param element    - which element to check
  -     * @param isGlobal   - whether a child of <schema> or <redefine>
  -     * @param schemaDoc  - the document where the element lives in
  -     * @return             an array containing attribute values
  +     * @param element    which element to check
  +     * @param isGlobal   whether a child of &lt;schema&gt; or &lt;redefine&gt;
  +     * @param schemaDoc  the document where the element lives in
  +     * @return           an array containing attribute values
        */
       public Object[] checkAttributes(Element element, boolean isGlobal,
                                       XSDocumentInfo schemaDoc) {
  @@ -985,7 +985,7 @@
       }
   
       /**
  -     * check whether the specified element conforms to the attributes restriction
  +     * Check whether the specified element conforms to the attributes restriction
        * an array of attribute values is returned. the caller must call
        * <code>returnAttrArray</code> to return that array. This method also takes
        * an extra parameter: if the element is "enumeration", whether to make a
  @@ -993,7 +993,7 @@
        * QName later.
        *
        * @param element      which element to check
  -     * @param isGlobal     whether a child of <schema> or <redefine>
  +     * @param isGlobal     whether a child of &lt;schema&gt; or &lt;redefine&gt;
        * @param schemaDoc    the document where the element lives in
        * @param enumAsQName  whether to tread enumeration value as QName
        * @return             an array containing attribute values
  
  
  
  1.7       +2 -2      
xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSCMValidator.java
  
  Index: XSCMValidator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSCMValidator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XSCMValidator.java        24 Feb 2004 22:59:13 -0000      1.6
  +++ XSCMValidator.java        3 Oct 2004 21:13:06 -0000       1.7
  @@ -70,7 +70,7 @@
       /**
        * check whether this content violates UPA constraint.
        *
  -     * @param errors to hold the UPA errors
  +     * @param subGroupHandler the substitution group handler
        * @return true if this content model contains other or list wildcard
        */
       public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler 
subGroupHandler) throws XMLSchemaException;
  
  
  
  1.12      +5 -6      
xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSDFACM.java
  
  Index: XSDFACM.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSDFACM.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XSDFACM.java      24 Feb 2004 22:59:13 -0000      1.11
  +++ XSDFACM.java      3 Oct 2004 21:13:06 -0000       1.12
  @@ -146,7 +146,6 @@
       /**
        * Constructs a DFA content model.
        *
  -     * @param symbolTable    The symbol table.
        * @param syntaxTree    The syntax tree of the content model.
        * @param leafCount     The number of leaves.
        *
  @@ -207,9 +206,9 @@
       /**
        * one transition only
        *
  -     * @param curElem     The current element's QName
  -     * @param stateStack  stack to store the previous state
  -     * @param curPos      the current position of the stack
  +     * @param curElem The current element's QName
  +     * @param state stack to store the previous state
  +     * @param subGroupHandler the substitution group handler
        *
        * @return  null if transition is invalid; otherwise the Object corresponding 
to the
        *      XSElementDecl or XSWildcardDecl identified.  Also, the
  @@ -862,7 +861,7 @@
       /**
        * check whether this content violates UPA constraint.
        *
  -     * @param errors to hold the UPA errors
  +     * @param subGroupHandler the substitution group handler
        * @return true if this content model contains other or list wildcard
        */
       public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler 
subGroupHandler) throws XMLSchemaException {
  
  
  
  1.11      +2 -2      
xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSAllCM.java
  
  Index: XSAllCM.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSAllCM.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XSAllCM.java      25 Mar 2004 04:03:23 -0000      1.10
  +++ XSAllCM.java      3 Oct 2004 21:13:06 -0000       1.11
  @@ -172,7 +172,7 @@
       /**
        * check whether this content violates UPA constraint.
        *
  -     * @param errors to hold the UPA errors
  +     * @param subGroupHandler the substitution group handler
        * @return true if this content model contains other or list wildcard
        */
       public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler 
subGroupHandler) throws XMLSchemaException {
  
  
  
  1.8       +6 -5      
xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSEmptyCM.java
  
  Index: XSEmptyCM.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/models/XSEmptyCM.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XSEmptyCM.java    24 Feb 2004 22:59:13 -0000      1.7
  +++ XSEmptyCM.java    3 Oct 2004 21:13:06 -0000       1.8
  @@ -65,8 +65,9 @@
       /**
        * The method corresponds to one transaction in the content model.
        *
  -     * @param elementName
  -     * @param state  Current state
  +     * @param elementName the qualified name of the element
  +     * @param currentState Current state
  +     * @param subGroupHandler the substitution group handler
        * @return element index corresponding to the element from the Schema grammar
        */
       public Object oneTransition (QName elementName, int[] currentState, 
SubstitutionGroupHandler subGroupHandler){
  @@ -85,7 +86,7 @@
       /**
        * The method indicates the end of list of children
        *
  -     * @param state  Current state of the content model
  +     * @param currentState Current state of the content model
        * @return true if the last state was a valid final state
        */
       public boolean endContentModel (int[] currentState){
  @@ -106,7 +107,7 @@
       /**
        * check whether this content violates UPA constraint.
        *
  -     * @param errors to hold the UPA errors
  +     * @param subGroupHandler the substitution group handler
        * @return true if this content model contains other or list wildcard
        */
       public boolean checkUniqueParticleAttribution(SubstitutionGroupHandler 
subGroupHandler) throws XMLSchemaException {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to