public class NodeHandlerFactory
extends java.lang.Object
NodeHandler
based on different types of Node.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
NodeHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
static NodeHandler |
createNodeHandler(java.lang.Object parentObject,
java.lang.Object currentObject)
Creates NodeHandler based on the type of a node.
|
public static final java.lang.String COPYRIGHT
public static NodeHandler createNodeHandler(java.lang.Object parentObject, java.lang.Object currentObject)
parentObject
- the parent object of the given nodecurrentObject
- the node that will be processed