Module net.anwiba.commons.xml
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 Object
implements IDomToObjectConverter<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDomToObjectConverter(IFactory<String, E, RuntimeException> exceptionFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetTrimtText(org.dom4j.Element element, String tagName, String message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
AbstractDomToObjectConverter
-
-
Method Details
-
getTrimtText
- Throws:
E extends DomConverterException
-