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