public interface IDomToObjectConverter<T>
| Modifier and Type | Method and Description |
|---|---|
default <V> void |
addTo(List<V> list,
V value) |
default boolean |
booleanValue(org.dom4j.Element element,
String attributeName) |
default boolean |
booleanValue(org.dom4j.Element element,
String attributeName,
boolean defaultValue) |
T |
convert(org.dom4j.Element element) |
default double |
doubleValue(org.dom4j.Element element,
String attributeName) |
default double |
doubleValue(org.dom4j.Element element,
String attributeName,
double defaultValue) |
default List<org.dom4j.Element> |
elements(org.dom4j.Element element,
org.dom4j.QName name) |
default List<org.dom4j.Element> |
elements(org.dom4j.Element element,
String name) |
default int |
intValue(org.dom4j.Element element,
String attributeName) |
default int |
intValue(org.dom4j.Element element,
String attributeName,
int defaultValue) |
default String |
value(org.dom4j.Element element,
String attributeName) |
default String |
value(org.dom4j.Element element,
String attributeName,
String defaultValue) |
T convert(org.dom4j.Element element) throws DomConverterException
DomConverterExceptiondefault List<org.dom4j.Element> elements(org.dom4j.Element element, org.dom4j.QName name)
default String value(org.dom4j.Element element, String attributeName) throws DomConverterException
DomConverterExceptiondefault boolean booleanValue(org.dom4j.Element element,
String attributeName)
throws DomConverterException
DomConverterExceptiondefault boolean booleanValue(org.dom4j.Element element,
String attributeName,
boolean defaultValue)
default int intValue(org.dom4j.Element element,
String attributeName)
throws DomConverterException
DomConverterExceptiondefault int intValue(org.dom4j.Element element,
String attributeName,
int defaultValue)
default double doubleValue(org.dom4j.Element element,
String attributeName)
throws DomConverterException
DomConverterExceptiondefault double doubleValue(org.dom4j.Element element,
String attributeName,
double defaultValue)
default <V> void addTo(List<V> list, V value)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.