22 |
|
# line([linenumber]) : Return the line number of the document |
23 |
|
# and the ProcessedFileObj it is in corresponding to the |
24 |
|
# supplied number of the expanded document |
25 |
< |
# If no number supplied - the currentparse number will be # used |
25 |
> |
# If no number supplied - the currentparse number will be |
26 |
> |
# used |
27 |
|
|
28 |
|
package ActiveDoc::ActiveDoc; |
29 |
|
require 5.004; |
41 |
|
$self->cache($self->{Ostore}->cache()); |
42 |
|
$self->{dbstore}=$self->{Ostore}; |
43 |
|
$self->_initdoc("doc",@_); |
43 |
– |
# $self->{switch}=ActiveDoc::SimpleURLDoc->new($self->{cache}); |
44 |
|
return $self; |
45 |
|
} |
46 |
|
|