Parent Directory | Revision Log | Patch
revision 1.4 by wakaba, Sat Jul 7 05:58:11 2007 UTC | revision 1.5 by wakaba, Sat Jul 7 12:26:23 2007 UTC | |
---|---|---|
# | Line 25 ok $dom->isa ('Message::IF::DOMImplement | Line 25 ok $dom->isa ('Message::IF::DOMImplement |
25 | ||
26 | { | { |
27 | ok $dom->can ('create_document_type') ? 1 : 0, 1, "can create_document_type"; | ok $dom->can ('create_document_type') ? 1 : 0, 1, "can create_document_type"; |
28 | my $doc = $dom->create_document_type; | my $doc = $dom->create_document_type ('dt'); |
29 | ok UNIVERSAL::isa ($doc, 'Message::IF::DocumentType'); | ok UNIVERSAL::isa ($doc, 'Message::IF::DocumentType'); |
30 | } | } |
31 |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |