org.objectweb.jonathan.libs.kernel.decoders
Interface XMLElementDecoder
- XMLAliasDecoder, XMLAssemblageDecoder, XMLAtomDecoder, XMLImplicitFactoryDecoder, XMLIncludeDecoder, XMLPropertyDecoder, XMLSequenceDecoder
public interface XMLElementDecoder
Generic XML to runtime component decoder interface.
A set of
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