C# 클래스 NBoilerpipePortable.Parser.CommonTagActions.BlockTagLabelAction

CommonTagActions for block-level elements, which triggers some NBoilerpipePortable.Labels.LabelAction on the generated NBoilerpipePortable.Document.TextBlock .
상속: TagAction
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
BlockTagLabelAction ( LabelAction action ) : System
ChangesTagLevel ( ) : bool
End ( NBoilerpipeContentHandler instance, string localName ) : bool
Start ( NBoilerpipeContentHandler instance, string localName, HtmlAgilityPack.HtmlAttributeCollection atts ) : bool

메소드 상세

BlockTagLabelAction() 공개 메소드

public BlockTagLabelAction ( LabelAction action ) : System
action LabelAction
리턴 System

ChangesTagLevel() 공개 메소드

public ChangesTagLevel ( ) : bool
리턴 bool

End() 공개 메소드

public End ( NBoilerpipeContentHandler instance, string localName ) : bool
instance NBoilerpipeContentHandler
localName string
리턴 bool

Start() 공개 메소드

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