cookxml.core.interfaces
Interface SpecialCreator

All Known Implementing Classes:
MultiSpecialCreator

public interface SpecialCreator

This interface is used for the rare occation when one wants to create an object not based on the element tag name, but other characteristics.

Since:
CookXml 3.0

Method Summary
 Creator getCreator(DecodeEngine decodeEngine, String parentNS, String parentTag, Element elm, Object parentObj)
           
 

Method Detail

getCreator

public Creator getCreator(DecodeEngine decodeEngine,
                          String parentNS,
                          String parentTag,
                          Element elm,
                          Object parentObj)