C# Class NBoilerpipePortable.Parser.CommonTagActions.InlineTagLabelAction

CommonTagActions for inline elements, which triggers some NBoilerpipePortable.Labels.LabelAction on the generated NBoilerpipePortable.Document.TextBlock .
Inheritance: TagAction
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode 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 méthode

public ChangesTagLevel ( ) : bool
Résultat bool

End() public méthode

public End ( NBoilerpipeContentHandler instance, string localName ) : bool
instance NBoilerpipeContentHandler
localName string
Résultat bool

InlineTagLabelAction() public méthode

public InlineTagLabelAction ( LabelAction action ) : System
action LabelAction
Résultat System

Start() public méthode

public Start ( NBoilerpipeContentHandler instance, string localName, HtmlAgilityPack.HtmlAttributeCollection atts ) : bool
instance NBoilerpipeContentHandler
localName string
atts HtmlAgilityPack.HtmlAttributeCollection
Résultat bool