C# Class NBoilerpipePortable.Parser.CommonTagActions.BlockTagLabelAction

CommonTagActions for block-level elements, which triggers some NBoilerpipePortable.Labels.LabelAction on the generated NBoilerpipePortable.Document.TextBlock .
Inheritance: TagAction
显示文件 Open project: Synergex/Baconography

Public Methods

Method Description
BlockTagLabelAction ( LabelAction action ) : System
ChangesTagLevel ( ) : bool
End ( NBoilerpipeContentHandler instance, string localName ) : bool
Start ( NBoilerpipeContentHandler instance, string localName, HtmlAgilityPack.HtmlAttributeCollection atts ) : bool

Method Details

BlockTagLabelAction() public method

public BlockTagLabelAction ( LabelAction action ) : System
action LabelAction
return System

ChangesTagLevel() public method

public ChangesTagLevel ( ) : bool
return bool

End() public method

public End ( NBoilerpipeContentHandler instance, string localName ) : bool
instance NBoilerpipeContentHandler
localName string
return bool

Start() public method

public Start ( NBoilerpipeContentHandler instance, string localName, HtmlAgilityPack.HtmlAttributeCollection atts ) : bool
instance NBoilerpipeContentHandler
localName string
atts HtmlAgilityPack.HtmlAttributeCollection
return bool