Constructor Locator
Locator()
Zero-argument constructor.
This will not normally be useful, since the main purpose of this class is to make a snapshot of an existing ILocator.
Declaration
public Locator()
Locator(ILocator)
Copy constructor.
Create a persistent copy of the current state of a locator. When the original locator changes, this copy will still keep the original values (and it can be used outside the scope of DocumentHandler methods).
Declaration
public Locator(ILocator locator)
Parameters
Type | Name | Description |
---|---|---|
ILocator | locator | The locator to copy. |