XML::DTD::PI - Perl module representing a processing instruction in a DTD


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

Index


NAME

Top

XML::DTD::PI - Perl module representing a processing instruction in a DTD

SYNOPSIS

Top

  use XML::DTD::PI;

  my $pi = XML::DTD::PI->new('example pi');

DESCRIPTION

Top

  XML::DTD::PI is a Perl module representing a processing instruction
  in a DTD. The following methods are provided.

new
 my $pi = XML::DTD::PI->new('<?example pi?>');

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

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.