isEmpty method

bool isEmpty()

Implementation

bool isEmpty() {
  return lsl_empty(xmlPtr) != 0;
}