olg.csv.bean.loader.filter.impl
Class SplitFilterLoader

Package class diagram package SplitFilterLoader
java.lang.Object
  extended by olg.csv.bean.loader.filter.AbstractFiltreLoader
      extended by olg.csv.bean.loader.filter.impl.SplitFilterLoader

public final class SplitFilterLoader
extends AbstractFiltreLoader

Loader characteristic of Split filter.

See Also:
AbstractStringFilter.getSplitFilter(int, String)

Field Summary
 
Fields inherited from class olg.csv.bean.loader.filter.AbstractFiltreLoader
successor, xPathExpression
 
Constructor Summary
SplitFilterLoader(AbstractFiltreLoader successor)
          Constructs a loader bound with the split node.
 
Method Summary
protected  AbstractStringFilter getConcreteFilter(Element node)
          Returns a concret filter.
 
Methods inherited from class olg.csv.bean.loader.filter.AbstractFiltreLoader
getFilter, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitFilterLoader

public SplitFilterLoader(AbstractFiltreLoader successor)
Constructs a loader bound with the split node.

Parameters:
successor - the next filter loader in the loader chain.
Method Detail

getConcreteFilter

protected AbstractStringFilter getConcreteFilter(Element node)
                                          throws XPathExpressionException
Description copied from class: AbstractFiltreLoader
Returns a concret filter.

Specified by:
getConcreteFilter in class AbstractFiltreLoader
Parameters:
node - XML Element corresponding to the XPath expression from which the concret filter will be loaded
Returns:
a concret filter this loader has responsability or null if the given node doesn't match the type this loader should return
Throws:
XPathExpressionException - on invalid XPathExpression
See Also:
AbstractFiltreLoader.xPathExpression


Copyright © 2014. All rights reserved.