Method | Description | |
---|---|---|
ElementFromPosition ( int pos ) : |
Finds deepest element node that contains given position
|
|
GetPositionElement ( int position, |
Determines given position type. Returns element and attribute at this position. Attribute can be null. Return type specifies position as a set of flags HtmlPositionType
|
|
GetText ( ITextRange range ) : string | ||
GetText ( int start, int length ) : string | ||
RootNode ( HtmlTree owner ) : System | ||
ShiftStartingFrom ( int start, int offset ) : void |
Method | Description | |
---|---|---|
ToString ( ) : string |
public ElementFromPosition ( int pos ) : |
||
pos | int | Position |
return |
public GetPositionElement ( int position, |
||
position | int | Position in the document |
element | Element that contains this position | |
attribute | Attribute that contains this position or null of none | |
return | HtmlPositionType |
public GetText ( int start, int length ) : string | ||
start | int | |
length | int | |
return | string |
public ShiftStartingFrom ( int start, int offset ) : void | ||
start | int | |
offset | int | |
return | void |