Interface CommonAttributes
-
public interface CommonAttributesA CommonAttributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ExtensionAttribute>getAttributes()Get the list of any attributesStringgetBase()Get the a base URIStringgetLang()Get the natural language for the element
-
-
-
Method Detail
-
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
-
-