Class ChunkElementParser


  • public class ChunkElementParser
    extends java.lang.Object
    Internal parser for the <chunk/> element inside a step.
    Since:
    2.0
    Author:
    Thomas Risberg
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      protected voidparse​(org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.springframework.beans.factory.xml.ParserContext parserContext, boolean underspecified) 
      • Methods inherited from class java.lang.Object

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

      • ChunkElementParser

        public ChunkElementParser()
    • Method Detail

      • parse

        protected void parse​(org.w3c.dom.Element element,
                             org.springframework.beans.factory.support.AbstractBeanDefinition bd,
                             org.springframework.beans.factory.xml.ParserContext parserContext,
                             boolean underspecified)
        Parameters:
        bd - AbstractBeanDefinition instance of the containing bean.
        element - the element to parse
        parserContext - the context to use
        underspecified - if true, a fatal error will not be raised if attribute or element is missing.