| 组织ID: |
org.jvnet.hudson |
| 项目ID: |
jtidy |
| 版本: |
4aug2000r7-dev-hudson-1 |
| 最后修改时间: |
2018-07-26 16:51:32 |
| 包类型: |
jar |
| 标题: |
JTidy |
| 描述: |
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin,
JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser
for real-world HTML.
Hudson modifications:
=====================
Removed SAX APIs
|
| 相关URL: |
http://jtidy.sourceforge.net |
| 大小: |
120.28KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>jtidy</artifactId>
<version>4aug2000r7-dev-hudson-1</version>
</dependency>
|
| Gradle引入代码: |
org.jvnet.hudson:jtidy:4aug2000r7-dev-hudson-1
|
| 下载Jar包: |
|
| POM文件内容: |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hudson</groupId>
<artifactId>jtidy</artifactId>
<version>4aug2000r7-dev-hudson-1</version>
<name>JTidy</name>
<url>http://jtidy.sourceforge.net</url>
<description>
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin,
JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser
for real-world HTML.
Hudson modifications:
=====================
Removed SAX APIs
</description>
<organization>
<name>JTidy</name>
<url>http://jtidy.sf.net</url>
</organization>
<licenses>
<license>
<name>Java HTML Tidy License</name>
<url>http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</connection>
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</developerConnection>
<url>http://svn.sourceforge.net/viewcvs.cgi/jtidy/trunk/jtidy/</url>
</scm>
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>java.net-m2-repository</id>
<url>java-net:/maven2-repository/trunk/www/repository/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<!-- fake out maven and install the binary artifact -->
<plugin>
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
<artifactId>maven-antrun-extended-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<attachArtifact file="jtidy-4aug2000r7-dev.jar" />
<attachArtifact file="jtidy-4aug2000r7-dev-sources.jar" classifier="sources" type="jar"/>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>1.8</version>
</extension>
</extensions>
</build>
</project>
|
| Jar包内容: |
org.w3c.tidy.AttVal.class
org.w3c.tidy.AttrCheck.class
org.w3c.tidy.AttrCheckImpl.class
org.w3c.tidy.AttrCheckImpl$CheckUrl.class
org.w3c.tidy.AttrCheckImpl$CheckScript.class
org.w3c.tidy.AttrCheckImpl$CheckAlign.class
org.w3c.tidy.AttrCheckImpl$CheckValign.class
org.w3c.tidy.AttrCheckImpl$CheckBool.class
org.w3c.tidy.AttrCheckImpl$CheckId.class
org.w3c.tidy.AttrCheckImpl$CheckName.class
org.w3c.tidy.Attribute.class
org.w3c.tidy.AttributeTable.class
org.w3c.tidy.CheckAttribs.class
org.w3c.tidy.CheckAttribsImpl.class
org.w3c.tidy.CheckAttribsImpl$CheckHTML.class
org.w3c.tidy.CheckAttribsImpl$CheckSCRIPT.class
org.w3c.tidy.CheckAttribsImpl$CheckTABLE.class
org.w3c.tidy.CheckAttribsImpl$CheckCaption.class
org.w3c.tidy.CheckAttribsImpl$CheckHR.class
org.w3c.tidy.CheckAttribsImpl$CheckIMG.class
org.w3c.tidy.CheckAttribsImpl$CheckAREA.class
org.w3c.tidy.CheckAttribsImpl$CheckAnchor.class
org.w3c.tidy.CheckAttribsImpl$CheckMap.class
org.w3c.tidy.CheckAttribsImpl$CheckSTYLE.class
org.w3c.tidy.CheckAttribsImpl$CheckTableCell.class
org.w3c.tidy.CheckAttribsImpl$CheckLINK.class
org.w3c.tidy.Clean.class
org.w3c.tidy.Configuration.class
org.w3c.tidy.DOMAttrImpl.class
org.w3c.tidy.DOMAttrMapImpl.class
org.w3c.tidy.DOMCDATASectionImpl.class
org.w3c.tidy.DOMCharacterDataImpl.class
org.w3c.tidy.DOMCommentImpl.class
org.w3c.tidy.DOMDocumentImpl.class
org.w3c.tidy.DOMDocumentTypeImpl.class
org.w3c.tidy.DOMElementImpl.class
org.w3c.tidy.DOMExceptionImpl.class
org.w3c.tidy.DOMNodeImpl.class
org.w3c.tidy.DOMNodeListByTagNameImpl.class
org.w3c.tidy.DOMNodeListImpl.class
org.w3c.tidy.DOMProcessingInstructionImpl.class
org.w3c.tidy.DOMTextImpl.class
org.w3c.tidy.Dict.class
org.w3c.tidy.Entity.class
org.w3c.tidy.EntityTable.class
org.w3c.tidy.IStack.class
org.w3c.tidy.Lexer.class
org.w3c.tidy.Lexer$W3CVersionInfo.class
org.w3c.tidy.MutableBoolean.class
org.w3c.tidy.MutableInteger.class
org.w3c.tidy.MutableObject.class
org.w3c.tidy.Node.class
org.w3c.tidy.Out.class
org.w3c.tidy.OutImpl.class
org.w3c.tidy.PPrint.class
org.w3c.tidy.Parser.class
org.w3c.tidy.ParserImpl.class
org.w3c.tidy.ParserImpl$ParseHTML.class
org.w3c.tidy.ParserImpl$ParseHead.class
org.w3c.tidy.ParserImpl$ParseTitle.class
org.w3c.tidy.ParserImpl$ParseScript.class
org.w3c.tidy.ParserImpl$ParseBody.class
org.w3c.tidy.ParserImpl$ParseFrameSet.class
org.w3c.tidy.ParserImpl$ParseInline.class
org.w3c.tidy.ParserImpl$ParseList.class
org.w3c.tidy.ParserImpl$ParseDefList.class
org.w3c.tidy.ParserImpl$ParsePre.class
org.w3c.tidy.ParserImpl$ParseBlock.class
org.w3c.tidy.ParserImpl$ParseTableTag.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
无
|