Inherits from JPSemanticActionsBase : NSObject
Declared in JPStreamSemanticActions.h
JPStreamSemanticActions.mm

Overview

JPStreamSemanticActions is a base class for semantic actions classes implementing an event-based sequential access parser API.

The API is documented in protocol JPSemanticActionsProtocol. For more information see JPSemanticActionsProtocol

Tasks

Instance Methods

initWithHandlerDispatchQueue:

Designated Initializer

- (id)initWithHandlerDispatchQueue:(dispatch_queue_t)handlerQueue

Parameters

handlerQueue

The dispatch queue where handler blocks will be scheduled, or nil, in which case no handlers will be executed.

Discussion

Initializes a JPStreamSemanticActions instance with the specified dispatch queue. If parameter handlerQueue equals nil no dispatch queue will be used and no handler blocks will be scheduled.

Declared In

JPStreamSemanticActions.h