C# 클래스 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
파일 보기 프로젝트 열기: r1pper/TidyNetPortable 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AttVal() 공개 메소드

public AttVal ( ) : System
리턴 System

AttVal() 공개 메소드

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
리턴 System

AttVal() 공개 메소드

public AttVal ( AttVal next, Attribute dict, int delim, string attribute, string val ) : System
next AttVal
dict Attribute
delim int
attribute string
val string
리턴 System

CheckAttribute() 공개 메소드

public CheckAttribute ( Lexer lexer, Node node ) : Attribute
lexer Lexer
node Node
리턴 Attribute

CheckUniqueAttribute() 공개 메소드

public CheckUniqueAttribute ( Lexer lexer, Node node ) : void
lexer Lexer
node Node
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object