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
Afficher le fichier Open project: r1pper/TidyNetPortable Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DeclareLiteralAttrib ( string name ) : void
name string
Résultat void

FindAttribute() public méthode

public FindAttribute ( AttVal attval ) : Attribute
attval AttVal
Résultat Attribute

Install() public méthode

public Install ( Attribute attr ) : Attribute
attr Attribute
Résultat Attribute

IsLiteralAttribute() public méthode

public IsLiteralAttribute ( string attrname ) : bool
attrname string
Résultat bool

IsScript() public méthode

public IsScript ( string attrname ) : bool
attrname string
Résultat bool

IsUrl() public méthode

public IsUrl ( string attrname ) : bool
attrname string
Résultat bool

Lookup() public méthode

public Lookup ( string name ) : Attribute
name string
Résultat Attribute