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

Method getName

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

Gets the element's full name, which is returned as a String . @webref xml:method @webBrief Gets the element's full name @return the name, or null if the element only contains #PCDATA.

()

Source from the content-addressed store, hash-verified

330 * @return the name, or null if the element only contains #PCDATA.
331 */
332 public String getName() {
333// return name;
334 return node.getNodeName();
335 }
336
337 /**
338 * Sets the element's name, which is specified as a <b>String</b>.

Callers 15

GradientMethod · 0.95
getChildMethod · 0.95
getChildRecursiveMethod · 0.95
getChildrenMethod · 0.95
createShapeMethod · 0.45
resourceFilenameMethod · 0.45
listChildrenMethod · 0.45
populateMapMethod · 0.45
wrapMethod · 0.45
TableMethod · 0.45
odsFindContentXMLMethod · 0.45
odsParseSheetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected