From 835ce653cf1b57d4fb21d40c686f6d6f3e316220 Mon Sep 17 00:00:00 2001 From: alignedleft Date: Thu, 8 Nov 2012 00:48:35 +0000 Subject: [PATCH] Removed getLocalName() from reference --- core/src/processing/data/XML.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/processing/data/XML.java b/core/src/processing/data/XML.java index 4c35fc333..1ff446651 100644 --- a/core/src/processing/data/XML.java +++ b/core/src/processing/data/XML.java @@ -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();