SGML::DTDParse::DTD - Parse an SGML or XML DTD.
Contents
Availability
Constructor Methods
TODO.
Copyright And License
See SGML::DTDParse for copyright and license information.
perl v5.32.1 2022-01-21 SGML::DTDParse::DTD(3pm)
Description
SGML::DTDParse::DTD is the main module for parsing a DTD. Normally, this module is not used directly
with the program dtdparse being the prefered usage model for parsing a DTD.
Methods
TODO.
Name
SGML::DTDParse::DTD - Parse an SGML or XML DTD.
Prerequisites
Text::DelimMatch
See Also
dtdparse
See SGML::DTDParse for an overview of the DTDParse package.
Synopsis
use SGML::DTDParse::DTD;
$dtd = SGML::DTDParse::DTD->new( %options );
$dtd->parse($dtd_file);
$dtd->xml($file_handle);
