public class GiftRegistryListElementTagHandler extends java.lang.Object implements NodeHandler
<Registrants> <Registrant> </Registrant> </Pregistrants>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftRegistryListElementTagHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
handle(java.lang.Object parent,
java.lang.Object currentNode,
java.lang.Object[] params)
Creates a value object that is corresponding to an XML tag, and then adds the created object into its
parent object.
|
public static final java.lang.String COPYRIGHT
public java.lang.Object handle(java.lang.Object parent, java.lang.Object currentNode, java.lang.Object[] params) throws java.lang.Exception
handle
in interface NodeHandler
parent
- the parent of the node to be processed. It has to be a collection.currentNode
- the currentNode that is to be handled. It has to be a Node
param
- it contains only one parameter: the package that the created object is in.java.lang.Exception