MCPcopy Index your code
hub / github.com/benfry/processing4 / getParent

Method getParent

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

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

()

Source from the content-addressed store, hash-verified

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.

Callers 10

selectImplMethod · 0.45
moveLikeSketchFolderMethod · 0.45
addSketchesMethod · 0.45
keyTypedMethod · 0.45
saveAsMethod · 0.45
runMethod · 0.45
getTextAreaMethod · 0.45
updateErrorToggleMethod · 0.45
updateMenuRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected