Returns the parent element. This method returns null for the root element. @webref xml:method @brief Gets a copy of the element's parent
()
| 304 | * @brief Gets a copy of the element's parent |
| 305 | */ |
| 306 | public XML getParent() { |
| 307 | return this.parent; |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * Internal function; not included in reference. |
no outgoing calls
no test coverage detected