NAME
XML::DTD::Notation - Perl module representing a notation declaration in a DTD
SYNOPSIS
use XML::DTD::Notation;
my $not = XML::DTD::Notation->new('!NOTATION e PUBLIC "+//F//G//EN">');
DESCRIPTION
XML::DTD::Notation is a Perl module representing a notation declaration in a DTD. The following methods are provided.
- new
-
my $not = XML::DTD::Notation->new('<!NOTATION e PUBLIC "+//F//G//EN">');
Construct a new XML::DTD::Notation object.
SEE ALSO
AUTHOR
Brendt Wohlberg <wohl@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2004-2006 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.