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

Method getName

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

Returns the full name (i.e. the name including an eventual namespace prefix) of the element. @webref xml:method @brief 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

324 * @return the name, or null if the element only contains #PCDATA.
325 */
326 public String getName() {
327// return name;
328 return node.getNodeName();
329 }
330
331 /**
332 * @webref xml:method

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