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 2001/11/06 20:26:45 UTC

cvs commit: xml-xerces/java/docs features.xml

sandygao    01/11/06 11:26:45

  Modified:    java/docs features.xml
  Log:
  Fixing bug [943]: whenever a string is added into SymbolTable, we internalize
  it using String#intern(), so that the strings passed to the application are java-internalized,
  and can be reference-compared with other java-internalized strings.
  The sax feature controls whether to internalize Strings using String#intern().
  The behaviour of this feature changed from always off to always on.
  
  Revision  Changes    Path
  1.19      +2 -3      xml-xerces/java/docs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- features.xml	2001/10/25 20:19:36	1.18
  +++ features.xml	2001/11/06 19:26:45	1.19
  @@ -311,9 +311,8 @@
      <default value='false'/>
      <access parsing='read-only' not-parsing='read-write'/>
      <note>
  -    &ParserName; does not support interning all strings using the 
  -    <code>String#intern()</code> method because &ParserName; does its
  -    own intern optimizations for String objects.
  +    &ParserName; always internalizes all strings mentioned above
  +    using the <code>String#intern()</code> method.
      </note>
     </feature>
    </fcategory>
  
  
  

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