Reference getName()

getName()

Returns the element's name as a String.

An XML element's name is given by its tag. For example, the element <language>JavaScript</language> has the name language.

Examples

Returns

String: name of the element.
This page is generated from the comments in src/io/p5.XML.js . Please feel free to edit it and submit a pull request!

Related References