getAsString abstract method
- String name
Gets the value of an attribute as a string or null if it is not contained.
nameAttribute name.
Returns String?. Attribute value.
Implementation
String? getAsString(String name);
Gets the value of an attribute as a string or null if it is not contained.
name Attribute name.Returns String?. Attribute value.
String? getAsString(String name);