DhStyleBase | +--DhElement | +--DhJumpPointpublic class DhJumpPoint
Represents an jump point within a document (that is, a <A NAME=...> reference).
Constructors
Name | Description |
---|---|
DhJumpPoint() | Creates a DhJumpPoint object. |
DhJumpPoint(String name) | Creates a DhJumpPoint object. |
Methods
Name | Description |
---|---|
getName() | Retrieves the current jump point name. |
setName(String n) | Sets the jump point name. |
Creates a DhJumpPoint object.
Creates a DhJumpPoint object. This is a one-step constructor that initializes the name of the jump point.
Returns the name, or returns a null string if one does not exist.
Retrieves the current jump point name.
Sets the jump point name.