cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-02-27 Thread pbwest
pbwest 2004/02/27 18:10:06 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Removed 'throws IndexOutOfBoundsException' clause from Node(Node) constructor. Revision ChangesPath No revision

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-02-04 Thread pbwest
pbwest 2004/02/04 04:17:51 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Added private method hasNextNode() as the implementation of hasNode(). Made constructors refer to this method to bypass scope problems in

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-01-28 Thread pbwest
pbwest 2004/01/28 18:53:37 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Added: getPrecedingSibling getFollowingSibling precedingLeaf followingLeaf to support resolution of keeps and space-specifiers.

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-01-27 Thread pbwest
pbwest 2004/01/26 15:03:53 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Removed Tree reference from Node. The intention is to allow floating subtrees during Area tree construction. Previously, the containing

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:19:56 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Added optional synchronization. Revision ChangesPath No revision No revision 1.1.2.4 +357

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-01-04 Thread pbwest
pbwest 2004/01/04 17:45:32 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Made children protected. Removed redundant casts flagged by Eclipse. Revision ChangesPath No revision No