class Locator - Location address.

Declared in module tm

Synopsis

class Locator:
    def __init__(self, address='', loctype='sgml')
    def finalize(self) # Finalize the Locator object and resolve any missing information.
    def get_address(self) # Get the address of this location.
    def get_id(self) # Get the internal Locator id.
    def get_loctype(self) # Get the locator type/notation.
    def set_address(self, address) # Set the address of this location.
    def set_loctype(self, loctype) # Set the locator type/notation.