isDocumentFragment method

bool isDocumentFragment()
inherited

Implementation

bool isDocumentFragment() {
  return this is DocumentFragment;
}