Class/method info:

> XML Input
> ---------
> 
> FOP can take the input XML in a number of ways:
> - SAX Events through SAX Handler
FOTreeBuilder is the SAX Handler which is obtained through 
getContentHandler on Driver

> - DOM which is converted into SAX Events
This is done via the render(Document) method on Driver

> - data source which is parsed and converted into SAX Events
The Driver can take an InputSource as input, this can use a Stream, String 
etc.

> - XML+XSLT which is transformed using an XSLT Processor and the result 
> is fired as SAX Events
XSLTInputHandler is used as an InputSource in the render(XMLReader, 
InputSource) method on Driver

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

Reply via email to