GO::Handlers::base - GO::Handlers::base documentation


go-perl documentation  | view source Contained in the go-perl distribution.

Index


NAME

Top

  GO::Handlers::base     - 

SYNOPSIS

Top

  use GO::Handlers::base

DESCRIPTION

Top

Default Handler, other handlers inherit from this class

this class catches events (start, end and body) and allows the subclassing module to intercept these. unintercepted events get pushed into a tree

See GO::Parser for details on parser/handler architecture

PUBLIC METHODS -

Top

strictorder

  Usage   - $handler->strictorder(1);
  Returns -
  Args    -

boolean accessor; if set, then terms passed must be in order


go-perl documentation  | view source Contained in the go-perl distribution.