cookxml.core
Class MultiSpecialCreator
java.lang.Object
cookxml.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiSpecialCreator
public MultiSpecialCreator(SpecialCreator[] specialCreators)
getCreator
public Creator getCreator(DecodeEngine decodeEngine,
String parentNS,
String parentTag,
Element elm,
Object parentObj)
- Specified by:
getCreator
in interface SpecialCreator