MCPcopy Index your code
hub / github.com/processing/processing / getParent

Method getParent

core/src/processing/data/XML.java:306–308  ·  view source on GitHub ↗

Returns the parent element. This method returns null for the root element. @webref xml:method @brief Gets a copy of the element's parent

()

Source from the content-addressed store, hash-verified

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.

Callers 9

addSketchesMethod · 0.45
loadMethod · 0.45
keyTypedMethod · 0.45
saveAsMethod · 0.45
runMethod · 0.45
getTextAreaMethod · 0.45
handleOpenInternalMethod · 0.45
updateErrorToggleMethod · 0.45
updateMenuRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected