From a23ccc7a8c4fc9ef318f7a95cd0d364d30f6086e Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Fri, 13 Jun 2003 04:58:24 +0000 Subject: [PATCH] This is a dummy class for dependencies among classes not referenced by name. Modified to resolve warnings in Eclipse. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@196498 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/flow/Dummy.java | 105 +-- src/org/apache/fop/fo/properties/Dummy.java | 678 ++++++++++---------- 2 files changed, 401 insertions(+), 382 deletions(-) diff --git a/src/org/apache/fop/fo/flow/Dummy.java b/src/org/apache/fop/fo/flow/Dummy.java index 62ce84b8e..89dd264bd 100644 --- a/src/org/apache/fop/fo/flow/Dummy.java +++ b/src/org/apache/fop/fo/flow/Dummy.java @@ -1,52 +1,67 @@ package org.apache.fop.fo.flow; - -import org.apache.fop.fo.flow.FoBasicLink; -import org.apache.fop.fo.flow.FoBidiOverride; -import org.apache.fop.fo.flow.FoBlockContainer; -import org.apache.fop.fo.flow.FoBlock; -import org.apache.fop.fo.flow.FoCharacter; -import org.apache.fop.fo.flow.FoExternalGraphic; -import org.apache.fop.fo.flow.FoFloat; -import org.apache.fop.fo.flow.FoFlow; -import org.apache.fop.fo.flow.FoFootnoteBody; -import org.apache.fop.fo.flow.FoFootnote; -import org.apache.fop.fo.flow.FoInitialPropertySet; -import org.apache.fop.fo.flow.FoInlineContainer; -import org.apache.fop.fo.flow.FoInline; -import org.apache.fop.fo.flow.FoInstreamForeignObject; -import org.apache.fop.fo.flow.FoLeader; -import org.apache.fop.fo.flow.FoListBlock; -import org.apache.fop.fo.flow.FoListItemBody; -import org.apache.fop.fo.flow.FoListItem; -import org.apache.fop.fo.flow.FoListItemLabel; -import org.apache.fop.fo.flow.FoMarker; -import org.apache.fop.fo.flow.FoMultiCase; -import org.apache.fop.fo.flow.FoMultiProperties; -import org.apache.fop.fo.flow.FoMultiPropertySet; -import org.apache.fop.fo.flow.FoMultiSwitch; -import org.apache.fop.fo.flow.FoMultiToggle; -import org.apache.fop.fo.flow.FoNoFo; -import org.apache.fop.fo.flow.FoPageNumberCitation; -import org.apache.fop.fo.flow.FoPageNumber; -import org.apache.fop.fo.flow.FoPageSequence; -import org.apache.fop.fo.flow.FoPcdata; -import org.apache.fop.fo.flow.FoRetrieveMarker; -import org.apache.fop.fo.flow.FoStaticContent; -import org.apache.fop.fo.flow.FoTableAndCaption; -import org.apache.fop.fo.flow.FoTableBody; -import org.apache.fop.fo.flow.FoTableCaption; -import org.apache.fop.fo.flow.FoTableCell; -import org.apache.fop.fo.flow.FoTableColumn; -import org.apache.fop.fo.flow.FoTableFooter; -import org.apache.fop.fo.flow.FoTableHeader; -import org.apache.fop.fo.flow.FoTable; -import org.apache.fop.fo.flow.FoTableRow; -import org.apache.fop.fo.flow.FoTitle; -import org.apache.fop.fo.flow.FoWrapper; +import org.apache.fop.apps.FOPException; +import org.apache.fop.datastructs.TreeException; public class Dummy { + public static boolean crash = true; + + private static void setup() { + try { + FoBasicLink iFoBasicLink = new FoBasicLink(null, null, null, 0); + FoBidiOverride iFoBidiOverride = new FoBidiOverride(null, null, null, 0); + FoBlockContainer iFoBlockContainer = new FoBlockContainer(null, null, null, 0); + FoBlock iFoBlock = new FoBlock(null, null, null, 0); + FoCharacter iFoCharacter = new FoCharacter(null, null, null, 0); + FoExternalGraphic iFoExternalGraphic = new FoExternalGraphic(null, null, null, 0); + FoFloat iFoFloat = new FoFloat(null, null, null, 0); + FoFlow iFoFlow = new FoFlow(null, null, null); + FoFootnoteBody iFoFootnoteBody = new FoFootnoteBody(null, null, null, 0); + FoFootnote iFoFootnote = new FoFootnote(null, null, null, 0); + FoInitialPropertySet iFoInitialPropertySet = new FoInitialPropertySet(null, null, null, 0); + FoInlineContainer iFoInlineContainer = new FoInlineContainer(null, null, null, 0); + FoInline iFoInline = new FoInline(null, null, null, 0); + FoInstreamForeignObject iFoInstreamForeignObject = new FoInstreamForeignObject(null, null, null, 0); + FoLeader iFoLeader = new FoLeader(null, null, null, 0); + FoListBlock iFoListBlock = new FoListBlock(null, null, null, 0); + FoListItemBody iFoListItemBody = new FoListItemBody(null, null, null, 0); + FoListItem iFoListItem = new FoListItem(null, null, null, 0); + FoListItemLabel iFoListItemLabel = new FoListItemLabel(null, null, null, 0); + FoMarker iFoMarker = new FoMarker(null, null, null, 0); + FoMultiCase iFoMultiCase = new FoMultiCase(null, null, null, 0); + FoMultiProperties iFoMultiProperties = new FoMultiProperties(null, null, null, 0); + FoMultiPropertySet iFoMultiPropertySet = new FoMultiPropertySet(null, null, null, 0); + FoMultiSwitch iFoMultiSwitch = new FoMultiSwitch(null, null, null, 0); + FoMultiToggle iFoMultiToggle = new FoMultiToggle(null, null, null, 0); + FoNoFo iFoNoFo = new FoNoFo(null, null, null, 0); + FoPageNumberCitation iFoPageNumberCitation = new FoPageNumberCitation(null, null, null, 0); + FoPageNumber iFoPageNumber = new FoPageNumber(null, null, null, 0); + FoPageSequence iFoPageSequence = new FoPageSequence(null, null, null); + FoPcdata iFoPcdata = new FoPcdata(null, null, null, 0); + FoRetrieveMarker iFoRetrieveMarker = new FoRetrieveMarker(null, null, null, 0); + FoStaticContent iFoStaticContent = new FoStaticContent(null, null, null); + FoTableAndCaption iFoTableAndCaption = new FoTableAndCaption(null, null, null, 0); + FoTableBody iFoTableBody = new FoTableBody(null, null, null, 0); + FoTableCaption iFoTableCaption = new FoTableCaption(null, null, null, 0); + FoTableCell iFoTableCell = new FoTableCell(null, null, null, 0); + FoTableColumn iFoTableColumn = new FoTableColumn(null, null, null, 0); + FoTableFooter iFoTableFooter = new FoTableFooter(null, null, null, 0); + FoTableHeader iFoTableHeader = new FoTableHeader(null, null, null, 0); + FoTable iFoTable = new FoTable(null, null, null, 0); + FoTableRow iFoTableRow = new FoTableRow(null, null, null, 0); + FoTitle iFoTitle = new FoTitle(null, null, null); + FoWrapper iFoWrapper = new FoWrapper(null, null, null, 0); + } catch (TreeException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } catch (FOPException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + public static void Main(String[] args) { - System.out.println("Crash!!!"); + if (crash) throw new RuntimeException("Running Dummy."); + setup(); } } diff --git a/src/org/apache/fop/fo/properties/Dummy.java b/src/org/apache/fop/fo/properties/Dummy.java index 3a5eb6673..e39becfdd 100644 --- a/src/org/apache/fop/fo/properties/Dummy.java +++ b/src/org/apache/fop/fo/properties/Dummy.java @@ -1,344 +1,348 @@ package org.apache.fop.fo.properties; +public class Dummy { + public static boolean crash = true; -import org.apache.fop.fo.properties.AbsolutePosition; -import org.apache.fop.fo.properties.ActiveState; -import org.apache.fop.fo.properties.AlignmentAdjust; -import org.apache.fop.fo.properties.AlignmentBaseline; -import org.apache.fop.fo.properties.AutoRestore; -import org.apache.fop.fo.properties.Azimuth; -import org.apache.fop.fo.properties.BackgroundAttachment; -import org.apache.fop.fo.properties.BackgroundColor; -import org.apache.fop.fo.properties.BackgroundImage; -import org.apache.fop.fo.properties.Background; -import org.apache.fop.fo.properties.BackgroundPositionHorizontal; -import org.apache.fop.fo.properties.BackgroundPosition; -import org.apache.fop.fo.properties.BackgroundPositionVertical; -import org.apache.fop.fo.properties.BackgroundRepeat; -import org.apache.fop.fo.properties.BaselineShift; -import org.apache.fop.fo.properties.BlankOrNotBlank; -import org.apache.fop.fo.properties.BlockProgressionDimension; -import org.apache.fop.fo.properties.BlockProgressionDimensionMaximum; -import org.apache.fop.fo.properties.BlockProgressionDimensionMinimum; -import org.apache.fop.fo.properties.BlockProgressionDimensionOptimum; -import org.apache.fop.fo.properties.BorderAfterColor; -import org.apache.fop.fo.properties.BorderAfterPrecedence; -import org.apache.fop.fo.properties.BorderAfterStyle; -import org.apache.fop.fo.properties.BorderAfterWidthConditionality; -import org.apache.fop.fo.properties.BorderAfterWidth; -import org.apache.fop.fo.properties.BorderAfterWidthLength; -import org.apache.fop.fo.properties.BorderBeforeColor; -import org.apache.fop.fo.properties.BorderBeforePrecedence; -import org.apache.fop.fo.properties.BorderBeforeStyle; -import org.apache.fop.fo.properties.BorderBeforeWidthConditionality; -import org.apache.fop.fo.properties.BorderBeforeWidth; -import org.apache.fop.fo.properties.BorderBeforeWidthLength; -import org.apache.fop.fo.properties.BorderBottomColor; -import org.apache.fop.fo.properties.BorderBottom; -import org.apache.fop.fo.properties.BorderBottomStyle; -import org.apache.fop.fo.properties.BorderBottomWidth; -import org.apache.fop.fo.properties.BorderCollapse; -import org.apache.fop.fo.properties.BorderColor; -import org.apache.fop.fo.properties.BorderCommonStyle; -import org.apache.fop.fo.properties.BorderCommonWidth; -import org.apache.fop.fo.properties.BorderEndColor; -import org.apache.fop.fo.properties.BorderEndPrecedence; -import org.apache.fop.fo.properties.BorderEndStyle; -import org.apache.fop.fo.properties.BorderEndWidthConditionality; -import org.apache.fop.fo.properties.BorderEndWidth; -import org.apache.fop.fo.properties.BorderEndWidthLength; -import org.apache.fop.fo.properties.Border; -import org.apache.fop.fo.properties.BorderLeftColor; -import org.apache.fop.fo.properties.BorderLeft; -import org.apache.fop.fo.properties.BorderLeftStyle; -import org.apache.fop.fo.properties.BorderLeftWidth; -import org.apache.fop.fo.properties.BorderRightColor; -import org.apache.fop.fo.properties.BorderRight; -import org.apache.fop.fo.properties.BorderRightStyle; -import org.apache.fop.fo.properties.BorderRightWidth; -import org.apache.fop.fo.properties.BorderSeparationBlockProgressionDirection; -import org.apache.fop.fo.properties.BorderSeparationInlineProgressionDirection; -import org.apache.fop.fo.properties.BorderSeparation; -import org.apache.fop.fo.properties.BorderSpacing; -import org.apache.fop.fo.properties.BorderStartColor; -import org.apache.fop.fo.properties.BorderStartPrecedence; -import org.apache.fop.fo.properties.BorderStartStyle; -import org.apache.fop.fo.properties.BorderStartWidthConditionality; -import org.apache.fop.fo.properties.BorderStartWidth; -import org.apache.fop.fo.properties.BorderStartWidthLength; -import org.apache.fop.fo.properties.BorderStyle; -import org.apache.fop.fo.properties.BorderTopColor; -import org.apache.fop.fo.properties.BorderTop; -import org.apache.fop.fo.properties.BorderTopStyle; -import org.apache.fop.fo.properties.BorderTopWidth; -import org.apache.fop.fo.properties.BorderWidth; -import org.apache.fop.fo.properties.Bottom; -import org.apache.fop.fo.properties.BreakAfter; -import org.apache.fop.fo.properties.BreakBefore; -import org.apache.fop.fo.properties.BreakCommon; -import org.apache.fop.fo.properties.CaptionSide; -import org.apache.fop.fo.properties.CaseName; -import org.apache.fop.fo.properties.CaseTitle; -import org.apache.fop.fo.properties.Character; -import org.apache.fop.fo.properties.Clear; -import org.apache.fop.fo.properties.Clip; -import org.apache.fop.fo.properties.ColorCommon; -import org.apache.fop.fo.properties.Color; -import org.apache.fop.fo.properties.ColorNonTransparent; -import org.apache.fop.fo.properties.ColorProfileName; -import org.apache.fop.fo.properties.ColorTransparent; -import org.apache.fop.fo.properties.ColumnCount; -import org.apache.fop.fo.properties.ColumnGap; -import org.apache.fop.fo.properties.ColumnNumber; -import org.apache.fop.fo.properties.ColumnWidth; -import org.apache.fop.fo.properties.Conditionality; -import org.apache.fop.fo.properties.ContentDimension; -import org.apache.fop.fo.properties.ContentHeight; -import org.apache.fop.fo.properties.ContentType; -import org.apache.fop.fo.properties.ContentWidth; -import org.apache.fop.fo.properties.Country; -import org.apache.fop.fo.properties.CueAfter; -import org.apache.fop.fo.properties.CueBefore; -import org.apache.fop.fo.properties.Cue; -import org.apache.fop.fo.properties.DestinationPlacementOffset; -import org.apache.fop.fo.properties.Direction; -import org.apache.fop.fo.properties.DisplayAlign; -import org.apache.fop.fo.properties.DominantBaseline; -import org.apache.fop.fo.properties.Elevation; -import org.apache.fop.fo.properties.EmptyCells; -import org.apache.fop.fo.properties.EndIndent; -import org.apache.fop.fo.properties.EndsRow; -import org.apache.fop.fo.properties.Extent; -import org.apache.fop.fo.properties.ExternalDestination; -import org.apache.fop.fo.properties.Float; -import org.apache.fop.fo.properties.FlowName; -import org.apache.fop.fo.properties.FontFamily; -import org.apache.fop.fo.properties.Font; -import org.apache.fop.fo.properties.FontSelectionStrategy; -import org.apache.fop.fo.properties.FontSizeAdjust; -import org.apache.fop.fo.properties.FontSize; -import org.apache.fop.fo.properties.FontStretch; -import org.apache.fop.fo.properties.FontStyle; -import org.apache.fop.fo.properties.FontVariant; -import org.apache.fop.fo.properties.FontWeight; -import org.apache.fop.fo.properties.ForcePageCount; -import org.apache.fop.fo.properties.Format; -import org.apache.fop.fo.properties.GlyphOrientationHorizontal; -import org.apache.fop.fo.properties.GlyphOrientationVertical; -import org.apache.fop.fo.properties.GroupingSeparator; -import org.apache.fop.fo.properties.GroupingSize; -import org.apache.fop.fo.properties.Height; -import org.apache.fop.fo.properties.Hyphenate; -import org.apache.fop.fo.properties.HyphenationCharacter; -import org.apache.fop.fo.properties.HyphenationKeep; -import org.apache.fop.fo.properties.HyphenationLadderCount; -import org.apache.fop.fo.properties.HyphenationPushCharacterCount; -import org.apache.fop.fo.properties.HyphenationRemainCharacterCount; -import org.apache.fop.fo.properties.Id; -import org.apache.fop.fo.properties.IndicateDestination; -import org.apache.fop.fo.properties.InitialPageNumber; -import org.apache.fop.fo.properties.InlineProgressionDimension; -import org.apache.fop.fo.properties.InlineProgressionDimensionMaximum; -import org.apache.fop.fo.properties.InlineProgressionDimensionMinimum; -import org.apache.fop.fo.properties.InlineProgressionDimensionOptimum; -import org.apache.fop.fo.properties.InternalDestination; -import org.apache.fop.fo.properties.IntrusionDisplace; -import org.apache.fop.fo.properties.Keep; -import org.apache.fop.fo.properties.KeepTogether; -import org.apache.fop.fo.properties.KeepTogetherWithinColumn; -import org.apache.fop.fo.properties.KeepTogetherWithinLine; -import org.apache.fop.fo.properties.KeepTogetherWithinPage; -import org.apache.fop.fo.properties.KeepWithNext; -import org.apache.fop.fo.properties.KeepWithNextWithinColumn; -import org.apache.fop.fo.properties.KeepWithNextWithinLine; -import org.apache.fop.fo.properties.KeepWithNextWithinPage; -import org.apache.fop.fo.properties.KeepWithPrevious; -import org.apache.fop.fo.properties.KeepWithPreviousWithinColumn; -import org.apache.fop.fo.properties.KeepWithPreviousWithinLine; -import org.apache.fop.fo.properties.KeepWithPreviousWithinPage; -import org.apache.fop.fo.properties.Language; -import org.apache.fop.fo.properties.LastLineEndIndent; -import org.apache.fop.fo.properties.LeaderAlignment; -import org.apache.fop.fo.properties.LeaderLength; -import org.apache.fop.fo.properties.LeaderLengthMaximum; -import org.apache.fop.fo.properties.LeaderLengthMinimum; -import org.apache.fop.fo.properties.LeaderLengthOptimum; -import org.apache.fop.fo.properties.LeaderPattern; -import org.apache.fop.fo.properties.LeaderPatternWidth; -import org.apache.fop.fo.properties.Left; -import org.apache.fop.fo.properties.LetterSpacingConditionality; -import org.apache.fop.fo.properties.LetterSpacing; -import org.apache.fop.fo.properties.LetterSpacingMaximum; -import org.apache.fop.fo.properties.LetterSpacingMinimum; -import org.apache.fop.fo.properties.LetterSpacingOptimum; -import org.apache.fop.fo.properties.LetterSpacingPrecedence; -import org.apache.fop.fo.properties.LetterValue; -import org.apache.fop.fo.properties.LinefeedTreatment; -import org.apache.fop.fo.properties.LineHeightConditionality; -import org.apache.fop.fo.properties.LineHeight; -import org.apache.fop.fo.properties.LineHeightMaximum; -import org.apache.fop.fo.properties.LineHeightMinimum; -import org.apache.fop.fo.properties.LineHeightOptimum; -import org.apache.fop.fo.properties.LineHeightPrecedence; -import org.apache.fop.fo.properties.LineHeightShiftAdjustment; -import org.apache.fop.fo.properties.LineStackingStrategy; -import org.apache.fop.fo.properties.MarginBottom; -import org.apache.fop.fo.properties.Margin; -import org.apache.fop.fo.properties.MarginLeft; -import org.apache.fop.fo.properties.MarginRight; -import org.apache.fop.fo.properties.MarginTop; -import org.apache.fop.fo.properties.MarkerClassName; -import org.apache.fop.fo.properties.MasterName; -import org.apache.fop.fo.properties.MasterReference; -import org.apache.fop.fo.properties.MaxHeight; -import org.apache.fop.fo.properties.MaximumRepeats; -import org.apache.fop.fo.properties.MaxWidth; -import org.apache.fop.fo.properties.MediaUsage; -import org.apache.fop.fo.properties.MinHeight; -import org.apache.fop.fo.properties.MinWidth; -import org.apache.fop.fo.properties.NoProperty; -import org.apache.fop.fo.properties.NumberColumnsRepeated; -import org.apache.fop.fo.properties.NumberColumnsSpanned; -import org.apache.fop.fo.properties.NumberRowsSpanned; -import org.apache.fop.fo.properties.OddOrEven; -import org.apache.fop.fo.properties.Orphans; -import org.apache.fop.fo.properties.Overflow; -import org.apache.fop.fo.properties.PaddingAfterConditionality; -import org.apache.fop.fo.properties.PaddingAfter; -import org.apache.fop.fo.properties.PaddingAfterLength; -import org.apache.fop.fo.properties.PaddingBeforeConditionality; -import org.apache.fop.fo.properties.PaddingBefore; -import org.apache.fop.fo.properties.PaddingBeforeLength; -import org.apache.fop.fo.properties.PaddingBottom; -import org.apache.fop.fo.properties.PaddingEndConditionality; -import org.apache.fop.fo.properties.PaddingEnd; -import org.apache.fop.fo.properties.PaddingEndLength; -import org.apache.fop.fo.properties.Padding; -import org.apache.fop.fo.properties.PaddingLeft; -import org.apache.fop.fo.properties.PaddingRight; -import org.apache.fop.fo.properties.PaddingStartConditionality; -import org.apache.fop.fo.properties.PaddingStart; -import org.apache.fop.fo.properties.PaddingStartLength; -import org.apache.fop.fo.properties.PaddingTop; -import org.apache.fop.fo.properties.PageBreakAfter; -import org.apache.fop.fo.properties.PageBreakBefore; -import org.apache.fop.fo.properties.PageBreakCommon; -import org.apache.fop.fo.properties.PageBreakInside; -import org.apache.fop.fo.properties.PageHeight; -import org.apache.fop.fo.properties.PageHeightWidth; -import org.apache.fop.fo.properties.PagePosition; -import org.apache.fop.fo.properties.PageWidth; -import org.apache.fop.fo.properties.PauseAfter; -import org.apache.fop.fo.properties.PauseBefore; -import org.apache.fop.fo.properties.Pause; -import org.apache.fop.fo.properties.Pitch; -import org.apache.fop.fo.properties.PitchRange; -import org.apache.fop.fo.properties.PlayDuring; -import org.apache.fop.fo.properties.Position; -import org.apache.fop.fo.properties.PrecedenceCommon; -import org.apache.fop.fo.properties.Precedence; -import org.apache.fop.fo.properties.Property; -import org.apache.fop.fo.properties.ProvisionalDistanceBetweenStarts; -import org.apache.fop.fo.properties.ProvisionalLabelSeparation; -import org.apache.fop.fo.properties.ReferenceOrientation; -import org.apache.fop.fo.properties.RefId; -import org.apache.fop.fo.properties.RegionName; -import org.apache.fop.fo.properties.RelativeAlign; -import org.apache.fop.fo.properties.RelativePosition; -import org.apache.fop.fo.properties.RenderingIntent; -import org.apache.fop.fo.properties.RetrieveBoundary; -import org.apache.fop.fo.properties.RetrieveClassName; -import org.apache.fop.fo.properties.RetrievePosition; -import org.apache.fop.fo.properties.Richness; -import org.apache.fop.fo.properties.Right; -import org.apache.fop.fo.properties.Role; -import org.apache.fop.fo.properties.RuleStyle; -import org.apache.fop.fo.properties.RuleThickness; -import org.apache.fop.fo.properties.Scaling; -import org.apache.fop.fo.properties.ScalingMethod; -import org.apache.fop.fo.properties.ScoreSpaces; -import org.apache.fop.fo.properties.Script; -import org.apache.fop.fo.properties.ShowDestination; -import org.apache.fop.fo.properties.Size; -import org.apache.fop.fo.properties.SourceDocument; -import org.apache.fop.fo.properties.SpaceAfterConditionality; -import org.apache.fop.fo.properties.SpaceAfter; -import org.apache.fop.fo.properties.SpaceAfterMaximum; -import org.apache.fop.fo.properties.SpaceAfterMinimum; -import org.apache.fop.fo.properties.SpaceAfterOptimum; -import org.apache.fop.fo.properties.SpaceAfterPrecedence; -import org.apache.fop.fo.properties.SpaceBeforeConditionality; -import org.apache.fop.fo.properties.SpaceBefore; -import org.apache.fop.fo.properties.SpaceBeforeMaximum; -import org.apache.fop.fo.properties.SpaceBeforeMinimum; -import org.apache.fop.fo.properties.SpaceBeforeOptimum; -import org.apache.fop.fo.properties.SpaceBeforePrecedence; -import org.apache.fop.fo.properties.SpaceEndConditionality; -import org.apache.fop.fo.properties.SpaceEnd; -import org.apache.fop.fo.properties.SpaceEndMaximum; -import org.apache.fop.fo.properties.SpaceEndMinimum; -import org.apache.fop.fo.properties.SpaceEndOptimum; -import org.apache.fop.fo.properties.SpaceEndPrecedence; -import org.apache.fop.fo.properties.SpaceStartConditionality; -import org.apache.fop.fo.properties.SpaceStart; -import org.apache.fop.fo.properties.SpaceStartMaximum; -import org.apache.fop.fo.properties.SpaceStartMinimum; -import org.apache.fop.fo.properties.SpaceStartOptimum; -import org.apache.fop.fo.properties.SpaceStartPrecedence; -import org.apache.fop.fo.properties.Span; -import org.apache.fop.fo.properties.SpeakHeader; -import org.apache.fop.fo.properties.Speak; -import org.apache.fop.fo.properties.SpeakNumeral; -import org.apache.fop.fo.properties.SpeakPunctuation; -import org.apache.fop.fo.properties.SpeechRate; -import org.apache.fop.fo.properties.Src; -import org.apache.fop.fo.properties.StartIndent; -import org.apache.fop.fo.properties.StartingState; -import org.apache.fop.fo.properties.StartsRow; -import org.apache.fop.fo.properties.Stress; -import org.apache.fop.fo.properties.SuppressAtLineBreak; -import org.apache.fop.fo.properties.SwitchTo; -import org.apache.fop.fo.properties.TableLayout; -import org.apache.fop.fo.properties.TableOmitFooterAtBreak; -import org.apache.fop.fo.properties.TableOmitHeaderAtBreak; -import org.apache.fop.fo.properties.TargetPresentationContext; -import org.apache.fop.fo.properties.TargetProcessingContext; -import org.apache.fop.fo.properties.TargetStylesheet; -import org.apache.fop.fo.properties.TextAlign; -import org.apache.fop.fo.properties.TextAlignLast; -import org.apache.fop.fo.properties.TextAltitude; -import org.apache.fop.fo.properties.TextDecoration; -import org.apache.fop.fo.properties.TextDepth; -import org.apache.fop.fo.properties.TextIndent; -import org.apache.fop.fo.properties.TextShadow; -import org.apache.fop.fo.properties.TextTransform; -import org.apache.fop.fo.properties.Top; -import org.apache.fop.fo.properties.TreatAsWordSpace; -import org.apache.fop.fo.properties.UnicodeBidi; -import org.apache.fop.fo.properties.UsageContextOfSuppressAtLineBreak; -import org.apache.fop.fo.properties.VerticalAlign; -import org.apache.fop.fo.properties.Visibility; -import org.apache.fop.fo.properties.VoiceFamily; -import org.apache.fop.fo.properties.Volume; -import org.apache.fop.fo.properties.WhiteSpaceCollapse; -import org.apache.fop.fo.properties.WhiteSpace; -import org.apache.fop.fo.properties.WhiteSpaceTreatment; -import org.apache.fop.fo.properties.Widows; -import org.apache.fop.fo.properties.Width; -import org.apache.fop.fo.properties.WordSpacingCommon; -import org.apache.fop.fo.properties.WordSpacingConditionality; -import org.apache.fop.fo.properties.WordSpacing; -import org.apache.fop.fo.properties.WordSpacingMaximum; -import org.apache.fop.fo.properties.WordSpacingMinimum; -import org.apache.fop.fo.properties.WordSpacingOptimum; -import org.apache.fop.fo.properties.WordSpacingPrecedence; -import org.apache.fop.fo.properties.WrapOption; -import org.apache.fop.fo.properties.WritingMode; -import org.apache.fop.fo.properties.XmlLang; -import org.apache.fop.fo.properties.ZIndex; + private static void setup() { + AbsolutePosition iAbsolutePosition = new AbsolutePosition(); + ActiveState iActiveState = new ActiveState(); + AlignmentAdjust iAlignmentAdjust = new AlignmentAdjust(); + AlignmentBaseline iAlignmentBaseline = new AlignmentBaseline(); + AutoRestore iAutoRestore = new AutoRestore(); + Azimuth iAzimuth = new Azimuth(); + BackgroundAttachment iBackgroundAttachment = new BackgroundAttachment(); + BackgroundColor iBackgroundColor = new BackgroundColor(); + BackgroundImage iBackgroundImage = new BackgroundImage(); + Background iBackground = new Background(); + BackgroundPositionHorizontal iBackgroundPositionHorizontal = new BackgroundPositionHorizontal(); + BackgroundPosition iBackgroundPosition = new BackgroundPosition(); + BackgroundPositionVertical iBackgroundPositionVertical = new BackgroundPositionVertical(); + BackgroundRepeat iBackgroundRepeat = new BackgroundRepeat(); + BaselineShift iBaselineShift = new BaselineShift(); + BlankOrNotBlank iBlankOrNotBlank = new BlankOrNotBlank(); + BlockProgressionDimension iBlockProgressionDimension = new BlockProgressionDimension(); + BlockProgressionDimensionMaximum iBlockProgressionDimensionMaximum = new BlockProgressionDimensionMaximum(); + BlockProgressionDimensionMinimum iBlockProgressionDimensionMinimum = new BlockProgressionDimensionMinimum(); + BlockProgressionDimensionOptimum iBlockProgressionDimensionOptimum = new BlockProgressionDimensionOptimum(); + BorderAfterColor iBorderAfterColor = new BorderAfterColor(); + BorderAfterPrecedence iBorderAfterPrecedence = new BorderAfterPrecedence(); + BorderAfterStyle iBorderAfterStyle = new BorderAfterStyle(); + BorderAfterWidthConditionality iBorderAfterWidthConditionality = new BorderAfterWidthConditionality(); + BorderAfterWidth iBorderAfterWidth = new BorderAfterWidth(); + BorderAfterWidthLength iBorderAfterWidthLength = new BorderAfterWidthLength(); + BorderBeforeColor iBorderBeforeColor = new BorderBeforeColor(); + BorderBeforePrecedence iBorderBeforePrecedence = new BorderBeforePrecedence(); + BorderBeforeStyle iBorderBeforeStyle = new BorderBeforeStyle(); + BorderBeforeWidthConditionality iBorderBeforeWidthConditionality = new BorderBeforeWidthConditionality(); + BorderBeforeWidth iBorderBeforeWidth = new BorderBeforeWidth(); + BorderBeforeWidthLength iBorderBeforeWidthLength = new BorderBeforeWidthLength(); + BorderBottomColor iBorderBottomColor = new BorderBottomColor(); + BorderBottom iBorderBottom = new BorderBottom(); + BorderBottomStyle iBorderBottomStyle = new BorderBottomStyle(); + BorderBottomWidth iBorderBottomWidth = new BorderBottomWidth(); + BorderCollapse iBorderCollapse = new BorderCollapse(); + BorderColor iBorderColor = new BorderColor(); + BorderCommonStyle iBorderCommonStyle = new BorderCommonStyle(); + BorderCommonWidth iBorderCommonWidth = new BorderCommonWidth(); + BorderEndColor iBorderEndColor = new BorderEndColor(); + BorderEndPrecedence iBorderEndPrecedence = new BorderEndPrecedence(); + BorderEndStyle iBorderEndStyle = new BorderEndStyle(); + BorderEndWidthConditionality iBorderEndWidthConditionality = new BorderEndWidthConditionality(); + BorderEndWidth iBorderEndWidth = new BorderEndWidth(); + BorderEndWidthLength iBorderEndWidthLength = new BorderEndWidthLength(); + Border iBorder = new Border(); + BorderLeftColor iBorderLeftColor = new BorderLeftColor(); + BorderLeft iBorderLeft = new BorderLeft(); + BorderLeftStyle iBorderLeftStyle = new BorderLeftStyle(); + BorderLeftWidth iBorderLeftWidth = new BorderLeftWidth(); + BorderRightColor iBorderRightColor = new BorderRightColor(); + BorderRight iBorderRight = new BorderRight(); + BorderRightStyle iBorderRightStyle = new BorderRightStyle(); + BorderRightWidth iBorderRightWidth = new BorderRightWidth(); + BorderSeparationBlockProgressionDirection iBorderSeparationBlockProgressionDirection = new BorderSeparationBlockProgressionDirection(); + BorderSeparationInlineProgressionDirection iBorderSeparationInlineProgressionDirection = new BorderSeparationInlineProgressionDirection(); + BorderSeparation iBorderSeparation = new BorderSeparation(); + BorderSpacing iBorderSpacing = new BorderSpacing(); + BorderStartColor iBorderStartColor = new BorderStartColor(); + BorderStartPrecedence iBorderStartPrecedence = new BorderStartPrecedence(); + BorderStartStyle iBorderStartStyle = new BorderStartStyle(); + BorderStartWidthConditionality iBorderStartWidthConditionality = new BorderStartWidthConditionality(); + BorderStartWidth iBorderStartWidth = new BorderStartWidth(); + BorderStartWidthLength iBorderStartWidthLength = new BorderStartWidthLength(); + BorderStyle iBorderStyle = new BorderStyle(); + BorderTopColor iBorderTopColor = new BorderTopColor(); + BorderTop iBorderTop = new BorderTop(); + BorderTopStyle iBorderTopStyle = new BorderTopStyle(); + BorderTopWidth iBorderTopWidth = new BorderTopWidth(); + BorderWidth iBorderWidth = new BorderWidth(); + Bottom iBottom = new Bottom(); + BreakAfter iBreakAfter = new BreakAfter(); + BreakBefore iBreakBefore = new BreakBefore(); + BreakCommon iBreakCommon = new BreakCommon(); + CaptionSide iCaptionSide = new CaptionSide(); + CaseName iCaseName = new CaseName(); + CaseTitle iCaseTitle = new CaseTitle(); + Character iCharacter = new Character(); + Clear iClear = new Clear(); + Clip iClip = new Clip(); + ColorCommon iColorCommon = new ColorCommon(); + Color iColor = new Color(); + ColorNonTransparent iColorNonTransparent = new ColorNonTransparent(); + ColorProfileName iColorProfileName = new ColorProfileName(); + ColorTransparent iColorTransparent = new ColorTransparent(); + ColumnCount iColumnCount = new ColumnCount(); + ColumnGap iColumnGap = new ColumnGap(); + ColumnNumber iColumnNumber = new ColumnNumber(); + ColumnWidth iColumnWidth = new ColumnWidth(); + Conditionality iConditionality = new Conditionality(); + ContentDimension iContentDimension = new ContentDimension(); + ContentHeight iContentHeight = new ContentHeight(); + ContentType iContentType = new ContentType(); + ContentWidth iContentWidth = new ContentWidth(); + Country iCountry = new Country(); + CueAfter iCueAfter = new CueAfter(); + CueBefore iCueBefore = new CueBefore(); + Cue iCue = new Cue(); + DestinationPlacementOffset iDestinationPlacementOffset = new DestinationPlacementOffset(); + Direction iDirection = new Direction(); + DisplayAlign iDisplayAlign = new DisplayAlign(); + DominantBaseline iDominantBaseline = new DominantBaseline(); + Elevation iElevation = new Elevation(); + EmptyCells iEmptyCells = new EmptyCells(); + EndIndent iEndIndent = new EndIndent(); + EndsRow iEndsRow = new EndsRow(); + Extent iExtent = new Extent(); + ExternalDestination iExternalDestination = new ExternalDestination(); + Float iFloat = new Float(); + FlowName iFlowName = new FlowName(); + FontFamily iFontFamily = new FontFamily(); + Font iFont = new Font(); + FontSelectionStrategy iFontSelectionStrategy = new FontSelectionStrategy(); + FontSizeAdjust iFontSizeAdjust = new FontSizeAdjust(); + FontSize iFontSize = new FontSize(); + FontStretch iFontStretch = new FontStretch(); + FontStyle iFontStyle = new FontStyle(); + FontVariant iFontVariant = new FontVariant(); + FontWeight iFontWeight = new FontWeight(); + ForcePageCount iForcePageCount = new ForcePageCount(); + Format iFormat = new Format(); + GlyphOrientationHorizontal iGlyphOrientationHorizontal = new GlyphOrientationHorizontal(); + GlyphOrientationVertical iGlyphOrientationVertical = new GlyphOrientationVertical(); + GroupingSeparator iGroupingSeparator = new GroupingSeparator(); + GroupingSize iGroupingSize = new GroupingSize(); + Height iHeight = new Height(); + Hyphenate iHyphenate = new Hyphenate(); + HyphenationCharacter iHyphenationCharacter = new HyphenationCharacter(); + HyphenationKeep iHyphenationKeep = new HyphenationKeep(); + HyphenationLadderCount iHyphenationLadderCount = new HyphenationLadderCount(); + HyphenationPushCharacterCount iHyphenationPushCharacterCount = new HyphenationPushCharacterCount(); + HyphenationRemainCharacterCount iHyphenationRemainCharacterCount = new HyphenationRemainCharacterCount(); + Id iId = new Id(); + IndicateDestination iIndicateDestination = new IndicateDestination(); + InitialPageNumber iInitialPageNumber = new InitialPageNumber(); + InlineProgressionDimension iInlineProgressionDimension = new InlineProgressionDimension(); + InlineProgressionDimensionMaximum iInlineProgressionDimensionMaximum = new InlineProgressionDimensionMaximum(); + InlineProgressionDimensionMinimum iInlineProgressionDimensionMinimum = new InlineProgressionDimensionMinimum(); + InlineProgressionDimensionOptimum iInlineProgressionDimensionOptimum = new InlineProgressionDimensionOptimum(); + InternalDestination iInternalDestination = new InternalDestination(); + IntrusionDisplace iIntrusionDisplace = new IntrusionDisplace(); + Keep iKeep = new Keep(); + KeepTogether iKeepTogether = new KeepTogether(); + KeepTogetherWithinColumn iKeepTogetherWithinColumn = new KeepTogetherWithinColumn(); + KeepTogetherWithinLine iKeepTogetherWithinLine = new KeepTogetherWithinLine(); + KeepTogetherWithinPage iKeepTogetherWithinPage = new KeepTogetherWithinPage(); + KeepWithNext iKeepWithNext = new KeepWithNext(); + KeepWithNextWithinColumn iKeepWithNextWithinColumn = new KeepWithNextWithinColumn(); + KeepWithNextWithinLine iKeepWithNextWithinLine = new KeepWithNextWithinLine(); + KeepWithNextWithinPage iKeepWithNextWithinPage = new KeepWithNextWithinPage(); + KeepWithPrevious iKeepWithPrevious = new KeepWithPrevious(); + KeepWithPreviousWithinColumn iKeepWithPreviousWithinColumn = new KeepWithPreviousWithinColumn(); + KeepWithPreviousWithinLine iKeepWithPreviousWithinLine = new KeepWithPreviousWithinLine(); + KeepWithPreviousWithinPage iKeepWithPreviousWithinPage = new KeepWithPreviousWithinPage(); + Language iLanguage = new Language(); + LastLineEndIndent iLastLineEndIndent = new LastLineEndIndent(); + LeaderAlignment iLeaderAlignment = new LeaderAlignment(); + LeaderLength iLeaderLength = new LeaderLength(); + LeaderLengthMaximum iLeaderLengthMaximum = new LeaderLengthMaximum(); + LeaderLengthMinimum iLeaderLengthMinimum = new LeaderLengthMinimum(); + LeaderLengthOptimum iLeaderLengthOptimum = new LeaderLengthOptimum(); + LeaderPattern iLeaderPattern = new LeaderPattern(); + LeaderPatternWidth iLeaderPatternWidth = new LeaderPatternWidth(); + Left iLeft = new Left(); + LetterSpacingConditionality iLetterSpacingConditionality = new LetterSpacingConditionality(); + LetterSpacing iLetterSpacing = new LetterSpacing(); + LetterSpacingMaximum iLetterSpacingMaximum = new LetterSpacingMaximum(); + LetterSpacingMinimum iLetterSpacingMinimum = new LetterSpacingMinimum(); + LetterSpacingOptimum iLetterSpacingOptimum = new LetterSpacingOptimum(); + LetterSpacingPrecedence iLetterSpacingPrecedence = new LetterSpacingPrecedence(); + LetterValue iLetterValue = new LetterValue(); + LinefeedTreatment iLinefeedTreatment = new LinefeedTreatment(); + LineHeightConditionality iLineHeightConditionality = new LineHeightConditionality(); + LineHeight iLineHeight = new LineHeight(); + LineHeightMaximum iLineHeightMaximum = new LineHeightMaximum(); + LineHeightMinimum iLineHeightMinimum = new LineHeightMinimum(); + LineHeightOptimum iLineHeightOptimum = new LineHeightOptimum(); + LineHeightPrecedence iLineHeightPrecedence = new LineHeightPrecedence(); + LineHeightShiftAdjustment iLineHeightShiftAdjustment = new LineHeightShiftAdjustment(); + LineStackingStrategy iLineStackingStrategy = new LineStackingStrategy(); + MarginBottom iMarginBottom = new MarginBottom(); + Margin iMargin = new Margin(); + MarginLeft iMarginLeft = new MarginLeft(); + MarginRight iMarginRight = new MarginRight(); + MarginTop iMarginTop = new MarginTop(); + MarkerClassName iMarkerClassName = new MarkerClassName(); + MasterName iMasterName = new MasterName(); + MasterReference iMasterReference = new MasterReference(); + MaxHeight iMaxHeight = new MaxHeight(); + MaximumRepeats iMaximumRepeats = new MaximumRepeats(); + MaxWidth iMaxWidth = new MaxWidth(); + MediaUsage iMediaUsage = new MediaUsage(); + MinHeight iMinHeight = new MinHeight(); + MinWidth iMinWidth = new MinWidth(); + NoProperty iNoProperty = new NoProperty(); + NumberColumnsRepeated iNumberColumnsRepeated = new NumberColumnsRepeated(); + NumberColumnsSpanned iNumberColumnsSpanned = new NumberColumnsSpanned(); + NumberRowsSpanned iNumberRowsSpanned = new NumberRowsSpanned(); + OddOrEven iOddOrEven = new OddOrEven(); + Orphans iOrphans = new Orphans(); + Overflow iOverflow = new Overflow(); + PaddingAfterConditionality iPaddingAfterConditionality = new PaddingAfterConditionality(); + PaddingAfter iPaddingAfter = new PaddingAfter(); + PaddingAfterLength iPaddingAfterLength = new PaddingAfterLength(); + PaddingBeforeConditionality iPaddingBeforeConditionality = new PaddingBeforeConditionality(); + PaddingBefore iPaddingBefore = new PaddingBefore(); + PaddingBeforeLength iPaddingBeforeLength = new PaddingBeforeLength(); + PaddingBottom iPaddingBottom = new PaddingBottom(); + PaddingEndConditionality iPaddingEndConditionality = new PaddingEndConditionality(); + PaddingEnd iPaddingEnd = new PaddingEnd(); + PaddingEndLength iPaddingEndLength = new PaddingEndLength(); + Padding iPadding = new Padding(); + PaddingLeft iPaddingLeft = new PaddingLeft(); + PaddingRight iPaddingRight = new PaddingRight(); + PaddingStartConditionality iPaddingStartConditionality = new PaddingStartConditionality(); + PaddingStart iPaddingStart = new PaddingStart(); + PaddingStartLength iPaddingStartLength = new PaddingStartLength(); + PaddingTop iPaddingTop = new PaddingTop(); + PageBreakAfter iPageBreakAfter = new PageBreakAfter(); + PageBreakBefore iPageBreakBefore = new PageBreakBefore(); + PageBreakCommon iPageBreakCommon = new PageBreakCommon(); + PageBreakInside iPageBreakInside = new PageBreakInside(); + PageHeight iPageHeight = new PageHeight(); + PageHeightWidth iPageHeightWidth = new PageHeightWidth(); + PagePosition iPagePosition = new PagePosition(); + PageWidth iPageWidth = new PageWidth(); + PauseAfter iPauseAfter = new PauseAfter(); + PauseBefore iPauseBefore = new PauseBefore(); + Pause iPause = new Pause(); + Pitch iPitch = new Pitch(); + PitchRange iPitchRange = new PitchRange(); + PlayDuring iPlayDuring = new PlayDuring(); + Position iPosition = new Position(); + PrecedenceCommon iPrecedenceCommon = new PrecedenceCommon(); + Precedence iPrecedence = new Precedence(); + Property iProperty = new Property(); + ProvisionalDistanceBetweenStarts iProvisionalDistanceBetweenStarts = new ProvisionalDistanceBetweenStarts(); + ProvisionalLabelSeparation iProvisionalLabelSeparation = new ProvisionalLabelSeparation(); + ReferenceOrientation iReferenceOrientation = new ReferenceOrientation(); + RefId iRefId = new RefId(); + RegionName iRegionName = new RegionName(); + RelativeAlign iRelativeAlign = new RelativeAlign(); + RelativePosition iRelativePosition = new RelativePosition(); + RenderingIntent iRenderingIntent = new RenderingIntent(); + RetrieveBoundary iRetrieveBoundary = new RetrieveBoundary(); + RetrieveClassName iRetrieveClassName = new RetrieveClassName(); + RetrievePosition iRetrievePosition = new RetrievePosition(); + Richness iRichness = new Richness(); + Right iRight = new Right(); + Role iRole = new Role(); + RuleStyle iRuleStyle = new RuleStyle(); + RuleThickness iRuleThickness = new RuleThickness(); + Scaling iScaling = new Scaling(); + ScalingMethod iScalingMethod = new ScalingMethod(); + ScoreSpaces iScoreSpaces = new ScoreSpaces(); + Script iScript = new Script(); + ShowDestination iShowDestination = new ShowDestination(); + Size iSize = new Size(); + SourceDocument iSourceDocument = new SourceDocument(); + SpaceAfterConditionality iSpaceAfterConditionality = new SpaceAfterConditionality(); + SpaceAfter iSpaceAfter = new SpaceAfter(); + SpaceAfterMaximum iSpaceAfterMaximum = new SpaceAfterMaximum(); + SpaceAfterMinimum iSpaceAfterMinimum = new SpaceAfterMinimum(); + SpaceAfterOptimum iSpaceAfterOptimum = new SpaceAfterOptimum(); + SpaceAfterPrecedence iSpaceAfterPrecedence = new SpaceAfterPrecedence(); + SpaceBeforeConditionality iSpaceBeforeConditionality = new SpaceBeforeConditionality(); + SpaceBefore iSpaceBefore = new SpaceBefore(); + SpaceBeforeMaximum iSpaceBeforeMaximum = new SpaceBeforeMaximum(); + SpaceBeforeMinimum iSpaceBeforeMinimum = new SpaceBeforeMinimum(); + SpaceBeforeOptimum iSpaceBeforeOptimum = new SpaceBeforeOptimum(); + SpaceBeforePrecedence iSpaceBeforePrecedence = new SpaceBeforePrecedence(); + SpaceEndConditionality iSpaceEndConditionality = new SpaceEndConditionality(); + SpaceEnd iSpaceEnd = new SpaceEnd(); + SpaceEndMaximum iSpaceEndMaximum = new SpaceEndMaximum(); + SpaceEndMinimum iSpaceEndMinimum = new SpaceEndMinimum(); + SpaceEndOptimum iSpaceEndOptimum = new SpaceEndOptimum(); + SpaceEndPrecedence iSpaceEndPrecedence = new SpaceEndPrecedence(); + SpaceStartConditionality iSpaceStartConditionality = new SpaceStartConditionality(); + SpaceStart iSpaceStart = new SpaceStart(); + SpaceStartMaximum iSpaceStartMaximum = new SpaceStartMaximum(); + SpaceStartMinimum iSpaceStartMinimum = new SpaceStartMinimum(); + SpaceStartOptimum iSpaceStartOptimum = new SpaceStartOptimum(); + SpaceStartPrecedence iSpaceStartPrecedence = new SpaceStartPrecedence(); + Span iSpan = new Span(); + SpeakHeader iSpeakHeader = new SpeakHeader(); + Speak iSpeak = new Speak(); + SpeakNumeral iSpeakNumeral = new SpeakNumeral(); + SpeakPunctuation iSpeakPunctuation = new SpeakPunctuation(); + SpeechRate iSpeechRate = new SpeechRate(); + Src iSrc = new Src(); + StartIndent iStartIndent = new StartIndent(); + StartingState iStartingState = new StartingState(); + StartsRow iStartsRow = new StartsRow(); + Stress iStress = new Stress(); + SuppressAtLineBreak iSuppressAtLineBreak = new SuppressAtLineBreak(); + SwitchTo iSwitchTo = new SwitchTo(); + TableLayout iTableLayout = new TableLayout(); + TableOmitFooterAtBreak iTableOmitFooterAtBreak = new TableOmitFooterAtBreak(); + TableOmitHeaderAtBreak iTableOmitHeaderAtBreak = new TableOmitHeaderAtBreak(); + TargetPresentationContext iTargetPresentationContext = new TargetPresentationContext(); + TargetProcessingContext iTargetProcessingContext = new TargetProcessingContext(); + TargetStylesheet iTargetStylesheet = new TargetStylesheet(); + TextAlign iTextAlign = new TextAlign(); + TextAlignLast iTextAlignLast = new TextAlignLast(); + TextAltitude iTextAltitude = new TextAltitude(); + TextDecoration iTextDecoration = new TextDecoration(); + TextDepth iTextDepth = new TextDepth(); + TextIndent iTextIndent = new TextIndent(); + TextShadow iTextShadow = new TextShadow(); + TextTransform iTextTransform = new TextTransform(); + Top iTop = new Top(); + TreatAsWordSpace iTreatAsWordSpace = new TreatAsWordSpace(); + UnicodeBidi iUnicodeBidi = new UnicodeBidi(); + UsageContextOfSuppressAtLineBreak iUsageContextOfSuppressAtLineBreak = new UsageContextOfSuppressAtLineBreak(); + VerticalAlign iVerticalAlign = new VerticalAlign(); + Visibility iVisibility = new Visibility(); + VoiceFamily iVoiceFamily = new VoiceFamily(); + Volume iVolume = new Volume(); + WhiteSpaceCollapse iWhiteSpaceCollapse = new WhiteSpaceCollapse(); + WhiteSpace iWhiteSpace = new WhiteSpace(); + WhiteSpaceTreatment iWhiteSpaceTreatment = new WhiteSpaceTreatment(); + Widows iWidows = new Widows(); + Width iWidth = new Width(); + WordSpacingCommon iWordSpacingCommon = new WordSpacingCommon(); + WordSpacingConditionality iWordSpacingConditionality = new WordSpacingConditionality(); + WordSpacing iWordSpacing = new WordSpacing(); + WordSpacingMaximum iWordSpacingMaximum = new WordSpacingMaximum(); + WordSpacingMinimum iWordSpacingMinimum = new WordSpacingMinimum(); + WordSpacingOptimum iWordSpacingOptimum = new WordSpacingOptimum(); + WordSpacingPrecedence iWordSpacingPrecedence = new WordSpacingPrecedence(); + WrapOption iWrapOption = new WrapOption(); + WritingMode iWritingMode = new WritingMode(); + XmlLang iXmlLang = new XmlLang(); + ZIndex iZIndex = new ZIndex(); + } -public class Dummy { public static void Main(String[] args) { - System.out.println("Crash!!!"); + if (crash) throw new RuntimeException("Executing Dummy."); + setup(); } } -- 2.39.5