aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/java/org/apache/fop/fo/FObj.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fo/FObj.java b/src/java/org/apache/fop/fo/FObj.java
index 2c2d29bd2..acacfbf46 100644
--- a/src/java/org/apache/fop/fo/FObj.java
+++ b/src/java/org/apache/fop/fo/FObj.java
@@ -110,6 +110,13 @@ public class FObj extends FONode {
super(parent);
}
+ /** Marks input file containing this object **/
+ public String systemId;
+ /** Marks line number of this object in the input file **/
+ public int line;
+ /** Marks column number of this object in the input file **/
+ public int column;
+
/**
* Set the name of this element.
* The prepends "fo:" to the name to indicate it is in the fo namespace.