@Override
  public void startCDATA() throws SAXException {
    startNonVisibleElement();

    super.startCDATA();
  }