jaxp/src/javax/xml/validation/ValidatorHandler.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
   377      * <p>All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature.
   377      * <p>All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature.
   378      * When the feature is:</p>
   378      * When the feature is:</p>
   379      * <ul>
   379      * <ul>
   380      *   <li>
   380      *   <li>
   381      *     <code>true</code>: the implementation will limit XML processing to conform to implementation limits.
   381      *     <code>true</code>: the implementation will limit XML processing to conform to implementation limits.
   382      *     Examples include enity expansion limits and XML Schema constructs that would consume large amounts of resources.
   382      *     Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources.
   383      *     If XML processing is limited for security reasons, it will be reported via a call to the registered
   383      *     If XML processing is limited for security reasons, it will be reported via a call to the registered
   384      *    {@link ErrorHandler#fatalError(SAXParseException exception)}.
   384      *    {@link ErrorHandler#fatalError(SAXParseException exception)}.
   385      *     See {@link #setErrorHandler(ErrorHandler errorHandler)}.
   385      *     See {@link #setErrorHandler(ErrorHandler errorHandler)}.
   386      *   </li>
   386      *   </li>
   387      *   <li>
   387      *   <li>