Abstract class describing the definition of CKEDITOR.htmlParser.filterRulesDefinition elementNames and attributesNames filtering rules.
elementNames
attributesNames
var rule = [ /^div$/, 'p' ];
0 : RegExp
CKEDITOR.htmlParser.nameTransformRule#0
A regular expression to match the element name or attribute.
1 : String
CKEDITOR.htmlParser.nameTransformRule#1
A string used to replace the match.
Show private items