isDocumentFragment method

bool isDocumentFragment()

Implementation

bool isDocumentFragment() {
  return this is DocumentFragment;
}