public class XBeanNamespaceHandler extends java.lang.Object implements org.springframework.beans.factory.xml.NamespaceHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SPRING_SCHEMA |
static java.lang.String |
SPRING_SCHEMA_COMPAT |
Constructor and Description |
---|
XBeanNamespaceHandler() |
Modifier and Type | Method and 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) |
public static final java.lang.String SPRING_SCHEMA
public static final java.lang.String SPRING_SCHEMA_COMPAT
public XBeanNamespaceHandler()
public void init()
init
in interface org.springframework.beans.factory.xml.NamespaceHandler
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse
in interface org.springframework.beans.factory.xml.NamespaceHandler
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)
decorate
in interface org.springframework.beans.factory.xml.NamespaceHandler
Copyright © 2005-2012. All Rights Reserved.