Interface ValidationConfig

All Known Implementing Classes:
DtdValidationConfig, SchemaValidationConfig

public interface ValidationConfig
Configuration information to get an XmlParser validating against either a DTD or a schema.
Version:
1.0
  • Method Details

    • 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.