=head1 NAME Message::DOM::DOMImplementation - manakai - The C Interface =head1 SYNOPSIS use Message::DOM::DOMImplementation; my $impl = Message::DOM::DOMImplementation->new; my $doc = $impl->create_document; =head1 DESCRIPTION The C module conatins an implementation of C interface as defined in the DOM Level 3 Core specification. This module is part of manakai. =head1 METHODS =over 4 =item I<$impl> = Message::DOM::DOMImplementation->new; Creates a new instance of the DOM implementation and returns it. =back Any methods defined for C interface and other interface such as C can be invoked via the object returned by the C method. For example, a DOM C object can be created by: $doc = $impl->create_document; =head1 SEE ALSO DOM Level 3 Core specification . L. =head1 AUTHOR Wakaba . =head1 LICENSE Copyright 2007 Wakaba This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut ## $Date: 2007/07/29 09:44:24 $