cookxml.core.adder
Class DefaultAdder

java.lang.Object
  extended by cookxml.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
Version:
$Id: DefaultAdder.java 223 2007-06-06 06:51:30Z coconut $

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()