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 org.dom4j.Element |
element(org.dom4j.Element element,
org.dom4j.QName name) |
default org.dom4j.Element |
element(org.dom4j.Element element,
String name) |
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 float |
floatValue(org.dom4j.Element element,
String attributeName,
float defaultValue) |
default int |
intValue(org.dom4j.Element element,
String attributeName) |
default int |
intValue(org.dom4j.Element element,
String attributeName,
int defaultValue) |
default String |
text(org.dom4j.Element element) |
default String |
text(org.dom4j.Element element,
String defaultText) |
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 org.dom4j.Element element(org.dom4j.Element element,
org.dom4j.QName name)
throws DomConverterException
DomConverterExceptiondefault org.dom4j.Element element(org.dom4j.Element element,
String name)
throws DomConverterException
DomConverterExceptiondefault List<org.dom4j.Element> elements(org.dom4j.Element element, org.dom4j.QName name) throws DomConverterException
DomConverterExceptiondefault List<org.dom4j.Element> elements(org.dom4j.Element element, String name) throws DomConverterException
DomConverterExceptiondefault String text(org.dom4j.Element element) throws DomConverterException
DomConverterExceptiondefault 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 float floatValue(org.dom4j.Element element,
String attributeName,
float 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.