C# Class Tidy.Core.AttVal

Attribute/Value linked list node (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
AttVal ( ) : System
AttVal ( AttVal next, Attribute dict, Node asp, Node php, int delim, string attribute, string val ) : System
AttVal ( AttVal next, Attribute dict, int delim, string attribute, string val ) : System
CheckAttribute ( Lexer lexer, Node node ) : Attribute
CheckUniqueAttribute ( Lexer lexer, Node node ) : void
Clone ( ) : object

Method Details

AttVal() public méthode

public AttVal ( ) : System
Résultat System

AttVal() public méthode

public AttVal ( AttVal next, Attribute dict, Node asp, Node php, int delim, string attribute, string val ) : System
next AttVal
dict Attribute
asp Node
php Node
delim int
attribute string
val string
Résultat System

AttVal() public méthode

public AttVal ( AttVal next, Attribute dict, int delim, string attribute, string val ) : System
next AttVal
dict Attribute
delim int
attribute string
val string
Résultat System

CheckAttribute() public méthode

public CheckAttribute ( Lexer lexer, Node node ) : Attribute
lexer Lexer
node Node
Résultat Attribute

CheckUniqueAttribute() public méthode

public CheckUniqueAttribute ( Lexer lexer, Node node ) : void
lexer Lexer
node Node
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object