Package ro.sync.ecss.extensions.api
Interface CustomAttributeValueContext
@API(type=EXTENDABLE,
src=PUBLIC)
public interface CustomAttributeValueContext
Context for a custom attribute.
- Since:
- 22
-
Method Summary
Modifier and TypeMethodDescriptionGet the attribute qname.Get the attribute value.Get the URL of the current document in which the attribute is defined.
-
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.
-