vmote 2003/10/06 17:36:14 Modified: src/java/org/apache/fop/fo FObj.java Log: port from maintenance branch the variables that are used to track an object's location in the input file Revision Changes Path 1.20 +7 -0 xml-fop/src/java/org/apache/fop/fo/FObj.java Index: FObj.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/FObj.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- FObj.java 19 Sep 2003 14:33:15 -0000 1.19 +++ FObj.java 7 Oct 2003 00:36:14 -0000 1.20 @@ -110,6 +110,13 @@ 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.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]