jaxp/src/com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.java
changeset 25264 040625ce9b72
parent 20975 298d79f9a705
equal deleted inserted replaced
25263:0939b202eb62 25264:040625ce9b72
    57  * non-validating XML processor, since conformant non-validating processor is required
    57  * non-validating XML processor, since conformant non-validating processor is required
    58  * to process "all the declarations they read in the internal DTD subset ... must use the information in those declarations to normalize attribute values,
    58  * to process "all the declarations they read in the internal DTD subset ... must use the information in those declarations to normalize attribute values,
    59  * include the replacement text of internal entities, and supply default attribute values".
    59  * include the replacement text of internal entities, and supply default attribute values".
    60  *
    60  *
    61  * @author Elena Litani, IBM
    61  * @author Elena Litani, IBM
    62  * @version $Id: NonValidatingConfiguration.java,v 1.7 2010-11-01 04:40:09 joehw Exp $
       
    63  */
    62  */
    64 public class NonValidatingConfiguration
    63 public class NonValidatingConfiguration
    65     extends BasicParserConfiguration
    64     extends BasicParserConfiguration
    66     implements XMLPullParserConfiguration {
    65     implements XMLPullParserConfiguration {
    67 
    66