ch.elca.el4j.services.gui.swing.cookswing
Class CreateComponentAdder

java.lang.Object
  extended by ch.elca.el4j.services.gui.swing.cookswing.CreateComponentAdder
All Implemented Interfaces:
cookxml.core.interfaces.Adder

public class CreateComponentAdder
extends Object
implements cookxml.core.interfaces.Adder

This cookXML adder handles <create-component>: Child elements are not added to parent. To add child elements, write a method doing this and register it in the finish-method attribute of the <create-component> tag.

Author:
Stefan Wismer (SWI)
File-location:
CreateComponentAdder
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Constructor Summary
CreateComponentAdder()
           
 
Method Summary
 boolean add(String parentNS, String parentTag, Object parent, Object child, cookxml.core.DecodeEngine decodeEngine)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateComponentAdder

public CreateComponentAdder()
Method Detail

add

public boolean add(String parentNS,
                   String parentTag,
                   Object parent,
                   Object child,
                   cookxml.core.DecodeEngine decodeEngine)
            throws cookxml.core.exception.AdderException

Specified by:
add in interface cookxml.core.interfaces.Adder
Throws:
cookxml.core.exception.AdderException


Copyright © 2005-2011 ELCA. All Rights Reserved.