We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543d6fc commit ee152feCopy full SHA for ee152fe
1 file changed
core/src/processing/data/XML.java
@@ -220,9 +220,7 @@ public void setName(String newName) {
220
/**
221
* Returns the name of the element (without namespace prefix).
222
*
223
- * @webref xml:method
224
- * @brief Gets the element's name
225
- * @return the name, or null if the element only contains #PCDATA.
+ * Internal function; not included in reference.
226
*/
227
public String getLocalName() {
228
return node.getLocalName();
0 commit comments