You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Williamson, Siehnai" <sw...@docucorp.com> on 2002/01/03 00:26:07 UTC

DTDGrammar doesn't have getEntityEnumerator()

Hi Guys,

Before Xerces 1.6, the DTDValidator class had a getEntityEnumerator() method
for retrieving entity info.  Now, you have to access DTD info through the
DTDGrammar class--but this has no way of retrieving entity declaration
information.  Is there another way I can do this.  Please help.

Thanks