getNameSpace method

String? getNameSpace()
inherited

Implementation

String? getNameSpace() {
  return getAttribute('xmlns')?.value;
}