Interface CommonAttributes
- All Known Implementing Classes:
CommonAttributesImpl
public interface CommonAttributes
A CommonAttributes
-
Method Details
-
getBase
String getBase()Get the a base URI- Returns:
- base as String
-
getLang
String getLang()Get the natural language for the element- Returns:
- language as String
-
getAttributes
List<ExtensionAttribute> getAttributes()Get the list of any attributes- Returns:
- list of
ExtensionAttribute
-