Package ro.sync.ecss.extensions.api.link
Interface IDTypeVerifier
@API(type=EXTENDABLE,
src=PUBLIC)
public interface IDTypeVerifier
Interface used to check if an attribute has the ID type.
-
Method Summary
-
Method Details
-
hasIDType
Check if the provided attribute has the ID type.- Parameters:
elementName
- The local name of the attribute parent element.elementNs
- The namespace of the attribute parent element.attrName
- The local name of the attribute.attrNs
- The namespace of the attribute.- Returns:
true
if the given attribute has the ID type.
-