Package net.anwiba.commons.xml.dom
Class DomToParametersConverter
- java.lang.Object
-
- net.anwiba.commons.xml.dom.DomToParametersConverter
-
- All Implemented Interfaces:
IDomToObjectConverter<IParameters>
public final class DomToParametersConverter extends java.lang.Object implements IDomToObjectConverter<IParameters>
-
-
Constructor Summary
Constructors Constructor Description DomToParametersConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IParametersconvert(org.dom4j.Element element)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.xml.dom.IDomToObjectConverter
addTo, booleanValue, booleanValue, dateTimeValue, doubleValue, doubleValue, doubleValue, durationValue, durationValue, element, element, elements, elements, floatValue, intValue, intValue, intValue, text, text, value, value
-
-
-
-
Method Detail
-
convert
public IParameters convert(org.dom4j.Element element) throws DomConverterException
- Specified by:
convertin interfaceIDomToObjectConverter<IParameters>- Throws:
DomConverterException
-
-