C# Class JsonFx.BuildTools.HtmlDistiller.Filters.StripHtmlFilter

HtmlFilter which strips all tags from the input
Inheritance: HyperlinkFilter
Datei anzeigen Open project: pocket-playlab/jsonfx-v1

Public Methods

Method Description
FilterAttribute ( string tag, string attribute, string &value ) : bool

Strips all attributes

FilterStyle ( string tag, string style, string &value ) : bool

Strips all styles

FilterTag ( HtmlTag tag ) : bool

Strips all tags

StripHtmlFilter ( ) : System

Ctor

StripHtmlFilter ( bool autoLink ) : System

Ctor

StripHtmlFilter ( int maxWordLength ) : System

Ctor

StripHtmlFilter ( int maxWordLength, bool autoLink ) : System

Ctor

Method Details

FilterAttribute() public method

Strips all attributes
public FilterAttribute ( string tag, string attribute, string &value ) : bool
tag string
attribute string
value string
return bool

FilterStyle() public method

Strips all styles
public FilterStyle ( string tag, string style, string &value ) : bool
tag string
style string
value string
return bool

FilterTag() public method

Strips all tags
public FilterTag ( HtmlTag tag ) : bool
tag HtmlTag
return bool

StripHtmlFilter() public method

Ctor
public StripHtmlFilter ( ) : System
return System

StripHtmlFilter() public method

Ctor
public StripHtmlFilter ( bool autoLink ) : System
autoLink bool
return System

StripHtmlFilter() public method

Ctor
public StripHtmlFilter ( int maxWordLength ) : System
maxWordLength int
return System

StripHtmlFilter() public method

Ctor
public StripHtmlFilter ( int maxWordLength, bool autoLink ) : System
maxWordLength int
autoLink bool
return System