ro.sync.ecss.extensions.api.link
Interface IDTypeVerifier
public interface IDTypeVerifier
Interface used to check if an attribute has the ID type.
hasIDType
boolean hasIDType(String elementName,
String elementNs,
String attrName,
String attrNs)
- 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.
© Copyright SyncRO Soft SRL 2002 - 2010.