public class XBeanNamespaceHandler extends Object implements org.springframework.beans.factory.xml.NamespaceHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
SPRING_SCHEMA |
static String |
SPRING_SCHEMA_COMPAT |
| Constructor and Description |
|---|
XBeanNamespaceHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(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(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
public static final String SPRING_SCHEMA
public static final String SPRING_SCHEMA_COMPAT
public void init()
init in interface org.springframework.beans.factory.xml.NamespaceHandlerpublic org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.NamespaceHandlerpublic org.springframework.beans.factory.config.BeanDefinitionHolder decorate(Node element, org.springframework.beans.factory.config.BeanDefinitionHolder definition, org.springframework.beans.factory.xml.ParserContext parserContext)
decorate in interface org.springframework.beans.factory.xml.NamespaceHandlerCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.