isTextNode method

bool isTextNode()

Implementation

bool isTextNode() {
  return this is TextNode;
}