Message::URI::URIReferemce - URI Reference Object Class
## Invoke constructor via DOM Interface require Message::DOM::DOMImplementation; my $dom = Message::DOM::DOMImplementation->new; my $uri = $dom->create_uri_reference ($uri_string);
## Invoke constructor directly require Message::URI::URIReference; my $uri = Message::DOM::DOMImplementation ->create_uri_reference ($uri_string);
## Methods and attributes print $uri->uri_scheme; print $uri->uri_authority; print $uri->get_absolute_reference ($base_uri);
@@ TBD
@@ TBD
@@ TBD
Manakai DOM URI Module.
the Message::DOM::DOMImplementation manpage.
Wakaba <w@suika.fam.cx>.
Copyright 2007 Wakaba <w@suika.fam.cx>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.