The XML DTD Object ModelVersion: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author: Alexander Totok
This package is an implementation of the XML DTD specification.
The XML DTD Parser APIVersion: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author: Alexander Totok
This package consists of two parsers:
Initial Parser
parses the input text, searches for parameter
entity declarations (i.e. entities used only within XML DTD)
and substitutes parameter entity
references by corresponding replacement text.