woodstox-core-7.1.1.jar中文-英文对照文档.zip

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

文件名称: woodstox-core-7.1.1.jar中文-英文对照文档.zip

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

选择下载方式

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

文件简介

woodstox-core-7.1.1.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Woodstox
  • 描述: Woodstox 是一个高性能的 XML 处理器,实现了 Stax(JSR-173)、SAX2 和 Stax2 API
  • 版本: 7.1.1

Maven依赖

<dependency>
	<groupId>com.fasterxml.woodstox</groupId>
	<artifactId>woodstox-core</artifactId>
	<version>7.1.1</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.fasterxml.woodstox', name: 'woodstox-core', version: '7.1.1'
Gradle (Short):
	implementation 'com.fasterxml.woodstox:woodstox-core:7.1.1'
Gradle (Kotlin):
	implementation("com.fasterxml.woodstox:woodstox-core:7.1.1")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

com.ctc.wstx.api
com.ctc.wstx.cfg
com.ctc.wstx.dom
com.ctc.wstx.dtd
com.ctc.wstx.ent
com.ctc.wstx.evt
com.ctc.wstx.exc
com.ctc.wstx.io
com.ctc.wstx.msv
com.ctc.wstx.osgi
com.ctc.wstx.sax
com.ctc.wstx.sr
com.ctc.wstx.stax
com.ctc.wstx.sw
com.ctc.wstx.util

本组件包含的 Java class(类)

com.ctc.wstx.api.EmptyElementHandler
com.ctc.wstx.api.EmptyElementHandler.HtmlEmptyElementHandler
com.ctc.wstx.api.EmptyElementHandler.SetEmptyElementHandler
com.ctc.wstx.api.InvalidCharHandler
com.ctc.wstx.api.InvalidCharHandler.FailingHandler
com.ctc.wstx.api.InvalidCharHandler.ReplacingHandler
com.ctc.wstx.api.ReaderConfig
com.ctc.wstx.api.ValidatorConfig
com.ctc.wstx.api.WriterConfig
com.ctc.wstx.api.WstxInputProperties
com.ctc.wstx.api.WstxInputProperties.ParsingMode
com.ctc.wstx.api.WstxOutputProperties
com.ctc.wstx.cfg.ErrorConsts
com.ctc.wstx.cfg.InputConfigFlags
com.ctc.wstx.cfg.OutputConfigFlags
com.ctc.wstx.cfg.ParsingErrorMsgs
com.ctc.wstx.cfg.XmlConsts
com.ctc.wstx.dom.DOMOutputElement
com.ctc.wstx.dom.WstxDOMWrappingReader
com.ctc.wstx.dom.WstxDOMWrappingWriter
com.ctc.wstx.dtd.ChoiceContentSpec
com.ctc.wstx.dtd.ChoiceModel
com.ctc.wstx.dtd.ConcatModel
com.ctc.wstx.dtd.ContentSpec
com.ctc.wstx.dtd.DFAState
com.ctc.wstx.dtd.DFAValidator
com.ctc.wstx.dtd.DTDAttribute
com.ctc.wstx.dtd.DTDCdataAttr
com.ctc.wstx.dtd.DTDElement
com.ctc.wstx.dtd.DTDEntitiesAttr
com.ctc.wstx.dtd.DTDEntityAttr
com.ctc.wstx.dtd.DTDEnumAttr
com.ctc.wstx.dtd.DTDEventListener
com.ctc.wstx.dtd.DTDId
com.ctc.wstx.dtd.DTDIdAttr
com.ctc.wstx.dtd.DTDIdRefAttr
com.ctc.wstx.dtd.DTDIdRefsAttr
com.ctc.wstx.dtd.DTDNmTokenAttr
com.ctc.wstx.dtd.DTDNmTokensAttr
com.ctc.wstx.dtd.DTDNotationAttr
com.ctc.wstx.dtd.DTDSchemaFactory
com.ctc.wstx.dtd.DTDSubset
com.ctc.wstx.dtd.DTDSubsetImpl
com.ctc.wstx.dtd.DTDTypingNonValidator
com.ctc.wstx.dtd.DTDValidator
com.ctc.wstx.dtd.DTDValidatorBase
com.ctc.wstx.dtd.DefaultAttrValue
com.ctc.wstx.dtd.EmptyValidator
com.ctc.wstx.dtd.FullDTDReader
com.ctc.wstx.dtd.LargePrefixedNameSet
com.ctc.wstx.dtd.MinimalDTDReader
com.ctc.wstx.dtd.ModelNode
com.ctc.wstx.dtd.OptionalModel
com.ctc.wstx.dtd.PrefixedNameSet
com.ctc.wstx.dtd.SeqContentSpec
com.ctc.wstx.dtd.SmallPrefixedNameSet
com.ctc.wstx.dtd.StarModel
com.ctc.wstx.dtd.StructValidator
com.ctc.wstx.dtd.TokenContentSpec
com.ctc.wstx.dtd.TokenModel
com.ctc.wstx.ent.EntityDecl
com.ctc.wstx.ent.ExtEntity
com.ctc.wstx.ent.IntEntity
com.ctc.wstx.ent.ParsedExtEntity
com.ctc.wstx.ent.UnparsedExtEntity
com.ctc.wstx.evt.CompactStartElement
com.ctc.wstx.evt.DefaultEventAllocator
com.ctc.wstx.evt.MergedNsContext
com.ctc.wstx.evt.SimpleStartElement
com.ctc.wstx.evt.WDTD
com.ctc.wstx.evt.WEntityDeclaration
com.ctc.wstx.evt.WEntityReference
com.ctc.wstx.evt.WNotationDeclaration
com.ctc.wstx.evt.WstxEventReader
com.ctc.wstx.exc.WstxEOFException
com.ctc.wstx.exc.WstxException
com.ctc.wstx.exc.WstxIOException
com.ctc.wstx.exc.WstxLazyException
com.ctc.wstx.exc.WstxOutputException
com.ctc.wstx.exc.WstxParsingException
com.ctc.wstx.exc.WstxUnexpectedCharException
com.ctc.wstx.exc.WstxValidationException
com.ctc.wstx.io.AsciiReader
com.ctc.wstx.io.BaseInputSource
com.ctc.wstx.io.BranchingReaderSource
com.ctc.wstx.io.BufferRecycler
com.ctc.wstx.io.CharArraySource
com.ctc.wstx.io.CharsetNames
com.ctc.wstx.io.CompletelyCloseable
com.ctc.wstx.io.DefaultInputResolver
com.ctc.wstx.io.EBCDICCodec
com.ctc.wstx.io.ISOLatinReader
com.ctc.wstx.io.InputBootstrapper
com.ctc.wstx.io.InputSourceFactory
com.ctc.wstx.io.MergedReader
com.ctc.wstx.io.MergedStream
com.ctc.wstx.io.ReaderBootstrapper
com.ctc.wstx.io.ReaderSource
com.ctc.wstx.io.StreamBootstrapper
com.ctc.wstx.io.SystemId
com.ctc.wstx.io.TextEscaper
com.ctc.wstx.io.UTF32Reader
com.ctc.wstx.io.UTF8Reader
com.ctc.wstx.io.UTF8Writer
com.ctc.wstx.io.WstxInputData
com.ctc.wstx.io.WstxInputLocation
com.ctc.wstx.io.WstxInputSource
com.ctc.wstx.msv.BaseSchemaFactory
com.ctc.wstx.msv.GenericMsvValidator
com.ctc.wstx.msv.RelaxNGSchema
com.ctc.wstx.msv.RelaxNGSchemaFactory
com.ctc.wstx.msv.W3CMultiSchemaFactory
com.ctc.wstx.msv.W3CSchema
com.ctc.wstx.msv.W3CSchemaFactory
com.ctc.wstx.osgi.InputFactoryProviderImpl
com.ctc.wstx.osgi.OutputFactoryProviderImpl
com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
com.ctc.wstx.osgi.WstxBundleActivator
com.ctc.wstx.sax.SAXFeature
com.ctc.wstx.sax.SAXProperty
com.ctc.wstx.sax.WrappedSaxException
com.ctc.wstx.sax.WstxSAXParser
com.ctc.wstx.sax.WstxSAXParserFactory
com.ctc.wstx.sr.AttributeCollector
com.ctc.wstx.sr.BasicStreamReader
com.ctc.wstx.sr.CompactNsContext
com.ctc.wstx.sr.ElemAttrs
com.ctc.wstx.sr.ElemCallback
com.ctc.wstx.sr.InputElementStack
com.ctc.wstx.sr.InputProblemReporter
com.ctc.wstx.sr.NsDefaultProvider
com.ctc.wstx.sr.ReaderCreator
com.ctc.wstx.sr.StreamReaderImpl
com.ctc.wstx.sr.StreamScanner
com.ctc.wstx.sr.TypedStreamReader
com.ctc.wstx.sr.ValidatingStreamReader
com.ctc.wstx.stax.WstxEventFactory
com.ctc.wstx.stax.WstxInputFactory
com.ctc.wstx.stax.WstxOutputFactory
com.ctc.wstx.sw.AsciiXmlWriter
com.ctc.wstx.sw.BaseNsStreamWriter
com.ctc.wstx.sw.BaseStreamWriter
com.ctc.wstx.sw.BufferingXmlWriter
com.ctc.wstx.sw.EncodingXmlWriter
com.ctc.wstx.sw.ISOLatin1XmlWriter
com.ctc.wstx.sw.NonNsStreamWriter
com.ctc.wstx.sw.OutputElementBase
com.ctc.wstx.sw.RepairingNsStreamWriter
com.ctc.wstx.sw.SimpleNsStreamWriter
com.ctc.wstx.sw.SimpleOutputElement
com.ctc.wstx.sw.TypedStreamWriter
com.ctc.wstx.sw.XmlWriter
com.ctc.wstx.sw.XmlWriterWrapper
com.ctc.wstx.util.ArgUtil
com.ctc.wstx.util.BaseNsContext
com.ctc.wstx.util.BijectiveNsMap
com.ctc.wstx.util.DataUtil
com.ctc.wstx.util.DefaultXmlSymbolTable
com.ctc.wstx.util.ElementId
com.ctc.wstx.util.ElementIdMap
com.ctc.wstx.util.EmptyNamespaceContext
com.ctc.wstx.util.ExceptionUtil
com.ctc.wstx.util.InternCache
com.ctc.wstx.util.PrefixedName
com.ctc.wstx.util.SimpleCache
com.ctc.wstx.util.StringUtil
com.ctc.wstx.util.StringVector
com.ctc.wstx.util.SymbolTable
com.ctc.wstx.util.TextAccumulator
com.ctc.wstx.util.TextBuffer
com.ctc.wstx.util.TextBuilder
com.ctc.wstx.util.URLUtil
com.ctc.wstx.util.WordResolver
com.ctc.wstx.util.WordSet
com.ctc.wstx.util.XmlChars