Property | Type | Description | |
---|---|---|---|
adapter | INode | ||
element | string | ||
type | short |
Method | Description | |
---|---|---|
AddAttribute ( string name, string val ) : void | ||
AddClass ( |
||
CheckAttributes ( |
||
CheckNodeIntegrity ( ) : bool | ||
CheckUniqueAttributes ( |
||
CoerceNode ( |
||
DiscardDocType ( ) : void | ||
DiscardElement ( |
||
FindBody ( |
||
FindDocType ( ) : |
||
FindHead ( |
||
FindHtml ( |
||
FixEmptyRow ( |
||
GetAttrByName ( string name ) : |
||
HasOneChild ( ) : bool | ||
InsertDocType ( |
||
InsertMisc ( |
||
InsertNodeAfterElement ( |
||
InsertNodeAsParent ( |
||
InsertNodeAtEnd ( |
||
InsertNodeAtStart ( |
||
InsertNodeBeforeElement ( |
||
IsDescendantOf ( |
||
IsNewNode ( |
||
MoveBeforeTable ( |
||
Node ( ) : System | ||
Node ( short type, byte textarray, int start, int end ) : System | ||
Node ( short type, byte textarray, int start, int end, string element, |
||
RemoveAttribute ( |
||
RemoveNode ( |
||
ToString ( ) : string | ||
TrimEmptyElement ( |
||
TrimInitialSpace ( |
||
TrimSpaces ( |
||
TrimTrailingSpace ( |
Method | Description | |
---|---|---|
Clone ( ) : object | ||
CloneNode ( bool deep ) : |
public AddAttribute ( string name, string val ) : void | ||
name | string | |
val | string | |
return | void |
public static AddClass ( |
||
node | ||
classname | string | |
return | void |
public CheckAttributes ( |
||
lexer | ||
return | void |
public CheckUniqueAttributes ( |
||
lexer | ||
return | void |
public static CoerceNode ( |
||
lexer | ||
node | ||
tag | ||
return | void |
public static DiscardElement ( |
||
element | ||
return |
public static FixEmptyRow ( |
||
lexer | ||
row | ||
return | void |
public GetAttrByName ( string name ) : |
||
name | string | |
return |
public static InsertDocType ( |
||
lexer | ||
element | ||
doctype | ||
return | void |
public static InsertMisc ( |
||
element | ||
node | ||
return | bool |
public static InsertNodeAfterElement ( |
||
element | ||
node | ||
return | void |
public static InsertNodeAsParent ( |
||
element | ||
node | ||
return | void |
public static InsertNodeAtEnd ( |
||
element | ||
node | ||
return | void |
public static InsertNodeAtStart ( |
||
element | ||
node | ||
return | void |
public static InsertNodeBeforeElement ( |
||
element | ||
node | ||
return | void |
public static MoveBeforeTable ( |
||
row | ||
node | ||
tt | ||
return | void |
public Node ( short type, byte textarray, int start, int end ) : System | ||
type | short | |
textarray | byte | |
start | int | |
end | int | |
return | System |
public Node ( short type, byte textarray, int start, int end, string element, |
||
type | short | |
textarray | byte | |
start | int | |
end | int | |
element | string | |
tt | ||
return | System |
public RemoveAttribute ( |
||
attr | ||
return | void |
public static RemoveNode ( |
||
node | ||
return | void |
public static TrimEmptyElement ( |
||
lexer | ||
element | ||
return | void |
public static TrimInitialSpace ( |
||
lexer | ||
element | ||
text | ||
return | void |
public static TrimSpaces ( |
||
lexer | ||
element | ||
return | void |
public static TrimTrailingSpace ( |
||
lexer | ||
element | ||
last | ||
return | void |