Skip to content

Commit ee152fe

Browse files
committed
Removed getLocalName() from reference
1 parent 543d6fc commit ee152fe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

core/src/processing/data/XML.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,7 @@ public void setName(String newName) {
220220
/**
221221
* Returns the name of the element (without namespace prefix).
222222
*
223-
* @webref xml:method
224-
* @brief Gets the element's name
225-
* @return the name, or null if the element only contains #PCDATA.
223+
* Internal function; not included in reference.
226224
*/
227225
public String getLocalName() {
228226
return node.getLocalName();

0 commit comments

Comments
 (0)