XML::DTD::Text - Perl module representing text (primarily whitespace) in a DTD


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

Index


NAME

Top

XML::DTD::Text - Perl module representing text (primarily whitespace) in a DTD

SYNOPSIS

Top

  use XML::DTD::Text;

  my $txt = XML::DTD::Text->new('    ');

DESCRIPTION

Top

  XML::DTD::Text is a Perl module representing text (primarily
  whitespace) in a DTD. The following methods are provided.




new
 my $txt = XML::DTD::Text->new('    ');

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

writexml
 $xo = new XML::Output({'fh' => *STDOUT});
 $txt->writexml($xo);

Write an XML representation of the text.

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.