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