rome-2.1.0.jar中文-英文对照文档.zip

com.rometoolsrome2.1.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: rome-2.1.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.12 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

rome-2.1.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:rome-2.1.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:rome-2.1.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:rome-2.1.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:rome-2.1.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 rome-2.1.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: rome
  • 描述: 所有道路都通向ROME。ROME是一组用于处理Atom/RSS的Java工具,使在Java中处理大多数 syndication 格式变得容易。目前它支持所有版本的RSS(0.90、0.91、0.92、0.93、0.94、1.0和2.0),以及Atom 0.3和Atom 1.0的源。ROME包含一组用于各种格式的解析器和生成器,以及用于在不同格式之间转换的转换器。解析器可以返回特定于您要处理的格式的Java对象,或者一个通用的标准化SyndFeed对象,使您可以在不关心底层格式的情况下处理数据。
  • 版本: 2.1.0

Maven依赖

<dependency>
	<groupId>com.rometools</groupId>
	<artifactId>rome</artifactId>
	<version>2.1.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.rometools', name: 'rome', version: '2.1.0'
Gradle (Short):
	implementation 'com.rometools:rome:2.1.0'
Gradle (Kotlin):
	implementation("com.rometools:rome:2.1.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.rometools.rome.feed
com.rometools.rome.feed.atom
com.rometools.rome.feed.impl
com.rometools.rome.feed.module
com.rometools.rome.feed.module.impl
com.rometools.rome.feed.rss
com.rometools.rome.feed.synd
com.rometools.rome.feed.synd.impl
com.rometools.rome.io
com.rometools.rome.io.impl

本组件包含的 Java class(类)

com.rometools.rome.feed.CopyFrom
com.rometools.rome.feed.WireFeed
com.rometools.rome.feed.atom.Category
com.rometools.rome.feed.atom.Content
com.rometools.rome.feed.atom.Entry
com.rometools.rome.feed.atom.Feed
com.rometools.rome.feed.atom.Generator
com.rometools.rome.feed.atom.Link
com.rometools.rome.feed.atom.Person
com.rometools.rome.feed.impl.BeanIntrospector
com.rometools.rome.feed.impl.CloneableBean
com.rometools.rome.feed.impl.ConfigurableClassLoader
com.rometools.rome.feed.impl.CopyFromHelper
com.rometools.rome.feed.impl.EqualsBean
com.rometools.rome.feed.impl.PropertyDescriptor
com.rometools.rome.feed.impl.ToStringBean
com.rometools.rome.feed.module.DCModule
com.rometools.rome.feed.module.DCModuleImpl
com.rometools.rome.feed.module.DCSubject
com.rometools.rome.feed.module.DCSubjectImpl
com.rometools.rome.feed.module.Extendable
com.rometools.rome.feed.module.Module
com.rometools.rome.feed.module.ModuleImpl
com.rometools.rome.feed.module.SyModule
com.rometools.rome.feed.module.SyModuleImpl
com.rometools.rome.feed.module.impl.ModuleUtils
com.rometools.rome.feed.rss.Category
com.rometools.rome.feed.rss.Channel
com.rometools.rome.feed.rss.Cloud
com.rometools.rome.feed.rss.Content
com.rometools.rome.feed.rss.Description
com.rometools.rome.feed.rss.Enclosure
com.rometools.rome.feed.rss.Guid
com.rometools.rome.feed.rss.Image
com.rometools.rome.feed.rss.Item
com.rometools.rome.feed.rss.Source
com.rometools.rome.feed.rss.TextInput
com.rometools.rome.feed.synd.Converter
com.rometools.rome.feed.synd.SyndCategory
com.rometools.rome.feed.synd.SyndCategoryImpl
com.rometools.rome.feed.synd.SyndContent
com.rometools.rome.feed.synd.SyndContentImpl
com.rometools.rome.feed.synd.SyndEnclosure
com.rometools.rome.feed.synd.SyndEnclosureImpl
com.rometools.rome.feed.synd.SyndEntry
com.rometools.rome.feed.synd.SyndEntryImpl
com.rometools.rome.feed.synd.SyndFeed
com.rometools.rome.feed.synd.SyndFeedImpl
com.rometools.rome.feed.synd.SyndImage
com.rometools.rome.feed.synd.SyndImageImpl
com.rometools.rome.feed.synd.SyndLink
com.rometools.rome.feed.synd.SyndLinkImpl
com.rometools.rome.feed.synd.SyndPerson
com.rometools.rome.feed.synd.SyndPersonImpl
com.rometools.rome.feed.synd.impl.ConverterForAtom03
com.rometools.rome.feed.synd.impl.ConverterForAtom10
com.rometools.rome.feed.synd.impl.ConverterForRSS090
com.rometools.rome.feed.synd.impl.ConverterForRSS091Netscape
com.rometools.rome.feed.synd.impl.ConverterForRSS091Userland
com.rometools.rome.feed.synd.impl.ConverterForRSS092
com.rometools.rome.feed.synd.impl.ConverterForRSS093
com.rometools.rome.feed.synd.impl.ConverterForRSS094
com.rometools.rome.feed.synd.impl.ConverterForRSS10
com.rometools.rome.feed.synd.impl.ConverterForRSS20
com.rometools.rome.feed.synd.impl.Converters
com.rometools.rome.feed.synd.impl.URINormalizer
com.rometools.rome.io.DelegatingModuleGenerator
com.rometools.rome.io.DelegatingModuleParser
com.rometools.rome.io.FeedException
com.rometools.rome.io.ModuleGenerator
com.rometools.rome.io.ModuleParser
com.rometools.rome.io.ParsingFeedException
com.rometools.rome.io.SAXBuilder
com.rometools.rome.io.SyndFeedInput
com.rometools.rome.io.SyndFeedOutput
com.rometools.rome.io.WireFeedGenerator
com.rometools.rome.io.WireFeedInput
com.rometools.rome.io.WireFeedOutput
com.rometools.rome.io.WireFeedParser
com.rometools.rome.io.XmlReader
com.rometools.rome.io.XmlReaderException
com.rometools.rome.io.impl.Atom03Generator
com.rometools.rome.io.impl.Atom03Parser
com.rometools.rome.io.impl.Atom10Generator
com.rometools.rome.io.impl.Atom10Parser
com.rometools.rome.io.impl.Base64
com.rometools.rome.io.impl.BaseWireFeedGenerator
com.rometools.rome.io.impl.BaseWireFeedParser
com.rometools.rome.io.impl.DCModuleGenerator
com.rometools.rome.io.impl.DCModuleParser
com.rometools.rome.io.impl.DateParser
com.rometools.rome.io.impl.FeedGenerators
com.rometools.rome.io.impl.FeedParsers
com.rometools.rome.io.impl.ModuleGenerators
com.rometools.rome.io.impl.ModuleParsers
com.rometools.rome.io.impl.NumberParser
com.rometools.rome.io.impl.PluginManager
com.rometools.rome.io.impl.PropertiesLoader
com.rometools.rome.io.impl.RSS090Generator
com.rometools.rome.io.impl.RSS090Parser
com.rometools.rome.io.impl.RSS091NetscapeGenerator
com.rometools.rome.io.impl.RSS091NetscapeParser
com.rometools.rome.io.impl.RSS091UserlandGenerator
com.rometools.rome.io.impl.RSS091UserlandParser
com.rometools.rome.io.impl.RSS092Generator
com.rometools.rome.io.impl.RSS092Parser
com.rometools.rome.io.impl.RSS093Generator
com.rometools.rome.io.impl.RSS093Parser
com.rometools.rome.io.impl.RSS094Generator
com.rometools.rome.io.impl.RSS094Parser
com.rometools.rome.io.impl.RSS10Generator
com.rometools.rome.io.impl.RSS10Parser
com.rometools.rome.io.impl.RSS20Generator
com.rometools.rome.io.impl.RSS20Parser
com.rometools.rome.io.impl.RSS20wNSParser
com.rometools.rome.io.impl.SyModuleGenerator
com.rometools.rome.io.impl.SyModuleParser
com.rometools.rome.io.impl.XmlFixerReader