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 that 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
ro.sync.ecss.extensions.commons.DefaultElementLocatorProvider
,
ro.sync.ecss.extensions.commons.IDElementLocator
or ro.sync.ecss.extensions.commons.XPointerElementLocator
can be
found in the oxygen-sample-framework project.