neeraj 2002/12/12 03:36:49 Modified: java/docs Tag: jaxp_1_2_2_branch properties.xml Log: Revision Changes Path No revision No revision 1.11.2.1 +17 -0 xml-xerces/java/docs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/properties.xml,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -r1.11 -r1.11.2.1 --- properties.xml 27 Aug 2002 03:01:57 -0000 1.11 +++ properties.xml 12 Dec 2002 11:36:48 -0000 1.11.2.1 @@ -107,6 +107,23 @@ property. </note> </property> + + <property name='http://apache.org/xml/properties/entity-expansion-limit' + id='entity-expansion-limit'> + <desc> + Application can set the limit of number of entities that should be expanded by the parser. + When this property is set by the application, before opening any new entity parser checks for + the entity expansion limit set by the application, if number of entities expanded exceeds the + entity expansion limit, parser throws fatal error. + </desc> + <type>java.lang.Integer</type> + <access general='read-write'/> + <note> + Default value for this property would be 'null' It means there would not be any limit for number + of entities that can be expanded by the parser. + </note> + </property> + <property name='http://apache.org/xml/properties/input-buffer-size' id='input-buffer-size'> <desc>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]