| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 |
<head> |
| 4 |
<title>Message::DOM::DOMImplementation - manakai - The C<DOMImplementation> Interface</title> |
| 5 |
<link rel="stylesheet" href="http://suika.fam.cx/www/style/html/pod.css" type="text/css" /> |
| 6 |
<link rev="made" href="mailto:admin@suika.fam.cx" /> |
| 7 |
</head> |
| 8 |
|
| 9 |
<body> |
| 10 |
|
| 11 |
<p><a name="__index__"></a></p> |
| 12 |
<!-- INDEX BEGIN --> |
| 13 |
|
| 14 |
<ul> |
| 15 |
|
| 16 |
<li><a href="#name">NAME</a></li> |
| 17 |
<li><a href="#synopsis">SYNOPSIS</a></li> |
| 18 |
<li><a href="#description">DESCRIPTION</a></li> |
| 19 |
<li><a href="#methods">METHODS</a></li> |
| 20 |
<li><a href="#see_also">SEE ALSO</a></li> |
| 21 |
<li><a href="#author">AUTHOR</a></li> |
| 22 |
<li><a href="#license">LICENSE</a></li> |
| 23 |
</ul> |
| 24 |
<!-- INDEX END --> |
| 25 |
|
| 26 |
<hr /> |
| 27 |
<p> |
| 28 |
</p> |
| 29 |
<h1><a name="name">NAME</a></h1> |
| 30 |
<p>Message::DOM::DOMImplementation - manakai - The <code>DOMImplementation</code> Interface</p> |
| 31 |
<p> |
| 32 |
</p> |
| 33 |
<hr /> |
| 34 |
<h1><a name="synopsis">SYNOPSIS</a></h1> |
| 35 |
<pre> |
| 36 |
use Message::DOM::DOMImplementation; |
| 37 |
my $impl = Message::DOM::DOMImplementation->new; |
| 38 |
|
| 39 |
my $doc = $impl->create_document;</pre> |
| 40 |
<p> |
| 41 |
</p> |
| 42 |
<hr /> |
| 43 |
<h1><a name="description">DESCRIPTION</a></h1> |
| 44 |
<p>The <code>Message::DOM::DOMImplementation</code> module conatins an |
| 45 |
implementation of <code>DOMImplementation</code> interface as defined |
| 46 |
in the DOM Level 3 Core specification.</p> |
| 47 |
<p>This module is part of manakai.</p> |
| 48 |
<p> |
| 49 |
</p> |
| 50 |
<hr /> |
| 51 |
<h1><a name="methods">METHODS</a></h1> |
| 52 |
<dl> |
| 53 |
<dt><strong><a name="item_new"><em>$impl</em> = Message::DOM::DOMImplementation->new;</a></strong><br /> |
| 54 |
</dt> |
| 55 |
<dd> |
| 56 |
Creates a new instance of the DOM implementation |
| 57 |
and returns it. |
| 58 |
</dd> |
| 59 |
<p></p></dl> |
| 60 |
<p>Any methods defined for <code>DOMImplementation</code> interface |
| 61 |
and other interface such as <code>URIImplementation</code> can |
| 62 |
be invoked via the object returned by the <a href="#item_new"><code>new</code></a> method. |
| 63 |
For example, a DOM <code>Document</code> object can be created by:</p> |
| 64 |
<pre> |
| 65 |
$doc = $impl->create_document;</pre> |
| 66 |
<p> |
| 67 |
</p> |
| 68 |
<hr /> |
| 69 |
<h1><a name="see_also">SEE ALSO</a></h1> |
| 70 |
<p>DOM Level 3 Core specification |
| 71 |
<http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490>.</p> |
| 72 |
<p><a href="../../Message/DOM/DOMImplementationRegistry.html">the Message::DOM::DOMImplementationRegistry manpage</a>.</p> |
| 73 |
<p> |
| 74 |
</p> |
| 75 |
<hr /> |
| 76 |
<h1><a name="author">AUTHOR</a></h1> |
| 77 |
<p>Wakaba <<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>>.</p> |
| 78 |
<p> |
| 79 |
</p> |
| 80 |
<hr /> |
| 81 |
<h1><a name="license">LICENSE</a></h1> |
| 82 |
<p>Copyright 2007 Wakaba <<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>></p> |
| 83 |
<p>This library is free software; you can redistribute it |
| 84 |
and/or modify it under the same terms as Perl itself.</p> |
| 85 |
|
| 86 |
</body> |
| 87 |
|
| 88 |
</html> |