switchOff method

void switchOff(
  1. Element element
)

Implementation

void switchOff(Element element) {
  element.visitChildElements(_clean);
}