On Feb 3, 2005, at 12:22 PM, sandoz_at_dev.java.net wrote:
> User: sandoz
> Date: 2005/02/03 09:22:00
>
> Log:
> Moved FISource and FIResult to the api.sax package.
Couple of comments:
o I don't believe we want to associate FISource and FIResult with SAX.
FISource and FIResult are implemented using SAX, but that is just a
detail (the constructors take a stream in both cases). If we change the
implementation, we don't want to move them to another package.
o com.sun.xml.fastinfoset.api.sax is a mouthful for API classes. Maybe
we should move these into javax.xml... even though they are not
officially part of the platform.
-- Santiago