Property | Type | Description | |
---|---|---|---|
BadAccess | int | ||
BadChars | int | ||
BadDoctype | bool | ||
BadForm | int | ||
BadLayout | int | ||
Columns | int | ||
Doctype | HtmlVersion | ||
ExcludeBlocks | bool | ||
Exiled | bool | ||
Inode | |||
Input | |||
Insert | int | ||
Insertspace | bool | ||
Istack | Stack |
||
Istackbase | int | ||
Isvoyager | bool | ||
Lexbuf | byte[] | ||
Lexlength | int | ||
Lexsize | int | ||
Lines | int | ||
Messages | TidyMessageCollection | ||
Options | |||
Pushed | bool | ||
State | short | ||
Styles | |||
Token | |||
Txtend | int | ||
Txtstart | int | ||
Versions | HtmlVersion | ||
Waswhite | bool |
Property | Type | Description | |
---|---|---|---|
SeenBodyEndTag | int |
Method | Description | |
---|---|---|
AddByte ( int c ) : void | ||
AddCharToLexer ( int c ) : void | ||
AddGenerator ( |
||
AddStringLiteral ( string str ) : void | ||
AddStringToLexer ( string str ) : void | ||
ApparentVersion ( ) : HtmlVersion | ||
CanPrune ( |
||
ChangeChar ( byte c ) : void | ||
CheckDocTypeKeyWords ( |
||
CloneAttributes ( |
||
CloneNode ( |
||
DeferDup ( ) : void | ||
EndOfInput ( ) : bool | ||
ExpectsContent ( |
||
FindGivenVersion ( |
||
FixDocType ( |
||
FixHtmlNameSpace ( |
||
FixId ( |
||
FixXmlPi ( |
||
FoldCase ( char c, bool tocaps, bool xmlTags ) : char | ||
GetBytes ( string str ) : byte[] | ||
GetCdata ( |
||
GetHtmlVersion ( ) : HtmlVersion | ||
GetString ( byte bytes, int offset, int length ) : string | ||
GetToken ( short mode ) : |
||
HtmlVersionName ( ) : string | ||
InferredTag ( string name ) : |
||
InlineDup ( |
||
InsertedToken ( ) : |
||
IsPushed ( |
||
IsValidAttrName ( string attr ) : bool | ||
Lexer ( |
||
NewLineNode ( ) : |
||
NewNode ( ) : |
||
NewNode ( short type, byte textarray, int start, int end ) : |
||
NewNode ( short type, byte textarray, int start, int end, string element ) : |
||
ParseAsp ( ) : |
||
ParseAttribute ( |
||
ParseAttrs ( |
||
ParseEntity ( short mode ) : void | ||
ParsePhp ( ) : |
||
ParseServerInstruction ( ) : int | ||
ParseTagName ( ) : char | ||
ParseValue ( string name, bool foldCase, |
||
PopInline ( |
||
PushInline ( |
||
SetXhtmlDocType ( |
||
UngetToken ( ) : void |
Method | Description | |
---|---|---|
UpdateNodeTextArrays ( byte oldtextarray, byte newtextarray ) : void |
Method | Description | |
---|---|---|
FindBadSubString ( string s, string p, int len ) : bool | ||
Lexer ( ) : System | ||
Map ( char c ) : short | ||
MapStr ( string str, int code ) : void |
public AddStringLiteral ( string str ) : void | ||
str | string | |
return | void |
public AddStringToLexer ( string str ) : void | ||
str | string | |
return | void |
public CheckDocTypeKeyWords ( |
||
doctype | ||
return | bool |
public CloneAttributes ( |
||
attrs | ||
return |
public static ExpectsContent ( |
||
node | ||
return | bool |
public FindGivenVersion ( |
||
doctype | ||
return | HtmlVersion |
public FixHtmlNameSpace ( |
||
root | ||
profile | string | |
return | void |
public static FoldCase ( char c, bool tocaps, bool xmlTags ) : char | ||
c | char | |
tocaps | bool | |
xmlTags | bool | |
return | char |
public static GetBytes ( string str ) : byte[] | ||
str | string | |
return | byte[] |
public static GetString ( byte bytes, int offset, int length ) : string | ||
bytes | byte | |
offset | int | |
length | int | |
return | string |
public static IsValidAttrName ( string attr ) : bool | ||
attr | string | |
return | bool |
public Lexer ( |
||
input | ||
options | ||
return | System |
public NewNode ( short type, byte textarray, int start, int end ) : |
||
type | short | |
textarray | byte | |
start | int | |
end | int | |
return |
public NewNode ( short type, byte textarray, int start, int end, string element ) : |
||
type | short | |
textarray | byte | |
start | int | |
end | int | |
element | string | |
return |
public ParseAttribute ( |
||
isempty | ||
asp | ||
php | ||
return | string |
public ParseAttrs ( |
||
isempty | ||
return |
public ParseValue ( string name, bool foldCase, |
||
name | string | |
foldCase | bool | |
isempty | ||
pdelim | ||
return | string |
protected UpdateNodeTextArrays ( byte oldtextarray, byte newtextarray ) : void | ||
oldtextarray | byte | |
newtextarray | byte | |
return | void |