Overview | Methods | This Package | All Packages
Retrieves the current jump point name.
Syntax
public String getName()
Return Value
Returns the name, or returns a null string if one does not exist. This is the text that is assigned to a NAME attribute in HTML. For example, if "anchor2" is returned, the corresponding HTML anchor tag would be <A NAME="anchor2"></A>
See Also setName