Author: mrglavas
Date: Sun Oct 23 19:41:19 2005
New Revision: 327926

URL: http://svn.apache.org/viewcvs?rev=327926&view=rev
Log:
Adding documentation for the validation/balance-syntax-trees feature.

Modified:
    xerces/java/trunk/docs/features.xml

Modified: xerces/java/trunk/docs/features.xml
URL: 
http://svn.apache.org/viewcvs/xerces/java/trunk/docs/features.xml?rev=327926&r1=327925&r2=327926&view=diff
==============================================================================
--- xerces/java/trunk/docs/features.xml (original)
+++ xerces/java/trunk/docs/features.xml Sun Oct 23 19:41:19 2005
@@ -268,6 +268,22 @@
    <access parsing='read-only' not-parsing='read-write'/>
    <see idref='external-general-entities'/>
   </feature>
+  <feature 
name='http://apache.org/xml/features/validation/balance-syntax-trees'
+           id='validation.balance-syntax-trees'>
+   <true>Construct an optimal representation for DTD content models to 
significantly 
+         reduce the likelihood a StackOverflowError will occur when large 
content 
+         models are processed.</true>
+   <false>
+    Do not invest processing time to construct an optimal representation for 
DTD content models.
+   </false>
+   <default value='false'/>
+   <access parsing='read-only' not-parsing='read-write'/>
+   <since value='Xerces-J 2.8.0'/>
+   <note>
+    Enabling this feature may cost your application some performance when DTDs 
are 
+    processed so it is recommended that it only be turned on when necessary.
+   </note>
+  </feature>
   <feature 
name='http://apache.org/xml/features/validation/warn-on-duplicate-attdef'
            id='validation.warn-on-duplicate-attdef'>
    <true>Report a warning when a duplicate attribute is re-declared.</true>



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

Reply via email to