dev@fi.java.net

Re: FISource and FIResult

From: Santiago Pericas-Geertsen <Santiago.Pericasgeertsen_at_Sun.COM>
Date: Fri, 04 Feb 2005 11:17:25 -0500

On Feb 4, 2005, at 10:44 AM, Paul Sandoz wrote:

>> You mean explicit SAX functionality in FISource and FIResult. How
>> would that help performance?
>>
>
> No, have something like FISAXParsingSource and FISAXSerializingResult,
> in the sax related package, that inherit from FISource and FIResult and
> allow for the reuse of parsers/serializers.

  Wouldn't that be the same as creating a regular SAXSource and
SAXResult and simply setting an FI parser and FI serializer? If I
understand you correctly, you can already do that today.

-- Santiago