Interface IDTypeVerifier


@API(type=EXTENDABLE, src=PUBLIC) public interface IDTypeVerifier
Interface used to check if an attribute has the ID type.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    hasIDType(String elementName, String elementNs, String attrName, String attrNs)
    Check if the provided attribute has the ID type.
  • Method Details

    • 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.