]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
port from maintenance branch the variables that are used to track an object's locatio...
authorWilliam Victor Mote <vmote@apache.org>
Tue, 7 Oct 2003 00:36:14 +0000 (00:36 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 7 Oct 2003 00:36:14 +0000 (00:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196946 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FObj.java

index 2c2d29bd2326c4a1c95512c94e3dc050089ea6a8..acacfbf46f32bcd671e8840819b43293065ce197 100644 (file)
@@ -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.