public class XMLAtomDecoder extends java.lang.Object implements XMLElementDecoder
OpenXMLDecoder
as one of the built-in
component decoders provided it provides to its decoding
dispatcher.Constructor and Description |
---|
XMLAtomDecoder() |
Modifier and Type | Method and Description |
---|---|
Component |
decode(nanoxml.XMLElement _xml_element,
java.lang.String _element_name,
Context _configuration,
XMLElementDecoderDispatcher _dispatcher)
Converts a XML
ATOM element to its
corresponding atom runtime component. |
public Component decode(nanoxml.XMLElement _xml_element, java.lang.String _element_name, Context _configuration, XMLElementDecoderDispatcher _dispatcher) throws JonathanException
ATOM
element to its
corresponding atom runtime component.decode
in interface XMLElementDecoder
_xml_element
- ATOM
tag to be decoded_element_name
- the atom's element name_configuration
- where the atom will be createdreturn
- the corresponding decoded runtime atom
componentJonathanException