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
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

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

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

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

Start() public méthode

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