getEId method

String? getEId()

return first e tag found

Implementation

String? getEId() {
  return getFirstTag("e");
}