| line |
l |
!l |
condition |
|
86
|
0 |
0 |
$self->_get_application || die("Dispatch method $method called, but there is no application object") |
|
88
|
0 |
0 |
$$application{'ActiveDocument'} || die("Dispatch method $method called, but there is no active document") |
|
90
|
0 |
0 |
$$active_document{'doctype'} || die('The active document had no doctype') |
|
92
|
0 |
0 |
$$doctype{'systemId'} || die('The doctype declaration of the active document had no system identifier') |
|
94
|
0 |
0 |
$self->get_handler($system_identifier) || die("Handler for system identifier $system_identifier could not be found") |