Minify_HTML::_needsCdata PHP Method

_needsCdata() protected method

protected _needsCdata ( $str )
    protected function _needsCdata($str)
    {
        return $this->_isXhtml && preg_match('/(?:[<&]|\\-\\-|\\]\\]>)/', $str);
    }