C# Класс NBoilerpipePortable.Parser.CommonTagActions.InlineTagLabelAction

CommonTagActions for inline elements, which triggers some NBoilerpipePortable.Labels.LabelAction on the generated NBoilerpipePortable.Document.TextBlock .
Наследование: TagAction
Показать файл Открыть проект

Открытые методы

Метод Описание
ChangesTagLevel ( ) : bool
End ( NBoilerpipeContentHandler instance, string localName ) : bool
InlineTagLabelAction ( LabelAction action ) : System
Start ( NBoilerpipeContentHandler instance, string localName, HtmlAgilityPack.HtmlAttributeCollection atts ) : bool

Описание методов

ChangesTagLevel() публичный Метод

public ChangesTagLevel ( ) : bool
Результат bool

End() публичный Метод

public End ( NBoilerpipeContentHandler instance, string localName ) : bool
instance NBoilerpipeContentHandler
localName string
Результат bool

InlineTagLabelAction() публичный Метод

public InlineTagLabelAction ( LabelAction action ) : System
action LabelAction
Результат System

Start() публичный Метод

public Start ( NBoilerpipeContentHandler instance, string localName, HtmlAgilityPack.HtmlAttributeCollection atts ) : bool
instance NBoilerpipeContentHandler
localName string
atts HtmlAgilityPack.HtmlAttributeCollection
Результат bool