Creating a customized link target reference finder

If you need to create a custom link target reference finder you can do so by creating the class which will implement the ro.sync.ecss.extensions.api.link.ElementLocatorProvider interface. As an alternative, your class could extend ro.sync.ecss.extensions.commons.DefaultElementLocatorProvider, the default implementation.

Note: The complete source code of the DefaultElementLocator, IDElementLocator or XPointerElementLocator can be found in the Oxygen Default Frameworks project, included in the Oxygen Author SDK zip available for download on the Oxygen website.