You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tien Duc Nguyen <ti...@reevescommunication.com> on 2000/11/09 20:09:34 UTC

where are the api docs for DOMStreamer, DOMFactory, and ComposerGenerator classes?

Hi all,

          In a piece of code that I have to maintain, there is an import
of org.apache.cocoon.generators.ComposerGenerator,
or.apache.cocoon.xml.util.DOMFactory and
org.apache.cocoon.xml.util.DOMStreamer.
In the cocoon 1.8 release, the api docs doesn't heve these classes.
Where can I find it?
The latest cvs build doesn't even have the api docs!

Thanks.
TIen duc
tienducn@reevescommunication.com


Re: where are the api docs for DOMStreamer, DOMFactory, and ComposerGenerator classes?

Posted by Ross Burton <ro...@lineone.net>.
On Thu, 9 Nov 2000, Tien Duc Nguyen wrote:

>           In a piece of code that I have to maintain, there is an import
> of org.apache.cocoon.generators.ComposerGenerator,
> or.apache.cocoon.xml.util.DOMFactory and
> org.apache.cocoon.xml.util.DOMStreamer.
> In the cocoon 1.8 release, the api docs doesn't heve these classes.
> Where can I find it?
> The latest cvs build doesn't even have the api docs!

All of those classes are from Cocoon 2, not Cocoon 1.x.  You'll have to
checkout the cocoon 2 development branch from CVS, see the web site.

Ross Burton