isContainerNode method

bool isContainerNode()
inherited

Implementation

bool isContainerNode() {
  return this is ContainerNode;
}