public interface XMLElementDecoder
XMLElementDecoder
implementations are held
by the OpenXMLDecoder
as its built-in XML decoders.
Additional XMLElementDecoder
implementations
may be provided by passing it in the OpenXMLDecoder
constructor's Context
parameter.OpenXMLDecoder
Modifier and Type | Method and Description |
---|---|
Component |
decode(nanoxml.XMLElement _xml_element,
java.lang.String _element_name,
Context _configuration,
XMLElementDecoderDispatcher _dispatcher) |
Component decode(nanoxml.XMLElement _xml_element, java.lang.String _element_name, Context _configuration, XMLElementDecoderDispatcher _dispatcher) throws JonathanException
JonathanException