cookxml.core
Class MultiSpecialCreator

java.lang.Object
  extended bycookxml.core.MultiSpecialCreator
All Implemented Interfaces:
SpecialCreator

public class MultiSpecialCreator
extends Object
implements SpecialCreator

This SpecialCreator pools several SpecialCreators into one. The SpecialCreator in the front of the list has the precedence.

Since:
CookXml 3.0

Constructor Summary
MultiSpecialCreator(SpecialCreator[] specialCreators)
           
 
Method Summary
 Creator getCreator(DecodeEngine decodeEngine, String parentNS, String parentTag, Element elm, Object parentObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiSpecialCreator

public MultiSpecialCreator(SpecialCreator[] specialCreators)
Method Detail

getCreator

public Creator getCreator(DecodeEngine decodeEngine,
                          String parentNS,
                          String parentTag,
                          Element elm,
                          Object parentObj)
Specified by:
getCreator in interface SpecialCreator