Gets a copy of the element's parent. Returns the parent as another XML object. @webref xml:method @webBrief Gets a copy of the element's parent
()
| 311 | * @webBrief Gets a copy of the element's parent |
| 312 | */ |
| 313 | public XML getParent() { |
| 314 | return this.parent; |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * Internal function; not included in reference. |
no outgoing calls
no test coverage detected