Interface CustomAttributeValueContext


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

      • getAttributeName

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

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

        java.net.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.