Ejemplo n.º 1
0
 public FilterActionEntry(HtmlFilterData.FilterAction tagAction, HtmlFilterData.FilterAction tagFragmentAction, HtmlFilterData.FilterAction attrAction, HtmlFilterData.FilterAction attrFragmentAction)
 {
     this.tagAction          = tagAction;
     this.tagFragmentAction  = tagFragmentAction;
     this.attrAction         = attrAction;
     this.attrFragmentAction = attrFragmentAction;
 }
Ejemplo n.º 2
0
 public FilterAttributeExceptionEntry(HtmlNameIndex tagNameIndex, HtmlNameIndex attrNameIndex, HtmlFilterData.FilterAction action, HtmlFilterData.FilterAction fragmentAction)
 {
     this.tagNameIndex   = tagNameIndex;
     this.attrNameIndex  = attrNameIndex;
     this.action         = action;
     this.fragmentAction = fragmentAction;
 }