Inherits from NSEnumerator
Declared in RedlandStreamEnumerator.h
RedlandStreamEnumerator.m

Overview

Provides an NSEnumerator-based interface for RedlandStreams.

Tasks

Instance Methods

currentContext

Returns the context of the current statement.

- (RedlandNode *)currentContext

Discussion

Returns the context of the current statement.

Declared In

RedlandStreamEnumerator.m

initWithRedlandStream:modifier:

The designated initializer.

- (id)initWithRedlandStream:(RedlandStream *)aStream modifier:(RedlandStreamEnumeratorModifier)aModifier

Parameters

aStream

The stream to enumerate over

aModifier

The modifier that determines over which parts of the stream the receiver iterates

Discussion

The designated initializer.

Declared In

RedlandStreamEnumerator.m