cookxml.common.util
Class Utils
java.lang.Object
cookxml.common.util.Utils
- public class Utils
- extends Object
- Since:
- CookXml 3.0
Constructor Summary |
Utils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
addListenerSetter
public static void addListenerSetter(SingleNSTagLibrary tagLibrary,
String tag,
Class listenerClass)
- a simple way of putting a setter that calls addxxxListener () function
- Parameters:
tagLibrary
- the tag library to be used.tag
- the tag which would be consideredlistenerClass
- the class of the listener- Since:
- CookXml 1.0