jaxp/src/javax/xml/parsers/SAXParserFactory.java
changeset 24887 47b6d4800c64
parent 20581 65d17ea72da3
child 25262 1fe892ba017a
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
   357      * <p>A validator may modify the SAX event stream (for example by
   357      * <p>A validator may modify the SAX event stream (for example by
   358      * adding default values that were missing in documents), and a parser
   358      * adding default values that were missing in documents), and a parser
   359      * is responsible to make sure that the application will receive
   359      * is responsible to make sure that the application will receive
   360      * those modified event stream.</p>
   360      * those modified event stream.</p>
   361      *
   361      *
   362      * <p>Initialy, <code>null</code> is set as the {@link Schema}.</p>
   362      * <p>Initially, <code>null</code> is set as the {@link Schema}.</p>
   363      *
   363      *
   364      * <p>This processing will take effect even if
   364      * <p>This processing will take effect even if
   365      * the {@link #isValidating()} method returns <code>false</code>.
   365      * the {@link #isValidating()} method returns <code>false</code>.
   366      *
   366      *
   367      * <p>It is an error to use
   367      * <p>It is an error to use