jaxp/src/javax/xml/validation/SchemaFactory.java
changeset 24887 47b6d4800c64
parent 20581 65d17ea72da3
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
   356      * <p>All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature.
   356      * <p>All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature.
   357      * When the feature is:</p>
   357      * When the feature is:</p>
   358      * <ul>
   358      * <ul>
   359      *   <li>
   359      *   <li>
   360      *     <code>true</code>: the implementation will limit XML processing to conform to implementation limits.
   360      *     <code>true</code>: the implementation will limit XML processing to conform to implementation limits.
   361      *     Examples include enity expansion limits and XML Schema constructs that would consume large amounts of resources.
   361      *     Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources.
   362      *     If XML processing is limited for security reasons, it will be reported via a call to the registered
   362      *     If XML processing is limited for security reasons, it will be reported via a call to the registered
   363      *    {@link ErrorHandler#fatalError(SAXParseException exception)}.
   363      *    {@link ErrorHandler#fatalError(SAXParseException exception)}.
   364      *     See {@link #setErrorHandler(ErrorHandler errorHandler)}.
   364      *     See {@link #setErrorHandler(ErrorHandler errorHandler)}.
   365      *   </li>
   365      *   </li>
   366      *   <li>
   366      *   <li>