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

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

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

Метод Описание
Contains ( int position ) : bool

Determines if node contains given position

HasPrefix ( ) : bool

Determines if node name has namespace prefix

Shift ( int offset ) : void

Shifts node start, end and all child elements by the specified offset.

ShiftStartingFrom ( int position, int offset ) : void

Shifts node components that are located at or beyond given start point by the specified range

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

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

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

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

Determines if node contains given position
public Contains ( int position ) : bool
position int Position in a text buffer
Результат bool

HasPrefix() публичный абстрактный Метод

Determines if node name has namespace prefix
public abstract HasPrefix ( ) : bool
Результат bool

Shift() публичный абстрактный Метод

Shifts node start, end and all child elements by the specified offset.
public abstract Shift ( int offset ) : void
offset int
Результат void

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

Shifts node components that are located at or beyond given start point by the specified range
public abstract ShiftStartingFrom ( int position, int offset ) : void
position int
offset int Offset to shift by
Результат void