Removed getLocalName() from reference

This commit is contained in:
alignedleft
2012-11-08 00:48:35 +00:00
parent 00f8f50dee
commit 835ce653cf

View File

@@ -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();