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

상속: TagAction
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
Chained ( TagAction t1, TagAction t2 ) : System
ChangesTagLevel ( ) : bool
End ( NBoilerpipeContentHandler instance, string localName ) : bool
Start ( NBoilerpipeContentHandler instance, string localName, HtmlAgilityPack.HtmlAttributeCollection atts ) : bool

메소드 상세

Chained() 공개 메소드

public Chained ( TagAction t1, TagAction t2 ) : System
t1 TagAction
t2 TagAction
리턴 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