name
getName ( )
None available
description
Returns the name of the XML object this is the name of the tag that represents the element in the XML file. For example, TITLE is the elementName of an HTML TITLE tag. If the XML object is a text element this method returns null.
syntax
getName();
returns
String the name of the element
usage
Web & Application
related