org.dozer.loader.xml
Class ExpressionElementReader

java.lang.Object
  extended by org.dozer.loader.xml.SimpleElementReader
      extended by org.dozer.loader.xml.ExpressionElementReader
All Implemented Interfaces:
ElementReader

public class ExpressionElementReader
extends SimpleElementReader

Author:
Dmitry Buzdin

Constructor Summary
ExpressionElementReader(ELEngine elEngine)
           
 
Method Summary
 String getAttribute(Element element, String attribute)
           
 String getNodeValue(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionElementReader

public ExpressionElementReader(ELEngine elEngine)
Method Detail

getAttribute

public String getAttribute(Element element,
                           String attribute)
Specified by:
getAttribute in interface ElementReader
Overrides:
getAttribute in class SimpleElementReader

getNodeValue

public String getNodeValue(Element element)
Specified by:
getNodeValue in interface ElementReader
Overrides:
getNodeValue in class SimpleElementReader


Copyright © 2005-2011 dozer. All Rights Reserved.