Interface SpringXmlPreprocessor


  • public interface SpringXmlPreprocessor
    SpringXmlPreprocessor preprocesses the xml Document before it is passed to Spring for processing.
    Since:
    2.0
    Version:
    $Id$
    Author:
    Dain Sundstrom
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void preprocess​(SpringApplicationContext applicationContext, org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader, org.w3c.dom.Document document)
      Preprocesses the xml document which is being loaded by the specified application context and is being read by the specified xml reader.
    • Method Detail

      • preprocess

        void preprocess​(SpringApplicationContext applicationContext,
                        org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader,
                        org.w3c.dom.Document document)
        Preprocesses the xml document which is being loaded by the specified application context and is being read by the specified xml reader.
        Parameters:
        applicationContext - the application context which is being loaded
        reader - the xml reader that read the document
        document - the xml document to read