Returns true if the given tagname has special processing rules.
public function hasRules($tagname) { return isset(static::$tags[$tagname]); }