Table of Contents

Interface ITreeWalker

Namespace
Org.W3c.Dom.Traversal
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ITreeWalker

Properties

CurrentNode

Node CurrentNode { get; set; }

Property Value

Node

ExpandEntityReferences

bool ExpandEntityReferences { get; }

Property Value

bool

Filter

NodeFilter Filter { get; }

Property Value

NodeFilter

Root

Node Root { get; }

Property Value

Node

WhatToShow

int WhatToShow { get; }

Property Value

int

Methods

FirstChild()

Node FirstChild()

Returns

Node

Node

LastChild()

Node LastChild()

Returns

Node

Node

NextNode()

Node NextNode()

Returns

Node

Node

NextSibling()

Node NextSibling()

Returns

Node

Node

ParentNode()

Node ParentNode()

Returns

Node

Node

PreviousNode()

Node PreviousNode()

Returns

Node

Node

PreviousSibling()

Node PreviousSibling()

Returns

Node

Node