Interface ParserHandler.ContextCustomizer

Enclosing class:
ParserHandler

public static interface ParserHandler.ContextCustomizer
Customize the context, after the configuration has set up the context before the document is parsed.
Author:
Niels Charlier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customizeContext(MutablePicoContainer context)
     
  • Method Details

    • customizeContext

      void customizeContext(MutablePicoContainer context)