diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/pagination/Root.java')
-rw-r--r-- | src/java/org/apache/fop/fo/pagination/Root.java | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/java/org/apache/fop/fo/pagination/Root.java b/src/java/org/apache/fop/fo/pagination/Root.java index a879f9469..71e0c5ffe 100644 --- a/src/java/org/apache/fop/fo/pagination/Root.java +++ b/src/java/org/apache/fop/fo/pagination/Root.java @@ -49,11 +49,6 @@ public class Root extends FObj { */ private int runningPageNumberCounter = 0; - /** - * Controlling FOTreeHandler object for this FO Tree - */ - private FOInputHandler foInputHandler = null; - /** * @see org.apache.fop.fo.FONode#FONode(FONode) */ @@ -203,26 +198,6 @@ public class Root extends FObj { } /** - * Sets the Document that this Root is attached to - * @param document the apps.Document implementation to which this Root - * is attached - */ - public void setFOInputHandler(FOInputHandler foInputHandler) { - this.foInputHandler = foInputHandler; - } - - /** - * This method overrides the FONode version. The FONode version calls the - * method by the same name for the parent object. Since Root is at the top - * of the tree, it returns the actual FOInputHandler object. Thus, any FONode - * can use this chain to find which FOInputHandler it is being built for. - * @return the FOInputHandler implementation that this Root is attached to - */ - public FOInputHandler getFOInputHandler() { - return foInputHandler; - } - - /** * @see org.apache.fop.fo.FObj#getName() */ public String getName() { |