C# Класс Microsoft.Html.Core.Tree.Nodes.RootNode

Наследование: ElementNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ElementFromPosition ( int pos ) : ElementNode

Finds deepest element node that contains given position

GetPositionElement ( int position, ElementNode &element, AttributeNode &attribute ) : HtmlPositionType

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

Приватные методы

Метод Описание
ToString ( ) : string

Описание методов

ElementFromPosition() публичный Метод

Finds deepest element node that contains given position
public ElementFromPosition ( int pos ) : ElementNode
pos int Position
Результат ElementNode

GetPositionElement() публичный Метод

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
public GetPositionElement ( int position, ElementNode &element, AttributeNode &attribute ) : HtmlPositionType
position int Position in the document
element ElementNode Element that contains this position
attribute AttributeNode Attribute that contains this position or null of none
Результат HtmlPositionType

GetText() публичный Метод

public GetText ( ITextRange range ) : string
range ITextRange
Результат string

GetText() публичный Метод

public GetText ( int start, int length ) : string
start int
length int
Результат string

RootNode() публичный Метод

public RootNode ( HtmlTree owner ) : System
owner HtmlTree
Результат System

ShiftStartingFrom() публичный Метод

public ShiftStartingFrom ( int start, int offset ) : void
start int
offset int
Результат void