Package ro.sync.ecss.extensions.xhtml
Class XHTMLElementLocatorProvider
java.lang.Object
ro.sync.ecss.extensions.xhtml.XHTMLElementLocatorProvider
- All Implemented Interfaces:
Extension,ElementLocatorProvider
@API(type=INTERNAL,
src=PUBLIC)
public class XHTMLElementLocatorProvider
extends Object
implements ElementLocatorProvider
In XHTML the reference can point to an ID type attribute and also to the
name attribute of the a element.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElementLocator(IDTypeVerifier idVerifier, String link) Get an element locator capable of locating the element pointed by this link.
-
Constructor Details
-
XHTMLElementLocatorProvider
public XHTMLElementLocatorProvider()
-
-
Method Details
-
getElementLocator
Description copied from interface:ElementLocatorProviderGet an element locator capable of locating the element pointed by this link.- Specified by:
getElementLocatorin interfaceElementLocatorProvider- Parameters:
idVerifier- Verifies if a given attribute type is ID.link- The link that points to the element.- Returns:
- An
ElementLocatorcapable of locating the element indicated by the given link. - See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceExtension- Returns:
- The description of the extension.
- See Also:
-