/[Apache-SVN]
ViewVC logotype

Revision 194536


Jump to revision: Previous Next
Author: keiron
Date: Tue Nov 6 08:34:53 2001 UTC (22 years, 6 months ago)
Changed paths: 83
Log Message:
changed the way that elements and properties are handled
the element makers are associated with the element mapping
attributes are passed to the element object the object can then
use the attributes to make the properties
added default value for element handling, makes it easier to
ensure all elements of an external xml markup are loaded (eg. svg)


Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/apps/Driver.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/apps/StreamRenderer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/area/inline/Image.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/extensions/ExtensionElementMapping.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/extensions/ExtensionObj.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/extensions/Label.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/extensions/Outline.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/ColorProfile.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/Declarations.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/DirectPropertyListBuilder.java deleted
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/ElementMapping.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FOElementMapping.java added
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FONode.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FOTreeBuilder.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FObj.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FObjMixed.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/StandardElementMapping.java deleted
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/Title.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/ToBeImplementedElement.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/TreeBuilder.java deleted
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/Unknown.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/UnknownXMLObj.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/XMLElement.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/XMLObj.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/BasicLink.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/BidiOverride.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Block.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/BlockContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Character.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/ExternalGraphic.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Float.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Flow.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Footnote.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/FootnoteBody.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/InitialPropertySet.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Inline.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/InlineContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/InstreamForeignObject.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Leader.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/ListBlock.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/ListItem.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/ListItemBody.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/ListItemLabel.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Marker.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/MultiCase.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/MultiProperties.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/MultiPropertySet.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/MultiSwitch.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/MultiToggle.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/PageNumber.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/PageNumberCitation.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/RetrieveMarker.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/StaticContent.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Table.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableAndCaption.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableBody.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableCaption.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableCell.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableColumn.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableFooter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableHeader.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/TableRow.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Wrapper.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/ConditionalPageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/LayoutMasterSet.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/PageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/PageSequence.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/PageSequenceMaster.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/Region.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/RegionAfter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/RegionBefore.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/RegionBody.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/RegionEnd.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/RegionStart.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/Root.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/SimplePageMaster.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/pagination/SinglePageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/svg/PDFGraphics2D.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/svg/SVGElement.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/svg/SVGElementMapping.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/svg/SVGObj.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26