isText method

bool isText()

Implementation

bool isText() {
  return lsl_is_text(xmlPtr) != 0;
}