Package net.anwiba.commons.xml.dom
Class AbstractDomToObjectConverter<T,E extends DomConverterException>
- java.lang.Object
-
- net.anwiba.commons.xml.dom.AbstractDomToObjectConverter<T,E>
-
- All Implemented Interfaces:
IDomToObjectConverter<T>
public abstract class AbstractDomToObjectConverter<T,E extends DomConverterException> extends java.lang.Object implements IDomToObjectConverter<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractDomToObjectConverter(IFactory<java.lang.String,E,java.lang.RuntimeException> exceptionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetTrimtText(org.dom4j.Element element, java.lang.String tagName, java.lang.String message)-
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, convert, dateTimeValue, doubleValue, doubleValue, doubleValue, durationValue, durationValue, element, element, elements, elements, floatValue, intValue, intValue, intValue, text, text, value, value
-
-
-
-
Method Detail
-
getTrimtText
protected java.lang.String getTrimtText(org.dom4j.Element element, java.lang.String tagName, java.lang.String message) throws E extends DomConverterException- Throws:
E extends DomConverterException
-
-