]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
21 years agoSets of FOs as expressed in 6.2 Formatting Object Content.
Peter Bernard West [Thu, 7 Nov 2002 23:32:32 +0000 (23:32 +0000)]
Sets of FOs as expressed in 6.2 Formatting Object Content.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195445 13f79535-47bb-0310-9956-ffa450edef68

21 years agoInitial checkin of elements for fo:page-sequence.
Peter Bernard West [Thu, 7 Nov 2002 23:19:54 +0000 (23:19 +0000)]
Initial checkin of elements for fo:page-sequence.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195444 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPackage description.
Peter Bernard West [Thu, 7 Nov 2002 23:18:16 +0000 (23:18 +0000)]
Package description.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195443 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded getStartElement(BitSet, boolean) and
Peter Bernard West [Thu, 7 Nov 2002 15:30:50 +0000 (15:30 +0000)]
Added getStartElement(BitSet, boolean) and
expectStartElement(BitSet, boolean) for processing of FO sets within
fo:page-sequence descendants.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195442 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded cutSubTree, addSubTree and Tree(subtree) tests.
Peter Bernard West [Tue, 5 Nov 2002 14:44:35 +0000 (14:44 +0000)]
Added cutSubTree, addSubTree and Tree(subtree) tests.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195431 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded addSubTree() & setSubTreeTree() methods.
Peter Bernard West [Tue, 5 Nov 2002 14:42:36 +0000 (14:42 +0000)]
Added addSubTree() & setSubTreeTree() methods.
Added cutSubTree().  Changed delete() to preserve internal subtree structure for cutSubTree().
Added setTree(), setParent() and unsetTree().
Removed unreachable code check in PreOrder Iterator.
Modified Iterators to account for possible null children ArrayList.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195430 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved nodeCount. Added constructor with subtree argument.
Peter Bernard West [Tue, 5 Nov 2002 14:34:51 +0000 (14:34 +0000)]
Removed nodeCount.  Added constructor with subtree argument.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195429 13f79535-47bb-0310-9956-ffa450edef68

21 years agoChanges to accommodate externalising of Node from Tree.
Peter Bernard West [Tue, 5 Nov 2002 14:33:11 +0000 (14:33 +0000)]
Changes to accommodate externalising of Node from Tree.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195428 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved event field. N.B. Important that this not be restored
Peter Bernard West [Tue, 5 Nov 2002 14:28:53 +0000 (14:28 +0000)]
Removed event field.  N.B. Important that this not be restored
without ensuring subclasses handle it correctly.
Removed foTree and parent fields.  Rely on underlying tree and parent fields.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195427 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved foTree field from FONode.
Peter Bernard West [Tue, 5 Nov 2002 14:24:58 +0000 (14:24 +0000)]
Removed foTree field from FONode.
Saved pageSequenceMaster HashMap from FoLayoutMasterSet.
Deleted layout-master-set subtree.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195426 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved foTree field.
Peter Bernard West [Tue, 5 Nov 2002 14:23:29 +0000 (14:23 +0000)]
Removed foTree field.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195425 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved declarations and color-profile sets.
Peter Bernard West [Tue, 5 Nov 2002 14:22:45 +0000 (14:22 +0000)]
Removed declarations and color-profile sets.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195424 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved foTree field from FONode.
Peter Bernard West [Tue, 5 Nov 2002 14:18:52 +0000 (14:18 +0000)]
Removed foTree field from FONode.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195423 13f79535-47bb-0310-9956-ffa450edef68

21 years agofo:declarations handling.
Peter Bernard West [Tue, 5 Nov 2002 14:11:52 +0000 (14:11 +0000)]
fo:declarations handling.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195422 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNode and TreeException externalised from Tree.
Peter Bernard West [Mon, 4 Nov 2002 15:17:10 +0000 (15:17 +0000)]
Node and TreeException externalised from Tree.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195411 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNode and TreeException extracted from Tree.
Peter Bernard West [Mon, 4 Nov 2002 14:54:56 +0000 (14:54 +0000)]
Node and TreeException extracted from Tree.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195409 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNode and TreeException extracted from Tree.
Peter Bernard West [Mon, 4 Nov 2002 14:46:03 +0000 (14:46 +0000)]
Node and TreeException extracted from Tree.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195408 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved languages config file handling.
Peter Bernard West [Sat, 2 Nov 2002 02:02:30 +0000 (02:02 +0000)]
Removed languages config file handling.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195404 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved CountryLanguageScript testing.
Peter Bernard West [Sat, 2 Nov 2002 01:54:57 +0000 (01:54 +0000)]
Removed CountryLanguageScript testing.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195403 13f79535-47bb-0310-9956-ffa450edef68

21 years agoTest CountryLanguageScript.
Peter Bernard West [Sat, 2 Nov 2002 01:37:06 +0000 (01:37 +0000)]
Test CountryLanguageScript.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195402 13f79535-47bb-0310-9956-ffa450edef68

21 years agoGenerate CountryLanguageScript.java from xml-lang.xml using xml-lang.xsl.
Peter Bernard West [Sat, 2 Nov 2002 01:35:27 +0000 (01:35 +0000)]
Generate CountryLanguageScript.java from xml-lang.xml using xml-lang.xsl.
Remove languageConfigFile from config.xml.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195401 13f79535-47bb-0310-9956-ffa450edef68

21 years agoGenerate CountryLanguageScript.java from xml-lang.xml using xml-lang.xsl.
Peter Bernard West [Sat, 2 Nov 2002 01:22:35 +0000 (01:22 +0000)]
Generate CountryLanguageScript.java from xml-lang.xml using xml-lang.xsl.
Remove languageConfigFile from config.xml.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195400 13f79535-47bb-0310-9956-ffa450edef68

21 years agoChanges to use CountryLanguageScript for code validation.
Peter Bernard West [Sat, 2 Nov 2002 00:32:08 +0000 (00:32 +0000)]
Changes to use CountryLanguageScript for code validation.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195399 13f79535-47bb-0310-9956-ffa450edef68

21 years agoChanged 'inherited' to COMPUTED. Seems more reasonable than NO.
Peter Bernard West [Thu, 31 Oct 2002 02:55:11 +0000 (02:55 +0000)]
Changed 'inherited' to COMPUTED.  Seems more reasonable than NO.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195393 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded USAGE_CONTEXT_OF_SUPPRESS_AT_LINE_BREAK.
Peter Bernard West [Thu, 31 Oct 2002 02:50:13 +0000 (02:50 +0000)]
Added USAGE_CONTEXT_OF_SUPPRESS_AT_LINE_BREAK.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195392 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDummy class as holding area for FO property set definitions
Peter Bernard West [Thu, 31 Oct 2002 02:24:02 +0000 (02:24 +0000)]
Dummy class as holding area for FO property set definitions
until the individual FO classes are created.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195391 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded uage-context-of-suppress-at-line-break.
Peter Bernard West [Thu, 31 Oct 2002 01:56:47 +0000 (01:56 +0000)]
Added uage-context-of-suppress-at-line-break.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195390 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNew property in Errata.
Peter Bernard West [Thu, 31 Oct 2002 01:53:40 +0000 (01:53 +0000)]
New property in Errata.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195389 13f79535-47bb-0310-9956-ffa450edef68

21 years agoStatic cleanup.
Peter Bernard West [Thu, 31 Oct 2002 01:52:09 +0000 (01:52 +0000)]
Static cleanup.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195388 13f79535-47bb-0310-9956-ffa450edef68

21 years agoComment typos.
Peter Bernard West [Wed, 30 Oct 2002 14:45:38 +0000 (14:45 +0000)]
Comment typos.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195385 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved unused elements. FO property sets migrating to
Peter Bernard West [Wed, 30 Oct 2002 14:45:00 +0000 (14:45 +0000)]
Removed unused elements.  FO property sets migrating to
individual FO object classes.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195384 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded foToIndex and getFOIndex().
Peter Bernard West [Wed, 30 Oct 2002 14:43:08 +0000 (14:43 +0000)]
Added foToIndex and getFOIndex().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195383 13f79535-47bb-0310-9956-ffa450edef68

21 years agosparsePropsSet support, including new constructor with
Peter Bernard West [Wed, 30 Oct 2002 14:41:49 +0000 (14:41 +0000)]
sparsePropsSet support, including new constructor with
sparsePropsMap, sparseIndices and numProps.  makeSparsePropsSet().
getSparsePropValue().  Mods to getProperty for null propertySet.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195382 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded support for sparsePropsSet.
Peter Bernard West [Wed, 30 Oct 2002 14:35:11 +0000 (14:35 +0000)]
Added support for sparsePropsSet.
Use foType in get/expect calls.  getEndElement for fo:layout-master-set.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195381 13f79535-47bb-0310-9956-ffa450edef68

21 years agoMoved getEndElement for fo:root element in here.
Peter Bernard West [Wed, 30 Oct 2002 14:32:25 +0000 (14:32 +0000)]
Moved getEndElement for fo:root element in here.
In all cases, the class that issues the get/expect also issues the getEndElement.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195380 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd get clone method to each property set.
Peter Bernard West [Wed, 30 Oct 2002 14:29:59 +0000 (14:29 +0000)]
Add get clone method to each property set.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195379 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved applicableProps, getEndElement() and
Peter Bernard West [Wed, 30 Oct 2002 13:44:03 +0000 (13:44 +0000)]
Removed applicableProps, getEndElement() and
getPropertyValue().  Extends FoRegionBeforeAfter/FoRegionStartEnd.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195378 13f79535-47bb-0310-9956-ffa450edef68

21 years agoName changes for sparsePropsSet support.
Peter Bernard West [Wed, 30 Oct 2002 13:40:47 +0000 (13:40 +0000)]
Name changes for sparsePropsSet support.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195377 13f79535-47bb-0310-9956-ffa450edef68

21 years agoName changes for sparsePropsSet support.
Peter Bernard West [Wed, 30 Oct 2002 13:35:57 +0000 (13:35 +0000)]
Name changes for sparsePropsSet support.
Removed getPropertyValue().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195376 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded sparsePropsSet support.
Peter Bernard West [Wed, 30 Oct 2002 13:34:34 +0000 (13:34 +0000)]
Added sparsePropsSet support.
Added processing of all of the regions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195375 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded sparsePropsSet support. Untabified.
Peter Bernard West [Wed, 30 Oct 2002 13:19:04 +0000 (13:19 +0000)]
Added sparsePropsSet support. Untabified.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195374 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded sparsePropsSet support. Untabified.
Peter Bernard West [Wed, 30 Oct 2002 13:09:11 +0000 (13:09 +0000)]
Added sparsePropsSet support. Untabified.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195373 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUntabified.
Peter Bernard West [Wed, 30 Oct 2002 12:58:59 +0000 (12:58 +0000)]
Untabified.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195372 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUse foType in get/expect calls.
Peter Bernard West [Mon, 28 Oct 2002 00:08:11 +0000 (00:08 +0000)]
Use foType in get/expect calls.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195364 13f79535-47bb-0310-9956-ffa450edef68

21 years agofo:region-* handling.
Peter Bernard West [Mon, 28 Oct 2002 00:04:37 +0000 (00:04 +0000)]
fo:region-* handling.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195363 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUsed SyncedXmlEventsBuffer and FoXMLSerialHandler.
Peter Bernard West [Thu, 24 Oct 2002 15:00:29 +0000 (15:00 +0000)]
Used SyncedXmlEventsBuffer and FoXMLSerialHandler.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195358 13f79535-47bb-0310-9956-ffa450edef68

21 years agoChanged XMLEvent to FoXMLEvent throughout.
Peter Bernard West [Thu, 24 Oct 2002 14:58:14 +0000 (14:58 +0000)]
Changed XMLEvent to FoXMLEvent throughout.
Account for the fact that 'expect' methods returning FoXMLEvents return null on failure.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195357 13f79535-47bb-0310-9956-ffa450edef68

21 years agoChanged XMLEvent to FoXMLEvent throughout.
Peter Bernard West [Thu, 24 Oct 2002 14:51:53 +0000 (14:51 +0000)]
Changed XMLEvent to FoXMLEvent throughout.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195356 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded support for FO type to FoXMLEvent and related classes.
Peter Bernard West [Thu, 24 Oct 2002 14:39:11 +0000 (14:39 +0000)]
Added support for FO type to FoXMLEvent and related classes.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195355 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded XMLEvent(int,String,XMLNamespaces) constructor.
Peter Bernard West [Thu, 24 Oct 2002 14:34:31 +0000 (14:34 +0000)]
Added XMLEvent(int,String,XMLNamespaces) constructor.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195354 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded producerExhausted() and support.
Peter Bernard West [Thu, 24 Oct 2002 14:22:15 +0000 (14:22 +0000)]
Added producerExhausted() and support.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195353 13f79535-47bb-0310-9956-ffa450edef68

21 years agoTabs detected! Untabified.
Peter Bernard West [Thu, 24 Oct 2002 14:16:53 +0000 (14:16 +0000)]
Tabs detected! Untabified.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195352 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMethods converted from class to instance.
Peter Bernard West [Mon, 21 Oct 2002 16:31:31 +0000 (16:31 +0000)]
Methods converted from class to instance.
Property index argument added to refineParsing() and refineExpansionList().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195351 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSeparated property classes from fo.Properties to fo.properties.<property>.
Peter Bernard West [Mon, 21 Oct 2002 16:15:03 +0000 (16:15 +0000)]
Separated property classes from fo.Properties to fo.properties.<property>.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195350 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUriLocalName separated from XMLEvent.
Peter Bernard West [Mon, 21 Oct 2002 16:12:54 +0000 (16:12 +0000)]
UriLocalName separated from XMLEvent.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195349 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUse PropertyConsts.pconsts singleton.
Peter Bernard West [Mon, 21 Oct 2002 16:07:31 +0000 (16:07 +0000)]
Use PropertyConsts.pconsts singleton.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195348 13f79535-47bb-0310-9956-ffa450edef68

22 years agoProperty classes extracted from fo.Properties to fo.properties.<property>.
Peter Bernard West [Mon, 21 Oct 2002 16:05:15 +0000 (16:05 +0000)]
Property classes extracted from fo.Properties to fo.properties.<property>.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195347 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMoved toIndex HashMap to PropNames.
Peter Bernard West [Mon, 21 Oct 2002 16:02:25 +0000 (16:02 +0000)]
Moved toIndex HashMap to PropNames.
Restored classNames[] and traitMappings[].  Moved initialValues[] from
FOTree.  Made getInitialValue() the sole access point for initial values.
Added calssToIndex HashMap.  Added property index argument to
refineParsing().  Fixed isInherited().  Reverted to collecting property
class fields through class.getField().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195346 13f79535-47bb-0310-9956-ffa450edef68

22 years agoinitialValues[] moved to PropertyConsts singleton.
Peter Bernard West [Mon, 21 Oct 2002 15:47:17 +0000 (15:47 +0000)]
initialValues[] moved to PropertyConsts singleton.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195345 13f79535-47bb-0310-9956-ffa450edef68

22 years agoinitialValues[] moved to PropertyConsts singleton.
Peter Bernard West [Mon, 21 Oct 2002 15:45:30 +0000 (15:45 +0000)]
initialValues[] moved to PropertyConsts singleton.
getInitialValue() removed.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195344 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUse PropertyConsts.pconsts singleton directly.
Peter Bernard West [Mon, 21 Oct 2002 15:43:26 +0000 (15:43 +0000)]
Use PropertyConsts.pconsts singleton directly.
Property index argument added to refineParsing().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195343 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUse PropertyConsts.pconsts singleton directly.
Peter Bernard West [Mon, 21 Oct 2002 15:41:26 +0000 (15:41 +0000)]
Use PropertyConsts.pconsts singleton directly.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195342 13f79535-47bb-0310-9956-ffa450edef68

22 years agoPropertyConsts now instantiated.
Peter Bernard West [Sat, 19 Oct 2002 03:49:04 +0000 (03:49 +0000)]
PropertyConsts now instantiated.
PropertyConsts data is accessed through a singleton object.
getPropertyIndex() moved to PropNames.
Properties split into properties.Property and properties.<property>.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195341 13f79535-47bb-0310-9956-ffa450edef68

22 years agoWritingMode conflict with properties.WritingMode
Peter Bernard West [Sat, 19 Oct 2002 03:45:40 +0000 (03:45 +0000)]
WritingMode conflict with properties.WritingMode

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195340 13f79535-47bb-0310-9956-ffa450edef68

22 years agoPropertyConsts now instantiated.
Peter Bernard West [Sat, 19 Oct 2002 03:42:19 +0000 (03:42 +0000)]
PropertyConsts now instantiated.
PropertyConsts data is accessed through a singleton object.
getPropertyIndex() moved to PropNames.
Properties split into properties.Property and properties.<property>.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195339 13f79535-47bb-0310-9956-ffa450edef68

22 years agoPropertyConsts now instantiated.
Peter Bernard West [Sat, 19 Oct 2002 03:31:06 +0000 (03:31 +0000)]
PropertyConsts now instantiated.
PropertyConsts data is accessed through a singleton object.
getPropertyIndex() moved to PropNames.
Properties split into properties.Property and properties.<property>.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195338 13f79535-47bb-0310-9956-ffa450edef68

22 years agoDEFAULTBUFSIZE increased to 128.
Peter Bernard West [Sat, 19 Oct 2002 03:09:04 +0000 (03:09 +0000)]
DEFAULTBUFSIZE increased to 128.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195337 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUriLocalName separated from XMLEvent.
Peter Bernard West [Sat, 19 Oct 2002 03:05:42 +0000 (03:05 +0000)]
UriLocalName separated from XMLEvent.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195336 13f79535-47bb-0310-9956-ffa450edef68

22 years agoOnly using parser for testing
Peter Bernard West [Sat, 19 Oct 2002 02:11:54 +0000 (02:11 +0000)]
Only using parser for testing

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195335 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded subtract/add(double) and isInteger().
Peter Bernard West [Sat, 19 Oct 2002 02:04:19 +0000 (02:04 +0000)]
Added subtract/add(double) and isInteger().
Removed setPower().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195333 13f79535-47bb-0310-9956-ffa450edef68

22 years agosetupPageMasters() now done within the FoLayoutMasterSet constructor. End event...
Peter Bernard West [Sat, 12 Oct 2002 03:59:11 +0000 (03:59 +0000)]
setupPageMasters() now done within the FoLayoutMasterSet constructor.  End event of layout-master-set flushed within FoLayoutMasterSet constructor.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195331 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRemoved subSequenceList. Handle SubSequences
Peter Bernard West [Sat, 12 Oct 2002 03:55:30 +0000 (03:55 +0000)]
Removed subSequenceList.  Handle SubSequences
within FONode.  Change getMasterName() to derive name directly from the
PropertySet on the FONode.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195330 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded processing of simple-page-masters into PageSequenceMasters.
Peter Bernard West [Sat, 12 Oct 2002 03:50:43 +0000 (03:50 +0000)]
Added processing of simple-page-masters into PageSequenceMasters.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195329 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCreate PageSequenceMaster structure from FopageSequenceMaster and children.
Peter Bernard West [Sat, 12 Oct 2002 03:31:40 +0000 (03:31 +0000)]
Create PageSequenceMaster structure from FopageSequenceMaster and children.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195328 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded -g flag support.
Peter Bernard West [Sat, 12 Oct 2002 03:27:03 +0000 (03:27 +0000)]
Added -g flag support.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195327 13f79535-47bb-0310-9956-ffa450edef68

22 years agofopcomp-bash merged into fopcomp. .path.functions renamed to path.functions.
Peter Bernard West [Sat, 12 Oct 2002 03:26:00 +0000 (03:26 +0000)]
fopcomp-bash merged into fopcomp. .path.functions renamed to path.functions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195326 13f79535-47bb-0310-9956-ffa450edef68

22 years agoIncorporated as member classes in PageSequenceMaster.java.
Peter Bernard West [Sat, 12 Oct 2002 00:15:23 +0000 (00:15 +0000)]
Incorporated as member classes in PageSequenceMaster.java.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195325 13f79535-47bb-0310-9956-ffa450edef68

22 years agoReplaced iterator with getLength/get(i).
Peter Bernard West [Fri, 11 Oct 2002 23:46:51 +0000 (23:46 +0000)]
Replaced iterator with getLength/get(i).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195324 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMake components of XMLEvent.UriLocalName public.
Peter Bernard West [Thu, 10 Oct 2002 17:10:44 +0000 (17:10 +0000)]
Make components of XMLEvent.UriLocalName public.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195323 13f79535-47bb-0310-9956-ffa450edef68

22 years agoImmediate initialisation of pageMasters and simplePageMasters.
Peter Bernard West [Thu, 10 Oct 2002 17:06:59 +0000 (17:06 +0000)]
Immediate initialisation of pageMasters and simplePageMasters.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195322 13f79535-47bb-0310-9956-ffa450edef68

22 years agoIncorporate inner classes:
Peter Bernard West [Thu, 10 Oct 2002 17:05:02 +0000 (17:05 +0000)]
Incorporate inner classes:
FoPageSequenceMaster.FoSinglePageMasterReference
FoPageSequenceMaster.FoRepeatablePageMasterReference
FoPageSequenceMaster.FoRepeatablePageMasterAlternatives
FoPageSequenceMaster.FoRepeatablePageMasterAlternatives.FoConditionalPageMasterReference

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195321 13f79535-47bb-0310-9956-ffa450edef68

22 years agoIncorporated into FoPageSequenceMaster.
Peter Bernard West [Thu, 10 Oct 2002 17:00:36 +0000 (17:00 +0000)]
Incorporated into FoPageSequenceMaster.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195320 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAllow IntegerType PropertyValues as arguments to parseAdditiveExpr() and parseUnaryEx...
Peter Bernard West [Thu, 10 Oct 2002 03:27:01 +0000 (03:27 +0000)]
Allow IntegerType PropertyValues as arguments to parseAdditiveExpr() and parseUnaryExpr().
Restructure parseMultiplicativeExpr() to include arithmetic exceptions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195319 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRemove xmlns attributes before processing.
Peter Bernard West [Thu, 10 Oct 2002 03:16:12 +0000 (03:16 +0000)]
Remove xmlns attributes before processing.
Delete Attributes object from event after processing.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195318 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded eventTypeName().
Peter Bernard West [Wed, 9 Oct 2002 06:08:37 +0000 (06:08 +0000)]
Added eventTypeName().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195316 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded get/expectTypedEvent. Modified all other get/expect methods to use these....
Peter Bernard West [Wed, 9 Oct 2002 06:07:03 +0000 (06:07 +0000)]
Added get/expectTypedEvent.  Modified all other get/expect methods to use these.  Added array arguments to multiple choice get/expectStartElement().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195315 13f79535-47bb-0310-9956-ffa450edef68

22 years agoBug fixes and debugging output.
Peter Bernard West [Wed, 9 Oct 2002 06:02:51 +0000 (06:02 +0000)]
Bug fixes and debugging output.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195314 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUse array argument for multiple choice expectStartElement() calls.
Peter Bernard West [Wed, 9 Oct 2002 06:00:49 +0000 (06:00 +0000)]
Use array argument for multiple choice expectStartElement() calls.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195313 13f79535-47bb-0310-9956-ffa450edef68

22 years agoComment change.
Peter Bernard West [Wed, 9 Oct 2002 05:57:49 +0000 (05:57 +0000)]
Comment change.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195312 13f79535-47bb-0310-9956-ffa450edef68

22 years agoModified exception handling.
Peter Bernard West [Wed, 9 Oct 2002 05:57:09 +0000 (05:57 +0000)]
Modified exception handling.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195311 13f79535-47bb-0310-9956-ffa450edef68

22 years agoModified signatures for xmlevents.get?Element() methods.
Peter Bernard West [Wed, 9 Oct 2002 05:56:31 +0000 (05:56 +0000)]
Modified signatures for xmlevents.get?Element() methods.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195310 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCommented out debugging output.
Peter Bernard West [Wed, 9 Oct 2002 05:55:06 +0000 (05:55 +0000)]
Commented out debugging output.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195309 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded specific error test for LIST passed to refineParsing().
Peter Bernard West [Wed, 9 Oct 2002 05:53:30 +0000 (05:53 +0000)]
Added specific error test for LIST passed to refineParsing().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195308 13f79535-47bb-0310-9956-ffa450edef68

22 years agoModified abs() to return Numeric. Works with any kind of Numeric value.
Peter Bernard West [Wed, 9 Oct 2002 05:45:56 +0000 (05:45 +0000)]
Modified abs() to return Numeric.  Works with any kind of Numeric value.
Modified max() and min() to return Numeric and to operate on any Numerics of the same baseunit and power.
Added setValue() and setPower() for use with the modified methods.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195307 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRemoved stackedBy references. Added ROStringArray propertyTypes.
Peter Bernard West [Wed, 9 Oct 2002 04:54:46 +0000 (04:54 +0000)]
Removed stackedBy references.  Added ROStringArray propertyTypes.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195306 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRemoved stackedBy references. Modified toString().
Peter Bernard West [Wed, 9 Oct 2002 04:52:21 +0000 (04:52 +0000)]
Removed stackedBy references.  Modified toString().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195305 13f79535-47bb-0310-9956-ffa450edef68

22 years agoRemoved stackedBy references.
Peter Bernard West [Wed, 9 Oct 2002 04:50:24 +0000 (04:50 +0000)]
Removed stackedBy references.
Added typeString().  Modified toString().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195304 13f79535-47bb-0310-9956-ffa450edef68

22 years agoChanged location of debugging test file.
Peter Bernard West [Wed, 9 Oct 2002 04:43:32 +0000 (04:43 +0000)]
Changed location of debugging test file.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195303 13f79535-47bb-0310-9956-ffa450edef68

22 years agoChanged property sets from HashSets to BitSets.
Peter Bernard West [Sun, 6 Oct 2002 14:29:04 +0000 (14:29 +0000)]
Changed property sets from HashSets to BitSets.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195302 13f79535-47bb-0310-9956-ffa450edef68

22 years agoChanged exception handler.
Peter Bernard West [Sun, 6 Oct 2002 14:28:02 +0000 (14:28 +0000)]
Changed exception handler.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195301 13f79535-47bb-0310-9956-ffa450edef68