public interface Converter<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S s) |
Map<QName,String> |
getAttributes(S s) |
Iterator<S> |
getChildren(S s) |
QName |
getQName(S s) |
T convert(S s)
s - The source objectnullConverterException - if the conversion fails; note that to indicate a failure, the method may throw
other unchecked exceptions specific to the APIs involved in the conversionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.