Interface ValidationConfig

    • Method Detail

      • configureParser

        void configureParser​(XmlParser parser)
        Configures the parser itself. Called when this config is first set on an XmlParser.
        Parameters:
        parser - The parser to configure.
      • configureHandler

        void configureHandler​(XmlParser.Handler handler)
        Configures the actual handler instance. Called before each parsing of the document.
        Parameters:
        handler - The handler to configure.