Class NonValidatingConfiguration

  • All Implemented Interfaces:
    XMLComponentManager, XMLParserConfiguration, XMLPullParserConfiguration

    public class NonValidatingConfiguration
    extends BasicParserConfiguration
    implements XMLPullParserConfiguration
    This is the non validating parser configuration. It extends the basic configuration with the set of following parser components: Document scanner, DTD scanner, namespace binder, document handler.

    Xerces parser that uses this configuration is not conformant non-validating XML processor, since conformant non-validating processor is required to process "all the declarations they read in the internal DTD subset ... must use the information in those declarations to normalize attribute values, include the replacement text of internal entities, and supply default attribute values".

    Version:
    $Id$
    Author:
    Elena Litani, IBM