C# 클래스 LayoutFarm.WebDom.UniqueStringTable

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

공개 메소드들

메소드 설명
AddStringIfNotExist ( string str ) : int
Clone ( ) : UniqueStringTable
Contains ( string str ) : bool
GetString ( int index ) : string
GetStringIndex ( string str ) : int

get index for specific str, if not found return -1

UniqueStringTable ( ) : System

비공개 메소드들

메소드 설명
GetStringList ( ) : List

메소드 상세

AddStringIfNotExist() 공개 메소드

public AddStringIfNotExist ( string str ) : int
str string
리턴 int

Clone() 공개 메소드

public Clone ( ) : UniqueStringTable
리턴 UniqueStringTable

Contains() 공개 메소드

public Contains ( string str ) : bool
str string
리턴 bool

GetString() 공개 메소드

public GetString ( int index ) : string
index int
리턴 string

GetStringIndex() 공개 메소드

get index for specific str, if not found return -1
public GetStringIndex ( string str ) : int
str string
리턴 int

UniqueStringTable() 공개 메소드

public UniqueStringTable ( ) : System
리턴 System