public class XMLAliasDecoder 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 |
---|
XMLAliasDecoder() |
Modifier and Type | Method and Description |
---|---|
Component |
decode(nanoxml.XMLElement _xml_element,
java.lang.String _element_name,
Context _configuration,
XMLElementDecoderDispatcher _dispatcher)
Converts a XML
ALIAS element to its
corresponding alias runtime component. |
public Component decode(nanoxml.XMLElement _xml_element, java.lang.String _element_name, Context _configuration, XMLElementDecoderDispatcher _dispatcher) throws JonathanException
ALIAS
element to its
corresponding alias runtime component.decode
in interface XMLElementDecoder
_xml_element
- ALIAS
tag to be decoded_element_name
- the alias's element name_configuration
- where the alias will be createdreturn
- the corresponding decoded runtime alias
componentJonathanException