pbwest      2003/06/12 21:57:48

  Modified:    src/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design
                        Dummy.java
  Log:
  This is a dummy class for dependencies among classes not referenced by name.
  Modified to resolve warnings in Eclipse.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +341 -337  xml-fop/src/org/apache/fop/fo/properties/Attic/Dummy.java
  
  Index: Dummy.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/properties/Attic/Dummy.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- Dummy.java        12 Jun 2003 18:19:07 -0000      1.1.2.2
  +++ Dummy.java        13 Jun 2003 04:57:48 -0000      1.1.2.3
  @@ -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();
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to