Retrieves the current jump point name.
public String getName()
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