aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop/embedding.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml-docs/fop/embedding.xml')
-rw-r--r--docs/xml-docs/fop/embedding.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml
index dbed2a95b..90c319f49 100644
--- a/docs/xml-docs/fop/embedding.xml
+++ b/docs/xml-docs/fop/embedding.xml
@@ -22,7 +22,7 @@
buildFOTree(Parser, InputSource) respectively.
</p>
<p>A third possibility may be used to build the FO Tree, namely
- calling getDocumentHandler() and firing the SAX events yourself.
+ calling getContentHandler() and firing the SAX events yourself.
</p>
<p>Once the FO Tree is built, the format() and render() methods may be
called in that order.