   | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | |  | making SAXOutputter extensible | making SAXOutputter extensible 2004-01-06 - By Jason Hunter
Back Any time you make internal fields of a class like SAXOutputter protected or public, that's a promise not to change their names or behavior in the future lest we break people's code. That eliminates the benefits of encapsulation and is a larger promise than I think we should sign up for. The real solution then is for you to just take advantage of the source that's distributed and make the changes yourself. That way at least you understand that your code depending on SAXOutputter internals may break in future releases.
-jh-
PJ Fanning wrote:
> Hi, > I've got a small enhancement request. > I'd like to produce a subclass of SAXOutputter that destroys the document as > it outputs it, in order to conserve memory. The current codebase does not > allow you to extend this class. Specifically, most of the members and > methods are private. If they were marked as protected and the NamespaceStack > class marked as public, I would be able to achieve what I'm looking to do. > If there are no objections, I could forward modified versions of these two > classes to the list. > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > To control your jdom-interest membership: > http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@(protected) .com >
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ To control your jdom-interest membership: http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@(protected) .com
Earn $52 per hosting referral at Lunarpages.
|
|
 |