C# Class 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
Mostrar archivo Open project: r1pper/TidyNetPortable

Public Methods

Method Description
EntityCode ( string name ) : short
EntityName ( short code ) : string
Install ( Entity ent ) : Entity
Install ( string name, short code ) : Entity
Lookup ( string name ) : Entity

Method Details

EntityCode() public method

public EntityCode ( string name ) : short
name string
return short

EntityName() public method

public EntityName ( short code ) : string
code short
return string

Install() public method

public Install ( Entity ent ) : Entity
ent Entity
return Entity

Install() public method

public Install ( string name, short code ) : Entity
name string
code short
return Entity

Lookup() public method

public Lookup ( string name ) : Entity
name string
return Entity