C# 클래스 Tidy.Core.EntityTable

Entity hash table (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
파일 보기 프로젝트 열기: r1pper/TidyNetPortable

공개 메소드들

메소드 설명
EntityCode ( string name ) : short
EntityName ( short code ) : string
Install ( Entity ent ) : Entity
Install ( string name, short code ) : Entity
Lookup ( string name ) : Entity

메소드 상세

EntityCode() 공개 메소드

public EntityCode ( string name ) : short
name string
리턴 short

EntityName() 공개 메소드

public EntityName ( short code ) : string
code short
리턴 string

Install() 공개 메소드

public Install ( Entity ent ) : Entity
ent Entity
리턴 Entity

Install() 공개 메소드

public Install ( string name, short code ) : Entity
name string
code short
리턴 Entity

Lookup() 공개 메소드

public Lookup ( string name ) : Entity
name string
리턴 Entity