logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SGML::DTDParse::DTD - Parse an SGML or XML DTD.

Authors

       Originally developed by Norman Walsh, <ndw@nwalsh.com>.

       Earl Hood <earl@earlhood.com> picked up support and maintenance.

Availability

Constructor Methods

       TODO.

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);

See Also