org.dozer.loader.xml
Class SimpleElementReader

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

public class SimpleElementReader
extends Object
implements ElementReader

Author:
Dmitry Buzdin

Constructor Summary
SimpleElementReader()
           
 
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

SimpleElementReader

public SimpleElementReader()
Method Detail

getAttribute

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

getNodeValue

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


Copyright © 2005-2011 dozer. All Rights Reserved.