isElementNode method

bool isElementNode()
inherited

Implementation

bool isElementNode() {
  return this is Element;
}