cookxml.core.interfaces
Interface SpecialCreator


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
Version:
$Id: SpecialCreator.java 218 2007-06-06 06:10:10Z coconut $

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

Method Detail

getCreator

Creator getCreator(cookxml.core.DecodeEngine decodeEngine,
                   String parentNS,
                   String parentTag,
                   Element elm,
                   Object parentObj)