getString abstract method
- String name
Gets the value of a string attribute or null if it is not contained or the type doesn't match.
nameAttribute name.
Returns String?. Attribute value.
Implementation
String? getString(String name);
Gets the value of a string attribute or null if it is not contained or the type doesn't match.
name Attribute name.Returns String?. Attribute value.
String? getString(String name);