You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/11/22 23:19:57 UTC

svn commit: r478344 - /xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableConfiguration.java

Author: mrglavas
Date: Wed Nov 22 14:19:56 2006
New Revision: 478344

URL: http://svn.apache.org/viewvc?view=rev&rev=478344
Log:
Adding Javadoc.

Modified:
    xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableConfiguration.java

Modified: xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableConfiguration.java?view=diff&rev=478344&r1=478343&r2=478344
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableConfiguration.java Wed Nov 22 14:19:56 2006
@@ -23,6 +23,14 @@
 import org.apache.xerces.xni.parser.XMLComponentManager;
 
 /**
+ * This parser configuration extends the default configuration allowing Xerces to 
+ * handle usage scenarios where the names in the XML documents being parsed are mostly 
+ * unique by installing a memory sensitive <code>SymbolTable</code>. The internalized 
+ * strings stored in this <code>SymbolTable</code> are softly reachable and may be 
+ * cleared by the garbage collector in response to memory demand.
+ * 
+ * @see org.apache.xerces.util.SoftReferenceSymbolTable
+ * 
  * @author Peter McCracken, IBM
  *
  * @version $Id$



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