Interface CustomAttributeValueContext


@API(type=EXTENDABLE, src=PUBLIC) public interface CustomAttributeValueContext
Context for a custom attribute.
Since:
22
  • Method Details

    • getAttributeName

      String getAttributeName()
      Get the attribute qname.
      Returns:
      the attribute qname.
    • getAttributeValue

      String getAttributeValue()
      Get the attribute value.
      Returns:
      the attribute value.
    • getBaseURL

      URL getBaseURL()
      Get the URL of the current document in which the attribute is defined.
      Returns:
      the URL of the current document in which the attribute is defined.