Class XBeanNamespaceHandler

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.NamespaceHandler

    public class XBeanNamespaceHandler
    extends java.lang.Object
    implements org.springframework.beans.factory.xml.NamespaceHandler
    An enhanced XML parser capable of handling custom XML schemas.
    Since:
    2.0
    Version:
    $Id$
    Author:
    James Strachan
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.config.BeanDefinitionHolder decorate​(org.w3c.dom.Node element, org.springframework.beans.factory.config.BeanDefinitionHolder definition, org.springframework.beans.factory.xml.ParserContext parserContext)  
      void init()  
      org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XBeanNamespaceHandler

        public XBeanNamespaceHandler()
    • Method Detail

      • init

        public void init()
        Specified by:
        init in interface org.springframework.beans.factory.xml.NamespaceHandler
      • parse

        public org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element,
                                                                             org.springframework.beans.factory.xml.ParserContext parserContext)
        Specified by:
        parse in interface org.springframework.beans.factory.xml.NamespaceHandler
      • decorate

        public org.springframework.beans.factory.config.BeanDefinitionHolder decorate​(org.w3c.dom.Node element,
                                                                                      org.springframework.beans.factory.config.BeanDefinitionHolder definition,
                                                                                      org.springframework.beans.factory.xml.ParserContext parserContext)
        Specified by:
        decorate in interface org.springframework.beans.factory.xml.NamespaceHandler