public interface AddAction
Modifier and Type | Method and Description |
---|---|
void |
addChild(cookxml.core.DecodeEngine decodeEngine,
java.lang.String ns,
java.lang.String tag,
org.w3c.dom.Element elm,
java.lang.Object parentObj,
java.lang.Object childObj)
This function performs the actual addition of the child object to
the parent object.
|
void addChild(cookxml.core.DecodeEngine decodeEngine, java.lang.String ns, java.lang.String tag, org.w3c.dom.Element elm, java.lang.Object parentObj, java.lang.Object childObj) throws CookXmlException
decodeEngine
- the DecodeEngine instance being used.ns
- the parent tag namespace.tag
- the parent tag name.elm
- the element of the currentparentObj
- the parent objectchildObj
- the child objectCookXmlException
- the exception thrown when error occurs. Exceptions that are not
CookXmlException should be wrapped inside a CookXmlException.