XML
///A entry may contain either (a) a single nested import directive, or (b) a single param constructor directives.
////// <context> /// /// <!-- option (a) nested import --> /// <entry key="my-home-dir"> /// <include key="urn:avalon:home"/> /// </entry> /// /// <!-- option (b) param constructors --> /// <entry key="title"> /// <param>Lord of the Rings</> /// </entry> /// <entry key="home"> /// <param class="java.io.File">../home</param> /// </entry> /// /// </context> ////// ///