C# Class NBoilerpipePortable.Parser.CommonTagActions.InlineTagLabelAction

CommonTagActions for inline elements, which triggers some NBoilerpipePortable.Labels.LabelAction on the generated NBoilerpipePortable.Document.TextBlock .
Inheritance: TagAction
ファイルを表示 Open project: Synergex/Baconography

Public Methods

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

Method Details

ChangesTagLevel() public method

public ChangesTagLevel ( ) : bool
return bool

End() public method

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

InlineTagLabelAction() public method

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

Start() public method

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