public to non-public in Xalan-J serializer 
-------------------------------------------

         Key: XALANJ-2269
         URL: http://issues.apache.org/jira/browse/XALANJ-2269
     Project: XalanJ2
        Type: Wish
  Components: Serialization  
    Versions: Latest Development Code, 2.7    
    Reporter: Toadie Darsten


Some of the public methods/classes that were previously declared as non-final 
in 2.5.x have been made final in the 2.7+

It would be great if they were left non-final 

--excerpt-- 
"public" classes that I'd like to see become package-private.
Is anyone using these directly?
This is my area of greatest concern so it will probably be left as
"public".
========================================================== 
- ToHTMLStream
- ToTextStream
- ToXMLStream
--excerpt--
 
 
Unfortunately, we are using what Brian has proposed as a feature change (we 
were on 2.5.1 and have recently moved to 2.7.x)
 
We had (and still do) have a need to extend the ToXMLStream class to perform a 
number of tasks.
In 2.7.x, it's now declared as final.   So, for implementation that requires 
custom XML serialization, what is the general guideline for implementing those 
serializer? 
 
It would be nice if we can leverage some of the code that's already implemented 
by Apache.
 
Thanks.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to