C# 클래스 LayoutFarm.WebDom.Parser.HtmlTagMatching

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CanAutoClose ( int nameIndex ) : bool

test if tag can auto close when there is no more content in the parent element

CanAutoClose ( int nameIndex, int nextNodeNameIndex ) : bool
IsSingleTag ( int nameIndex ) : bool

Is the given html tag is single tag or can have content.

비공개 메소드들

메소드 설명
HtmlTagMatching ( ) : System

메소드 상세

CanAutoClose() 공개 정적인 메소드

test if tag can auto close when there is no more content in the parent element
public static CanAutoClose ( int nameIndex ) : bool
nameIndex int
리턴 bool

CanAutoClose() 공개 정적인 메소드

public static CanAutoClose ( int nameIndex, int nextNodeNameIndex ) : bool
nameIndex int
nextNodeNameIndex int
리턴 bool

IsSingleTag() 공개 정적인 메소드

Is the given html tag is single tag or can have content.
public static IsSingleTag ( int nameIndex ) : bool
nameIndex int
리턴 bool