The internal NOOPHandler is needed to act as an entity resolver when
parsing the domain.xml.template file. The problem is that the
DOCTYPE in this template has a token of the form ${com.sun.aas.installRoot}
which cannot be resolved using the standard entity resolver. Instead
we explicitly pass the DTD file name to parse against in the
constructor of this class.