Method
parent
Returns the parent node. @return parent node
()
Source from the content-addressed store, hash-verified
| 96 | * @return parent node |
| 97 | */ |
| 98 | NSNode parent() { |
| 99 | return parent; |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Returns the IDs of prefix/namespace URI pairs. |
Tested by
no test coverage detected