Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by wakaba, Sat Jul 7 05:58:11 2007 UTC | revision 1.2 by wakaba, Sat Jul 7 09:11:05 2007 UTC | |
|---|---|---|
| # | Line 27 sub get_dom_implementation ($$) { | Line 27 sub get_dom_implementation ($$) { |
| 27 | } # get_dom_implementation | } # get_dom_implementation |
| 28 | ||
| 29 | sub get_dom_implementation_list ($$) { | sub get_dom_implementation_list ($$) { |
| local $Error::Depth = $Error::Depth + 1; | ||
| 30 | require Message::DOM::DOMImplementationList; | require Message::DOM::DOMImplementationList; |
| 31 | my $list = bless [], 'Message::DOM::DOMImplementationList'; | my $list = bless [], 'Message::DOM::DOMImplementationList'; |
| 32 | my $dom = $_[0]->get_dom_implementation ($_[1]); | my $dom = $_[0]->get_dom_implementation ($_[1]); |
|
||||||||
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |