From: Mehdi Houshmand
Date: Thu, 5 Jul 2012 08:45:45 +0000 (+0000)
Subject: Updated documentation with new API changes
X-Git-Tag: fop-2_0~336
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=01d68aa91e5d8af58c44f4185f75f958e87c5b3e;p=xmlgraphics-fop.git
Updated documentation with new API changes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357490 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml
index 24c74f970..abdce8843 100644
--- a/src/documentation/content/xdocs/trunk/embedding.xml
+++ b/src/documentation/content/xdocs/trunk/embedding.xml
@@ -41,8 +41,10 @@
OutputStream, which OutputStream to use for the results of the rendering. You can
customize FOP's behaviour in a rendering run by supplying your own FOUserAgent
instance. The FOUserAgent can, for example, be used to set your own document handler
- instance (details below). Finally, you retrieve a SAX DefaultHandler instance from
- the Fop object and use that as the SAXResult of your transformation.
+ instance (details below). Because the FOUserAgent holds FOP-run-specific configuration
+ data, it should only be used for a single run and not over multiple FOP invocations.
+ Finally, you retrieve a SAX DefaultHandler instance from the Fop object and use that
+ as the SAXResult of your transformation.
@@ -54,6 +56,7 @@
clearly defined, the list of classes below are the generally agreed public API: