NAME

XML::DTD::PERef - Perl module representing a parameter entity reference

SYNOPSIS

use XML::DTD::PERef;

my $per = XML::DTD::PERef->new('%entname;');

DESCRIPTION

XML::DTD::PERef is a Perl module representing a parameter entity reference. The following methods are provided.

new
my $per = XML::DTD::PERef->new('%entname;');

Construct a new XML::DTD::PERef object.

value
print $per->value;

Return the value of the referenced entity.

xmlattrib
$xat = $per->xmlattrib;

Return attributes for XML representation.

SEE ALSO

XML::DTD, XML::DTD::Component

AUTHOR

Brendt Wohlberg <wohl@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2004-2010 by Brendt Wohlberg

This library is available under the terms of the GNU General Public License (GPL), described in the GPL file included in this distribution.