| 组织ID: |
org.xhtmlrenderer |
| 项目ID: |
flying-saucer-core |
| 版本: |
9.1.11 |
| 最后修改时间: |
2018-07-25 17:34:07 |
| 包类型: |
jar |
| 标题: |
GNU Lesser General Public License (LGPL), version 2.1 or later |
| 描述: |
Flying Saucer is a CSS 2.1 renderer written in Java. This artifact contains the core rendering and layout code as well as Java2D output. |
| 大小: |
1.19MB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-core</artifactId>
<version>9.1.11</version>
</dependency>
|
| Gradle引入代码: |
org.xhtmlrenderer:flying-saucer-core:9.1.11
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.1.11</version>
</parent>
<artifactId>flying-saucer-core</artifactId>
<description>Flying Saucer is a CSS 2.1 renderer written in Java. This artifact contains the core rendering and layout code as well as Java2D output.</description>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), version 2.1 or later</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/flyingsaucerproject/maven/org.xhtmlrenderer:flying-saucer</url>
</repository>
</distributionManagement>
<packaging>jar</packaging>
<name>Flying Saucer Core Renderer</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.xhtmlrenderer.flying.saucer.core</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<!-- Dependency resolution seems not to work properly with default
behavior of importing the exported packages. -->
<Import-Package>!org.xhtmlrenderer.*</Import-Package>
<Export-Package>org.xhtmlrenderer.*</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
resources/conf/xhtmlrenderer.conf
resources/schema/docbook/dbgenent.mod
resources/schema/docbook/ChangeLog
resources/schema/docbook/dbnotnx.mod
resources/schema/docbook/htmltblx.mod
resources/schema/docbook/ent/isoamsb.ent
resources/schema/docbook/ent/isogrk2.ent
resources/schema/docbook/ent/isoamso.ent
resources/schema/docbook/ent/isolat1.ent
resources/schema/docbook/ent/isoamsc.ent
resources/schema/docbook/ent/isobox.ent
resources/schema/docbook/ent/isolat2.ent
resources/schema/docbook/ent/isogrk3.ent
resources/schema/docbook/ent/isodia.ent
resources/schema/docbook/ent/isoamsn.ent
resources/schema/docbook/ent/isogrk1.ent
resources/schema/docbook/calstblx.dtd
resources/schema/docbook/soextblx.dtd
resources/schema/docbook/catalog-docbook.xml
resources/schema/xhtml/xhtml-1/xhtml1-frameset.dtd
resources/schema/xhtml/xhtml-1.1/xhtml11.dtd
resources/schema/xhtml/xhtml-1.1/entity/xhtml11-model-1.mod
resources/schema/xhtml/catalog-xhtml-1.0.xml
resources/schema/xhtml/element/xhtml-image-1.mod
resources/schema/xhtml/element/xhtml-pres-1.mod
resources/schema/xhtml/element/xhtml-style-1.mod
resources/schema/html-4.01/entity/html-symbol.ent
resources/schema/html-4.01/entity/html-lat1.ent
org.xhtmlrenderer.layout.LayoutContext$CounterContext.class
org.xhtmlrenderer.layout.LineBreakContext.class
org.xhtmlrenderer.layout.FloatManager.class
org.xhtmlrenderer.layout.BlockFormattingContext.class
org.xhtmlrenderer.layout.BlockBoxing$1.class
org.xhtmlrenderer.layout.WhitespaceStripper.class
org.xhtmlrenderer.layout.breaker.DefaultLineBreakingStrategy.class
org.xhtmlrenderer.layout.breaker.DefaultLineBreakingStrategy$1.class
org.xhtmlrenderer.layout.breaker.BreakPointsProvider.class
org.xhtmlrenderer.layout.breaker.LineBreakingStrategy.class
org.xhtmlrenderer.layout.breaker.Breaker.class
org.xhtmlrenderer.layout.VerticalAlignContext$ChildContextData.class
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData.class
org.xhtmlrenderer.layout.FloatManager$FloatOperation.class
org.xhtmlrenderer.layout.InlinePaintable.class
org.xhtmlrenderer.layout.BlockBoxing$RelayoutDataList.class
org.xhtmlrenderer.layout.BreakAtLineContext.class
org.xhtmlrenderer.layout.BoxRange.class
org.xhtmlrenderer.layout.TextUtil.class
org.xhtmlrenderer.layout.BlockBoxing$RelayoutRunResult.class
org.xhtmlrenderer.layout.BoxRangeData.class
org.xhtmlrenderer.layout.BoxRangeLists.class
org.xhtmlrenderer.layout.VerticalAlignContext.class
org.xhtmlrenderer.layout.FloatManager$BoxDistance.class
org.xhtmlrenderer.layout.LayoutState.class
org.xhtmlrenderer.layout.BoxCollector.class
org.xhtmlrenderer.swing.SwingReplacedElementFactory$CacheKey.class
org.xhtmlrenderer.swing.SelectionHighlighter$CopyAction.class
org.xhtmlrenderer.swing.BoxRenderer$NullUserInterface.class
org.xhtmlrenderer.swing.Java2DOutputDevice.class
org.xhtmlrenderer.swing.DefaultFSMouseListener.class
org.xhtmlrenderer.swing.BoxRenderer.class
org.xhtmlrenderer.swing.BasicPanel.class
org.xhtmlrenderer.swing.ImageLoadItem.class
org.xhtmlrenderer.swing.ImageResourceLoader$CacheKey.class
org.xhtmlrenderer.swing.DOMTreeModel.class
org.xhtmlrenderer.swing.ImageResourceLoader.class
org.xhtmlrenderer.swing.DelegatingUserAgent.class
org.xhtmlrenderer.swing.DeferredImageReplacedElement.class
org.xhtmlrenderer.test.AllPageTest$1.class
org.xhtmlrenderer.test.NetBeansPageTest.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$OtherIsLonger.class
org.xhtmlrenderer.test.ElementReplacer.class
org.xhtmlrenderer.render.MarkerData$TextMarker.class
org.xhtmlrenderer.render.PageBox$TopLeftCorner.class
org.xhtmlrenderer.render.TextDecoration.class
org.xhtmlrenderer.render.ContentLimit.class
org.xhtmlrenderer.render.InlineBox.class
org.xhtmlrenderer.render.CharCounts.class
org.xhtmlrenderer.render.BorderPainter.class
org.xhtmlrenderer.render.MarkerData.class
org.xhtmlrenderer.render.Box.class
org.xhtmlrenderer.render.ViewportBox.class
org.xhtmlrenderer.render.BorderPainter$RelativeBorderProperties.class
org.xhtmlrenderer.render.FSFontMetrics.class
org.xhtmlrenderer.render.BlockBox.class
org.xhtmlrenderer.simple.extend.form.ResetField.class
org.xhtmlrenderer.simple.extend.form.TextField$TextFieldJTextField.class
org.xhtmlrenderer.simple.extend.form.SelectField$1.class
org.xhtmlrenderer.simple.extend.form.ImageField.class
org.xhtmlrenderer.simple.extend.form.TextField.class
org.xhtmlrenderer.simple.extend.form.TextField$1.class
org.xhtmlrenderer.simple.extend.form.SelectField$HeadingItemListener.class
org.xhtmlrenderer.simple.extend.form.AbstractButtonField.class
org.xhtmlrenderer.simple.extend.DefaultFormSubmissionListener.class
org.xhtmlrenderer.simple.extend.XhtmlForm$ButtonGroupWrapper.class
org.xhtmlrenderer.simple.extend.XhtmlCssOnlyNamespaceHandler.class
org.xhtmlrenderer.util.GeneralUtil.class
org.xhtmlrenderer.util.XRSimpleLogFormatter.class
org.xhtmlrenderer.util.StreamResource.class
org.xhtmlrenderer.util.Uu.class
org.xhtmlrenderer.util.ImageUtil$AbstractFastScaler.class
org.xhtmlrenderer.util.PermutationGenerator.class
org.xhtmlrenderer.util.LoggerUtil.class
org.xhtmlrenderer.util.SystemPropertiesUtil.class
org.xhtmlrenderer.util.ImageUtil$Scaler.class
org.xhtmlrenderer.util.ImageUtil$FastScaler.class
org.xhtmlrenderer.util.JDKXRLogger.class
org.xhtmlrenderer.util.ArrayUtil.class
org.xhtmlrenderer.util.Constants.class
org.xhtmlrenderer.util.Zipper.class
org.xhtmlrenderer.util.XRRuntimeException.class
org.xhtmlrenderer.util.DownscaleQuality.class
org.xhtmlrenderer.protocols.data.DataURLConnection.class
org.xhtmlrenderer.protocols.data.Handler.class
org.xhtmlrenderer.protocols.data.Base64.class
org.xhtmlrenderer.protocols.data.URLByteDecoder.class
org.xhtmlrenderer.css.parser.Lexer.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ZIndex.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ListStyleType.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSDynamicAutoWidth.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Right.class
org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$BorderRadius.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Page.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithNone.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSTableCellColspan.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ColOrRowSpan.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Length.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSKeepWithInline.class
org.xhtmlrenderer.css.parser.property.Conversions.class
org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderTop.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontVariant.class
org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$Padding.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPageOrientation.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MinHeight.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PlainInteger.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BackgroundSize.class
org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$Border.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders.class
org.xhtmlrenderer.css.style.BorderRadiusCorner.class
org.xhtmlrenderer.css.style.derived.ColorValue.class
org.xhtmlrenderer.css.style.derived.FunctionValue.class
org.xhtmlrenderer.css.style.derived.BorderPropertySet.class
org.xhtmlrenderer.css.style.derived.ListValue.class
org.xhtmlrenderer.css.style.derived.RectPropertySet.class
org.xhtmlrenderer.css.style.derived.NumberValue.class
org.xhtmlrenderer.css.style.derived.DerivedValueFactory.class
org.xhtmlrenderer.css.style.derived.StringValue.class
org.xhtmlrenderer.css.style.CalculatedStyle.class
org.xhtmlrenderer.css.constants.PageElementPosition.class
org.xhtmlrenderer.css.constants.MarginBoxName.class
org.xhtmlrenderer.css.extend.StylesheetFactory.class
org.xhtmlrenderer.css.extend.lib.DOMTreeResolver.class
org.xhtmlrenderer.css.extend.ContentFunction.class
org.xhtmlrenderer.css.extend.TreeResolver.class
org.xhtmlrenderer.css.util.ConversionUtil.class
org.xhtmlrenderer.css.newmatch.Condition$AttributeEqualsCondition.class
org.xhtmlrenderer.css.newmatch.Condition$EvenChildCondition.class
org.xhtmlrenderer.css.newmatch.Condition$LangCondition.class
org.xhtmlrenderer.css.newmatch.PageInfo.class
org.xhtmlrenderer.css.newmatch.Selector.class
org.xhtmlrenderer.css.newmatch.Condition$LinkCondition.class
resources/schema/html5/entities.dtd
resources/schema/docbook/README
resources/schema/docbook/docbookx.dtd
resources/schema/xhtml/xhtml-1/xhtml1-strict.dtd
resources/schema/xhtml/xhtml-1/xhtml1-transitional.dtd
resources/schema/xhtml/element/xhtml-arch-1.mod
resources/schema/xhtml/element/xhtml-form-1.mod
resources/schema/xhtml/element/xhtml-blkstruct-1.mod
resources/schema/xhtml/element/xhtml-inlstyle-1.mod
resources/schema/xhtml/element/xhtml-script-1.mod
resources/schema/xhtml/element/xhtml-text-1.mod
resources/schema/xhtml/element/xhtml-blkpres-1.mod
resources/schema/xhtml/element/xhtml-inlstruct-1.mod
resources/schema/xhtml/element/xhtml-list-1.mod
resources/schema/xhtml/element/xhtml-meta-1.mod
resources/schema/xhtml/element/xhtml-param-1.mod
resources/schema/xhtml/element/xhtml-ssismap-1.mod
resources/schema/xhtml/element/xhtml-struct-1.mod
resources/schema/xhtml/element/xhtml-link-1.mod
resources/schema/xhtml/element/xhtml-inlpres-1.mod
resources/schema/xhtml/element/xhtml-blkphras-1.mod
resources/schema/xhtml/entity/xhtml-special.ent
resources/schema/xhtml/entity/xhtml-framework-1.mod
resources/schema/xhtml/entity/xhtml-lat1.ent
resources/schema/xhtml/entity/xhtml-charent-1.mod
resources/schema/xhtml/entity/xhtml-events-1.mod
resources/schema/xhtml/entity/xhtml-datatypes-1.mod
resources/schema/xhtml/notation/xhtml-notations-1.mod
resources/schema/html-4.01/html-4.01-frameset.dtd
resources/schema/html-4.01/catalog-html-4.01.xml
resources/schema/html-4.01/html-4.01-transitional.dtd
org.xhtmlrenderer.layout.FloatLayoutResult.class
org.xhtmlrenderer.layout.BoxRangeHelper.class
org.xhtmlrenderer.layout.LayoutUtil.class
org.xhtmlrenderer.layout.SharedContext.class
org.xhtmlrenderer.layout.breaker.ListBreakPointsProvider.class
org.xhtmlrenderer.layout.breaker.BreakPoint.class
org.xhtmlrenderer.layout.breaker.BreakAnywhereLineBreakStrategy.class
org.xhtmlrenderer.layout.InlineBoxing.class
org.xhtmlrenderer.layout.BlockBoxing.class
org.xhtmlrenderer.layout.FloatManager$BoxOffset.class
org.xhtmlrenderer.layout.CollapsedBorderSide.class
org.xhtmlrenderer.layout.PersistentBFC.class
org.xhtmlrenderer.layout.LayoutContext.class
org.xhtmlrenderer.swing.ElementPropertiesPanel$PropertiesTableModel.class
org.xhtmlrenderer.swing.HTMLTest$ShowDOMInspectorAction.class
org.xhtmlrenderer.swing.Java2DRenderer$NullUserInterface.class
org.xhtmlrenderer.swing.DOMSelectionListener.class
org.xhtmlrenderer.swing.AWTFSGlyphVector.class
org.xhtmlrenderer.swing.ImageLoadQueue.class
org.xhtmlrenderer.swing.RepaintListener.class
org.xhtmlrenderer.swing.RootPanel$1.class
org.xhtmlrenderer.swing.DOMInspector.class
org.xhtmlrenderer.swing.CursorListener.class
org.xhtmlrenderer.swing.ElementPropertiesPanel$PropertiesJTable.class
org.xhtmlrenderer.swing.RootPanel$1$1.class
org.xhtmlrenderer.swing.HTMLTest$ReloadPageAction.class
org.xhtmlrenderer.swing.HoverListener.class
org.xhtmlrenderer.swing.SwingReplacedElement.class
org.xhtmlrenderer.swing.MutableFSImage.class
org.xhtmlrenderer.swing.NaiveUserAgent.class
org.xhtmlrenderer.swing.AWTFSImage$1.class
org.xhtmlrenderer.swing.HTMLTest$RefreshPageAction.class
org.xhtmlrenderer.swing.AWTFSImage$NullImage.class
org.xhtmlrenderer.swing.ImageReplacedElement.class
org.xhtmlrenderer.swing.ScalableXHTMLPanel.class
org.xhtmlrenderer.swing.EmptyReplacedElement.class
org.xhtmlrenderer.swing.SelectionHighlighter.class
org.xhtmlrenderer.context.ContentFunctionFactory$LeaderFunction.class
org.xhtmlrenderer.context.StyleReference.class
org.xhtmlrenderer.context.ContentFunctionFactory$PageNumberFunction.class
org.xhtmlrenderer.context.StylesheetFactoryImpl$1.class
org.xhtmlrenderer.context.AWTFontResolver.class
org.xhtmlrenderer.resource.XMLResource$ObjectPool.class
org.xhtmlrenderer.resource.ImageResource.class
org.xhtmlrenderer.resource.FSCatalog$1.class
org.xhtmlrenderer.resource.XMLResource$WhitespacePreservingFilter.class
org.xhtmlrenderer.resource.AbstractResource.class
org.xhtmlrenderer.resource.CSSResource.class
org.xhtmlrenderer.resource.XMLResource$IdentityTransformerPool.class
org.xhtmlrenderer.test.DelegatingReplacedElementFactory.class
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$ERItem.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedResult.class
org.xhtmlrenderer.test.SimplePageTest.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$LineMismatch.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$ResultOK.class
org.xhtmlrenderer.test.ReferenceComparison$1.class
org.xhtmlrenderer.test.HamletSpeedTest.class
org.xhtmlrenderer.render.PageBox$1.class
org.xhtmlrenderer.render.PageBox$MarginArea.class
org.xhtmlrenderer.render.MarkerData$GlyphMarker.class
org.xhtmlrenderer.render.PageBox$BottomRightCorner.class
org.xhtmlrenderer.render.MarkerData$ImageMarker.class
org.xhtmlrenderer.render.PageBox$PageDimensions.class
org.xhtmlrenderer.render.PageBox$TopRightCorner.class
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult.class
org.xhtmlrenderer.render.BlockBox$1.class
org.xhtmlrenderer.render.LineBox.class
org.xhtmlrenderer.render.BoxDimensions.class
org.xhtmlrenderer.render.InlineText.class
org.xhtmlrenderer.render.InlineLayoutBox.class
org.xhtmlrenderer.render.PageBox$LeftMarginArea.class
org.xhtmlrenderer.render.AnonymousBlockBox.class
org.xhtmlrenderer.extend.OutputDevice.class
org.xhtmlrenderer.extend.NamespaceHandler.class
org.xhtmlrenderer.extend.ReplacedElementFactory.class
org.xhtmlrenderer.extend.TextRenderer.class
org.xhtmlrenderer.extend.FSImage.class
org.xhtmlrenderer.extend.FontContext.class
org.xhtmlrenderer.simple.XHTMLPrintable.class
org.xhtmlrenderer.simple.FSScrollPane$3.class
org.xhtmlrenderer.simple.XHTMLPanel$1.class
org.xhtmlrenderer.simple.FSScrollPane$4.class
org.xhtmlrenderer.simple.xhtml.XhtmlNamespaceHandler.class
org.xhtmlrenderer.simple.xhtml.controls.HiddenControl.class
org.xhtmlrenderer.simple.xhtml.controls.ButtonControlListener.class
org.xhtmlrenderer.simple.xhtml.controls.AbstractControl.class
org.xhtmlrenderer.simple.xhtml.FormControlAdapter.class
org.xhtmlrenderer.simple.xhtml.FormListener.class
org.xhtmlrenderer.simple.FSScrollPane$1.class
org.xhtmlrenderer.simple.extend.NoReplacedElementFactory.class
org.xhtmlrenderer.simple.extend.form.InputField.class
org.xhtmlrenderer.simple.extend.form.ButtonField$1.class
org.xhtmlrenderer.simple.extend.form.FormField.class
org.xhtmlrenderer.simple.extend.form.SelectField$NameValuePair.class
org.xhtmlrenderer.simple.extend.form.FormFieldFactory.class
org.xhtmlrenderer.simple.extend.form.CheckboxField.class
org.xhtmlrenderer.simple.extend.form.HiddenField.class
org.xhtmlrenderer.simple.extend.form.PasswordField.class
org.xhtmlrenderer.simple.extend.form.ImageField$2.class
org.xhtmlrenderer.simple.extend.form.ResetField$1.class
org.xhtmlrenderer.simple.extend.form.SizeLimitedDocument.class
org.xhtmlrenderer.simple.extend.form.TextAreaField$TextAreaFieldJTextArea.class
org.xhtmlrenderer.simple.extend.form.SubmitField$1.class
org.xhtmlrenderer.simple.extend.FormSubmissionListener.class
org.xhtmlrenderer.simple.extend.URLUTF8Encoder.class
org.xhtmlrenderer.simple.FSScrollPane$5.class
org.xhtmlrenderer.simple.FSScrollPane$2.class
org.xhtmlrenderer.css.parser.MakeTokens.class
org.xhtmlrenderer.css.parser.ParserTest$1.class
org.xhtmlrenderer.css.parser.FSRGBColor.class
org.xhtmlrenderer.css.parser.CounterData.class
org.xhtmlrenderer.css.parser.ParserTest.class
org.xhtmlrenderer.css.parser.FSCMYKColor.class
org.xhtmlrenderer.css.parser.FSColor.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Width.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPageHeight.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LetterSpacing.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Clear.class
org.xhtmlrenderer.css.parser.property.PropertyBuilder.class
org.xhtmlrenderer.css.parser.property.SizePropertyBuilder.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Overflow.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MarginRight.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$WordSpacing.class
org.xhtmlrenderer.css.parser.property.CounterPropertyBuilder.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Cursor.class
org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$OneToFourPropertyBuilder.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MarginLeft.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderRightWidth.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Top.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderCollapse.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderStyle.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderBottomColor.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderLeftStyle.class
org.xhtmlrenderer.css.newmatch.Matcher$1.class
org.xhtmlrenderer.css.newmatch.Condition$LastChildCondition.class
org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition.class
org.xhtmlrenderer.css.newmatch.Condition$AttributeMatchesFirstPartCondition.class
org.xhtmlrenderer.css.newmatch.Condition$NthChildCondition.class
org.xhtmlrenderer.css.newmatch.CascadedStyle.class
org.xhtmlrenderer.css.newmatch.Condition$ClassCondition.class
org.xhtmlrenderer.css.newmatch.Condition$AttributePrefixCondition.class
org.xhtmlrenderer.css.newmatch.Condition$OddChildCondition.class
org.xhtmlrenderer.css.sheet.RulesetContainer.class
org.xhtmlrenderer.css.sheet.FontFaceRule.class
org.xhtmlrenderer.css.sheet.MediaRule.class
org.xhtmlrenderer.css.sheet.PropertyDeclaration.class
org.xhtmlrenderer.css.sheet.Ruleset.class
org.xhtmlrenderer.css.sheet.Stylesheet.class
org.xhtmlrenderer.css.sheet.StylesheetInfo.class
org.xhtmlrenderer.css.sheet.PageRule.class
org.xhtmlrenderer.css.value.FontSpecification.class
org.xhtmlrenderer.css.value.PageSize.class
org.xhtmlrenderer.css.value.FSCssValue.class
org.xhtmlrenderer.DefaultCSSMarker.class
org.xhtmlrenderer.tool.Boxer.class
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$1.class
org.xhtmlrenderer.newtable.TableBox$FixedTableLayout.class
org.xhtmlrenderer.newtable.TableCellBox.class
org.xhtmlrenderer.newtable.TableSectionBox.class
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout.class
org.xhtmlrenderer.newtable.TableBox$MarginTableLayout.class
org.xhtmlrenderer.newtable.TableBox$TableLayout.class
org.xhtmlrenderer.newtable.TableRowBox.class
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout.class
org.xhtmlrenderer.newtable.TableCellBox$1.class
org.xhtmlrenderer.newtable.TableBox.class
org.xhtmlrenderer.newtable.TableColumn.class
org.xhtmlrenderer.newtable.ColumnData.class
org.xhtmlrenderer.newtable.CollapsedBorderValue.class
org.xhtmlrenderer.newtable.RowData.class
META-INF/LICENSE
META-INF/LICENSE-W3C-TEST
META-INF/LICENSE-LGPL-3.txt
META-INF/LICENSE-GPL-3.txt
META-INF/LICENSE-LGPL-2.1.txt
META-INF/LICENSE-GPL-2.txt
resources/schema/docbook/dbcentx.mod
resources/schema/docbook/docbook.cat
resources/schema/docbook/dbhierx.mod
resources/schema/docbook/ent/isogrk4.ent
resources/schema/docbook/ent/isotech.ent
resources/schema/docbook/ent/isoamsa.ent
resources/schema/docbook/ent/isoamsr.ent
resources/schema/docbook/ent/isocyr1.ent
resources/schema/docbook/ent/isocyr2.ent
resources/schema/docbook/ent/isonum.ent
resources/schema/docbook/ent/isopub.ent
resources/schema/docbook/dbpoolx.mod
resources/schema/xhtml/element/xhtml-object-1.mod
resources/schema/xhtml/element/xhtml-base-1.mod
resources/schema/xhtml/element/xhtml-edit-1.mod
resources/schema/xhtml/element/xhtml-inlphras-1.mod
resources/schema/xhtml/element/xhtml-bdo-1.mod
resources/schema/xhtml/element/xhtml-csismap-1.mod
resources/schema/xhtml/element/xhtml-legacy-1.mod
resources/schema/xhtml/element/xhtml-hypertext-1.mod
resources/schema/xhtml/element/xhtml-table-1.mod
resources/schema/xhtml/element/xhtml-ruby-1.mod
resources/schema/xhtml/catalog-xhtml-common.xml
resources/schema/xhtml/entity/xhtml-qname-1.mod
resources/schema/xhtml/entity/xhtml-attribs-1.mod
resources/schema/xhtml/entity/xhtml-symbol.ent
resources/schema/xhtml/catalog-xhtml-1.1.xml
resources/schema/html-4.01/html-4.01-strict.dtd
resources/schema/html-4.01/entity/html-special.ent
resources/css/XhtmlNamespaceHandler.css
org.xhtmlrenderer.layout.Layer$1.class
org.xhtmlrenderer.layout.InlineBoxing$1.class
org.xhtmlrenderer.layout.BoxBuilder.class
org.xhtmlrenderer.layout.breaker.UrlAwareLineBreakIterator.class
org.xhtmlrenderer.layout.breaker.UrlAwareLineBreakIterator$Range.class
org.xhtmlrenderer.layout.Styleable.class
org.xhtmlrenderer.layout.Layer$2.class
org.xhtmlrenderer.layout.PaintingInfo.class
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo.class
org.xhtmlrenderer.layout.FunctionData.class
org.xhtmlrenderer.layout.StyleTracker.class
org.xhtmlrenderer.layout.CounterFunction.class
org.xhtmlrenderer.layout.Layer$ZIndexComparator.class
org.xhtmlrenderer.layout.InlineBoxMeasurements.class
org.xhtmlrenderer.layout.Layer.class
org.xhtmlrenderer.swing.HTMLTest$AntiAliasedAction.class
org.xhtmlrenderer.swing.BoxRenderer$1.class
org.xhtmlrenderer.swing.HTMLTest$2.class
org.xhtmlrenderer.swing.HTMLTest.class
org.xhtmlrenderer.swing.AWTFSImage.class
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo.class
org.xhtmlrenderer.swing.MouseTracker.class
org.xhtmlrenderer.swing.HTMLTest$LineBoxOutlinesAction.class
org.xhtmlrenderer.swing.ElementPropertiesPanel.class
org.xhtmlrenderer.swing.HTMLTest$QuitAction.class
org.xhtmlrenderer.swing.HTMLTest$FontMetricsAction.class
org.xhtmlrenderer.swing.Java2DRenderer.class
org.xhtmlrenderer.swing.DOMInspector$1.class
org.xhtmlrenderer.swing.Java2DTextRenderer.class
org.xhtmlrenderer.swing.ScaleChangeEvent.class
org.xhtmlrenderer.swing.AWTFSImage$NewAWTFSImage.class
org.xhtmlrenderer.swing.SwingReplacedElementFactory.class
org.xhtmlrenderer.swing.HTMLTest$BoxOutlinesAction.class
org.xhtmlrenderer.swing.AWTFontResolver.class
org.xhtmlrenderer.swing.ImageResourceLoader$1.class
org.xhtmlrenderer.context.StandardAttributeResolver.class
org.xhtmlrenderer.resource.XMLResource$XMLReaderPool$1.class
org.xhtmlrenderer.resource.XMLResource.class
org.xhtmlrenderer.resource.XMLResource$XMLReaderPool.class
org.xhtmlrenderer.resource.FSCatalog.class
org.xhtmlrenderer.test.AllPageTest.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$Result.class
org.xhtmlrenderer.test.Graphics2DRendererTest.class
org.xhtmlrenderer.test.DocumentDiffGenerate.class
org.xhtmlrenderer.test.Regress$1.class
org.xhtmlrenderer.test.DocumentDiffTest.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedIO.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$RenderFailed.class
org.xhtmlrenderer.test.Regress.class
org.xhtmlrenderer.render.PageBox$BottomLeftCorner.class
org.xhtmlrenderer.render.LineMetricsAdapter.class
org.xhtmlrenderer.render.PageBox$TopMarginArea.class
org.xhtmlrenderer.render.FloatDistances.class
org.xhtmlrenderer.render.FSFont.class
org.xhtmlrenderer.render.ContentLimitContainer.class
org.xhtmlrenderer.render.BlockBox$LastLineBoxContext.class
org.xhtmlrenderer.render.ListItemPainter.class
org.xhtmlrenderer.render.PageBox$MarginAreaContainer.class
org.xhtmlrenderer.render.StrutMetrics.class
org.xhtmlrenderer.render.MarginBox.class
org.xhtmlrenderer.render.AbstractOutputDevice.class
org.xhtmlrenderer.render.PageBox$BottomMarginArea.class
org.xhtmlrenderer.render.PageBox$RightMarginArea.class
org.xhtmlrenderer.render.RenderingContext.class
org.xhtmlrenderer.render.FloatedBoxData.class
org.xhtmlrenderer.render.JustificationInfo.class
org.xhtmlrenderer.render.PageBox.class
org.xhtmlrenderer.event.DocumentListener.class
org.xhtmlrenderer.event.DefaultDocumentListener.class
org.xhtmlrenderer.extend.FontResolver.class
org.xhtmlrenderer.extend.FSGlyphVector.class
org.xhtmlrenderer.extend.FSCanvas.class
org.xhtmlrenderer.extend.UserInterface.class
org.xhtmlrenderer.extend.UserAgentCallback.class
org.xhtmlrenderer.extend.ReplacedElement.class
org.xhtmlrenderer.simple.Graphics2DRenderer.class
org.xhtmlrenderer.simple.FSScrollPane.class
org.xhtmlrenderer.simple.NoNamespaceHandler.class
org.xhtmlrenderer.simple.FSScrollPane$6.class
org.xhtmlrenderer.simple.ImageRenderer.class
org.xhtmlrenderer.simple.xhtml.FormControl.class
org.xhtmlrenderer.simple.xhtml.controls.TextControl.class
org.xhtmlrenderer.simple.xhtml.controls.SelectControl.class
org.xhtmlrenderer.simple.xhtml.XhtmlForm.class
org.xhtmlrenderer.simple.xhtml.FormControlListener.class
org.xhtmlrenderer.simple.extend.XhtmlNamespaceHandler.class
org.xhtmlrenderer.simple.extend.form.SelectField.class
org.xhtmlrenderer.simple.extend.form.SubmitField.class
org.xhtmlrenderer.simple.extend.form.TextAreaField.class
org.xhtmlrenderer.simple.extend.form.RadioButtonField.class
org.xhtmlrenderer.simple.extend.form.SelectField$CellRenderer.class
org.xhtmlrenderer.simple.extend.form.FormFieldState.class
org.xhtmlrenderer.simple.extend.form.ImageField$1.class
org.xhtmlrenderer.simple.extend.form.ButtonField.class
org.xhtmlrenderer.simple.extend.form.FileField.class
org.xhtmlrenderer.simple.extend.XhtmlForm.class
org.xhtmlrenderer.simple.FSScrollPane$7.class
org.xhtmlrenderer.simple.XHTMLPanel.class
org.xhtmlrenderer.util.Configuration.class
org.xhtmlrenderer.util.ScalingOptions.class
org.xhtmlrenderer.util.ImageUtil.class
org.xhtmlrenderer.util.GenerateBigFile.class
org.xhtmlrenderer.util.XMLUtil.class
org.xhtmlrenderer.util.ImageUtil$AreaAverageScaler.class
org.xhtmlrenderer.util.XRLogger.class
org.xhtmlrenderer.util.ImageUtil$HighQualityScaler.class
org.xhtmlrenderer.css.parser.PropertyValue.class
org.xhtmlrenderer.css.parser.Token.class
org.xhtmlrenderer.css.parser.CSSErrorHandler.class
org.xhtmlrenderer.css.parser.CSSParser$NamespacePair.class
org.xhtmlrenderer.css.parser.FSFunction.class
org.xhtmlrenderer.css.parser.CSSParseException.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$WhiteSpace.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PageBreakBefore.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Orphans.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MaxWidth.class
org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderLeft.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderRightStyle.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderBottomRightRadius.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ListStylePosition.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontFamily.class
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$VerticalAlign.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontWeight.class
org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$1.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSFitImagesToWidth.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PaddingLeft.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Hyphens.class
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Color.class
org.xhtmlrenderer.css.parser.CSSParser.class
org.xhtmlrenderer.css.style.derived.LengthValue.class
org.xhtmlrenderer.css.style.FontSizeHelper.class
org.xhtmlrenderer.css.style.BackgroundSize.class
org.xhtmlrenderer.css.style.EmptyStyle.class
org.xhtmlrenderer.css.style.CssContext.class
org.xhtmlrenderer.css.constants.CSSName$1.class
org.xhtmlrenderer.css.constants.IdentValue.class
org.xhtmlrenderer.css.constants.Idents.class
org.xhtmlrenderer.css.extend.lib.DOMStaticXhtmlAttributeResolver.class
org.xhtmlrenderer.css.extend.AttributeResolver.class
org.xhtmlrenderer.css.newmatch.Condition$AttributeExistsCondition.class
org.xhtmlrenderer.css.newmatch.Condition$AttributeSubstringCondition.class
org.xhtmlrenderer.css.newmatch.Condition$FirstChildCondition.class
org.xhtmlrenderer.css.newmatch.Condition$AttributeSuffixCondition.class
org.xhtmlrenderer.css.newmatch.Condition.class
org.xhtmlrenderer.css.newmatch.Matcher.class
META-INF/maven/org.xhtmlrenderer/flying-saucer-core/pom.properties
resources/schema/docbook/catalog.xml-org
org.xhtmlrenderer.swing.BasicPanel$1.class
org.xhtmlrenderer.swing.ScaleChangeListener.class
org.xhtmlrenderer.swing.Java2DRenderer$1.class
org.xhtmlrenderer.swing.Java2DFontContext.class
org.xhtmlrenderer.swing.HTMLTest$InlineBoxesAction.class
org.xhtmlrenderer.swing.SelectionHighlighter$1.class
org.xhtmlrenderer.swing.ImageLoadWorker.class
org.xhtmlrenderer.swing.DOMTreeCellRenderer.class
org.xhtmlrenderer.swing.HTMLTest$1.class
org.xhtmlrenderer.swing.LinkListener.class
org.xhtmlrenderer.swing.ImageLoadWorker$1.class
org.xhtmlrenderer.swing.FSMouseListener.class
org.xhtmlrenderer.swing.UriResolver.class
org.xhtmlrenderer.swing.DeferredImageReplacedElement$1.class
org.xhtmlrenderer.swing.SelectionHighlighter$SafeScroller.class
org.xhtmlrenderer.swing.AWTFSFont.class
org.xhtmlrenderer.swing.RootPanel.class
org.xhtmlrenderer.context.StylesheetFactoryImpl$2.class
org.xhtmlrenderer.context.ContentFunctionFactory$PageCounterFunction.class
org.xhtmlrenderer.context.ContentFunctionFactory$TargetCounterFunction.class
org.xhtmlrenderer.context.ContentFunctionFactory$1.class
org.xhtmlrenderer.context.ContentFunctionFactory$PagesCounterFunction.class
org.xhtmlrenderer.context.StylesheetFactoryImpl.class
org.xhtmlrenderer.context.ContentFunctionFactory.class
org.xhtmlrenderer.resource.FSEntityResolver.class
org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder.class
org.xhtmlrenderer.resource.Resource.class
org.xhtmlrenderer.resource.XMLResource$1.class
org.xhtmlrenderer.resource.FSCatalog$CatalogContentHandler.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics.class
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$RefIsLonger.class
org.xhtmlrenderer.test.SwingImageReplacer.class
org.xhtmlrenderer.test.XLayout.class
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$1.class
org.xhtmlrenderer.test.ReferenceComparison.class
org.xhtmlrenderer.simple.xhtml.controls.CheckControl.class
org.xhtmlrenderer.simple.xhtml.controls.AbstractControl$1.class
org.xhtmlrenderer.simple.xhtml.controls.ButtonControl.class
org.xhtmlrenderer.util.ImageUtil$OldScaler.class
org.xhtmlrenderer.util.FSImageWriter.class
org.xhtmlrenderer.util.ContentTypeDetectingInputStreamWrapper.class
org.xhtmlrenderer.util.Util.class
org.xhtmlrenderer.util.IOUtil.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
|