C# Class Tidy.Core.AttributeTable

HTML attribute 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
Show file Open project: r1pper/TidyNetPortable Class Usage Examples

Public Methods

Method Description
DeclareLiteralAttrib ( string name ) : void
FindAttribute ( AttVal attval ) : Attribute
Install ( Attribute attr ) : Attribute
IsLiteralAttribute ( string attrname ) : bool
IsScript ( string attrname ) : bool
IsUrl ( string attrname ) : bool
Lookup ( string name ) : Attribute

Method Details

DeclareLiteralAttrib() public method

public DeclareLiteralAttrib ( string name ) : void
name string
return void

FindAttribute() public method

public FindAttribute ( AttVal attval ) : Attribute
attval AttVal
return Attribute

Install() public method

public Install ( Attribute attr ) : Attribute
attr Attribute
return Attribute

IsLiteralAttribute() public method

public IsLiteralAttribute ( string attrname ) : bool
attrname string
return bool

IsScript() public method

public IsScript ( string attrname ) : bool
attrname string
return bool

IsUrl() public method

public IsUrl ( string attrname ) : bool
attrname string
return bool

Lookup() public method

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