You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2004/01/08 17:16:48 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs XSModelImpl.java

sandygao    2004/01/08 08:16:48

  Modified:    java/src/org/apache/xerces/impl/xs XSModelImpl.java
  Log:
  Fixing bug 25200.
  We added 2 kinds of schema components, but we didn't update the array
  in the XSModelImpl.
  
  Revision  Changes    Path
  1.11      +6 -4      xml-xerces/java/src/org/apache/xerces/impl/xs/XSModelImpl.java
  
  Index: XSModelImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/XSModelImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XSModelImpl.java	11 Nov 2003 20:14:58 -0000	1.10
  +++ XSModelImpl.java	8 Jan 2004 16:16:48 -0000	1.11
  @@ -120,6 +120,8 @@
                                                     false,    // idc
                                                     true,     // notation
                                                     false,    // annotation
  +                                                  false,    // facet
  +                                                  false,    // multi value facet
                                                     true,     // complex type
                                                     true      // simple type
                                                    };
  @@ -429,9 +431,9 @@
       }
   
   
  -	/**
  -	 * @see org.apache.xerces.xs.XSModel#getNotationDeclaration(String, String)
  -	 */
  +    /**
  +     * @see org.apache.xerces.xs.XSModel#getNotationDeclaration(String, String)
  +     */
       public XSNotationDeclaration getNotationDeclaration(String name,
                                                    String namespace) {
           SchemaGrammar sg = (SchemaGrammar)fGrammarMap.get(null2EmptyString(namespace));
  
  
  

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