Adds or replaces the parent of the node. @param parent the new parent of the node
(Node parent)
| 502 | * @param parent the new parent of the node |
| 503 | */ |
| 504 | protected void setParent(Node parent) { |
| 505 | this.parent = parent; |
| 506 | } |
| 507 | |
| 508 | /** |
| 509 | * Provides lookup of elements by non-namespaced name |