Creates a node with the given name. @param name the node name @return the created node
(Object name)
| 225 | * @return the created node |
| 226 | */ |
| 227 | protected abstract Object createNode(Object name); |
| 228 | |
| 229 | /** |
| 230 | * Creates a node with the given name and value. |