public interface Converter<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S s) |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getAttributes(S s) |
java.util.Iterator<S> |
getChildren(S s) |
javax.xml.namespace.QName |
getQName(S s) |
javax.xml.namespace.QName getQName(S s)
java.util.Map<javax.xml.namespace.QName,java.lang.String> getAttributes(S s)
T convert(S s)
s - nullConverterException - if the conversion fails; note that to indicate a failure, the method may throw
other unchecked exceptions specific to the APIs involved in the conversion