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


XML-DTD documentation  | view source Contained in the XML-DTD distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use XML::DTD::PERef;

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

DESCRIPTION

Top

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

Top

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

AUTHOR

Top

Brendt Wohlberg <wohl@cpan.org>

COPYRIGHT AND LICENSE

Top


XML-DTD documentation  | view source Contained in the XML-DTD distribution.