Interface ExtensionAttribute
-
public interface ExtensionAttributeA ExtensionAttributeExtensionAttribute is an attribute of an extension element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the local name of the attributeStringgetNamespace()Get the namespaceStringgetPrefix()Get the prefix of the attributeStringgetText()Get the text
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Get the namespace- Returns:
- namespace as String
-
getPrefix
String getPrefix()
Get the prefix of the attribute- Returns:
- prefix as String
-
getName
String getName()
Get the local name of the attribute- Returns:
- name as String
-
getText
String getText()
Get the text- Returns:
- text as String
-
-