[EMAIL PROTECTED] wrote:
my own purposes in implementing XML 1.1 support, I've found it useful to take XMLEntityManager.EntityScanner--the only concrete implementation of XMLEntityScanner in our codebase--out of XMLEntityManager and make it a freestanding class. (This way I can extend it easily with an XML 1.1
How is this done considering that the inner class accesses fields and methods of the outer class? My question is more in terms of design.
-- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
