--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--
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.
