mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
Removed getLocalName() from reference
This commit is contained in:
@@ -220,9 +220,7 @@ public class XML implements Serializable {
|
||||
/**
|
||||
* Returns the name of the element (without namespace prefix).
|
||||
*
|
||||
* @webref xml:method
|
||||
* @brief Gets the element's name
|
||||
* @return the name, or null if the element only contains #PCDATA.
|
||||
* Internal function; not included in reference.
|
||||
*/
|
||||
public String getLocalName() {
|
||||
return node.getLocalName();
|
||||
|
||||
Reference in New Issue
Block a user