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

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

공개 메소드들

메소드 설명
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