isTextNode method

bool isTextNode()
inherited

Implementation

bool isTextNode() {
  return this is TextNode;
}