Constructs a new RootHandler
The root filter is required so the parser knows what to do. It's called by the ExpatParser that is instatiated in ProjectConfigurator.
It recieves the expat parse object ref and a reference to the configurator
Overrides
AbstractHandler::__construct() (Constructs a SAX handler parser.)
Parameters:
void startElement(
string
$tag, array
$attrs)
|
|
Kick off a custom action for a start element tag.
The root element of our buildfile is the <project> element. The root filter handles this element if it occurs, creates ProjectHandler to handle any nested tags & attributes of the <project> tag, and calls init.
Tags:
Overrides
AbstractHandler::startElement() (Gets invoked when a XML open tag occurs)
Parameters: