Table of Contents

Interface INodeIterator

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

.NET interface for TO BE DEFINED FROM USER

public interface INodeIterator

Properties

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

Detach()

void Detach()

NextNode()

Node NextNode()

Returns

Node

Node

Exceptions

DOMException

PreviousNode()

Node PreviousNode()

Returns

Node

Node

Exceptions

DOMException