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 2008/12/01 06:30:52 UTC

svn commit: r721967 - /xerces/java/branches/xml-schema-1.1-dev/docs/properties.xml

Author: mrglavas
Date: Sun Nov 30 21:30:51 2008
New Revision: 721967

URL: http://svn.apache.org/viewvc?rev=721967&view=rev
Log:
Adding documentation for the "http://apache.org/xml/properties/locale" property.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/docs/properties.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/properties.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/properties.xml?rev=721967&r1=721966&r2=721967&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/properties.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/properties.xml Sun Nov 30 21:30:51 2008
@@ -165,6 +165,23 @@
     buffer.
    </note>
   </property>
+  <property name='http://apache.org/xml/properties/locale'
+            id='locale'>
+   <desc>
+    The locale to use for reporting errors and warnings. When the 
+    value of this property is not set the platform default returned 
+    from java.util.Locale.getDefault() will be used.
+   </desc>
+   <type>java.util.Locale</type>
+   <access general='read-write'/>
+   <since value='&ParserName; 2.10.0'/>
+   <note>
+    If no messages are available for the specified locale the
+    platform default will be used. If the platform default is
+    not English and no messages are available for this locale
+    then messages will be reported in English.
+   </note>
+  </property>
   <property name='http://apache.org/xml/properties/security-manager'
             id='security-manager'>
    <desc>



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