cookxml.core.adder
Class DefaultAdder

java.lang.Object
  extended bycookxml.core.adder.DefaultAdder

public class DefaultAdder
extends Object

This adder provides a usual way for adding an object created from a child element to the object created from the parent element. This adder is used by DecodeEngine.

Since:
CookXml 1.0

Field Summary
static String FUNCTION
           
 
Method Summary
static Adder getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNCTION

public static String FUNCTION
Method Detail

getInstance

public static Adder getInstance()