SAX: Next Round

Rob Schoening rschoening at unforgettable.com
Mon Jan 25 00:10:13 GMT 1999


> On the other hand, as long as a ParserFilter can be constructed with a
> null Parser, it can be subclassed to subsequently set the parent.


I'll second this.

It's easy to get boxed in when too much code gets initialized in the
constructor.  Often I find that code is in the constructor not because it
belongs there but because it makes issues of immutability plainly obvious.
But this gets difficult when you try to implement a non-trivial inheritance
structure.  I have found that this can be especially frustrating (at least
in Java) since constructor calls to super() must precede all other code in
the constructor.

Rob


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list