/[Apache-SVN]
ViewVC logotype

Revision 197152


Jump to revision: Previous Next
Author: pbwest
Date: Sat Jan 10 06:29:50 2004 UTC (20 years, 5 months ago)
Changed paths: 44
Log Message:
Switched to namespaces for control of pool.
XMLNamespaces contains pools, sequence ids and
masks for each known namespace.
Discriminate DefAttrNSpace and XSLNSpace for
FoMXLEvents.


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/FONode.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/FoRoot.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/declarations/FoDeclarations.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoBasicLink.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoBidiOverride.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoBlock.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoBlockContainer.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoFloat.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoFlow.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoFootnote.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoFootnoteBody.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoInline.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoInlineContainer.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoLeader.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoListBlock.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoListItem.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoListItemBody.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoListItemLabel.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoMarker.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoMultiCase.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoMultiProperties.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoMultiSwitch.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoMultiToggle.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoPageSequence.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoStaticContent.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTable.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTableAndCaption.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTableBody.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTableCaption.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTableCell.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTableFooter.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTableHeader.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTableRow.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoTitle.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/flow/FoWrapper.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/pagination/FoLayoutMasterSet.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/pagination/FoPageSequenceMaster.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/fo/pagination/FoSimplePageMaster.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/xml/FoXMLEvent.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/xml/FoXMLSerialHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/xml/SyncedFoXmlEventsBuffer.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/xml/XMLEvent.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/xml/XMLEventPool.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/java/org/apache/fop/xml/XMLNamespaces.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26