public class ChunkElementParser
extends java.lang.Object
| Constructor and Description |
|---|
ChunkElementParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition bd,
org.springframework.beans.factory.xml.ParserContext parserContext,
boolean underspecified) |
protected void parse(org.w3c.dom.Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition bd,
org.springframework.beans.factory.xml.ParserContext parserContext,
boolean underspecified)
bd - AbstractBeanDefinition instance of the containing bean.element - the element to parseparserContext - the context to useunderspecified - if true, a fatal error will not be raised if attribute
or element is missing.