xercesImpl-2.11.0.jar中文-英文对照文档.zip

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

文件名称: xercesImpl-2.11.0.jar中文-英文对照文档.zip

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

选择下载方式

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

文件简介

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

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

使用方法

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

组件信息

简介

  • 名称: Xerces2-j
  • 描述: Xerces2是Apache Xerces系列中下一代高性能、完全符合规范的XML解析器。这个新版本的Xerces引入了Xerces本地接口(XNI),这是一个用于构建解析器组件和配置的完整框架,极其模块化且易于编程。Apache Xerces2解析器是XNI的参考实现,但其他解析器组件、配置和解析器也可以使用Xerces本地接口编写。如需完整的设计和实现文档,请参阅XNI手册。Xerces2是一个完全符合XML Schema 1.0规范的处理器。它还提供了XML Schema 1.1结构和数据类型工作组草案(2009年12月)的部分实验性实现,以及XML Schema定义语言(XSD):组件标识符(SCD)候选推荐(2010年1月)的实验性实现,供评估使用。如需更多信息,请参阅XML Schema页面。Xerces2还提供了W3C推荐的文档对象模型(DOM)3级核心和加载/保存功能的完整实现,并提供了W3C推荐的XML包含(XInclude)的完整实现。它还支持OASIS XML目录v1.1。Xerces2能够解析根据XML 1.1推荐规范编写的文档,但目前尚未提供启用第2.13节所述规范化检查的选项。它还根据XML命名空间1.1推荐规范处理命名空间,并且如果使用DOM 3级加载/保存API,将能正确序列化XML 1.1文档。
  • 版本: 2.11.0

Maven依赖

<dependency>
	<groupId>xerces</groupId>
	<artifactId>xercesImpl</artifactId>
	<version>2.11.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'xerces', name: 'xercesImpl', version: '2.11.0'
Gradle (Short):
	implementation 'xerces:xercesImpl:2.11.0'
Gradle (Kotlin):
	implementation("xerces:xercesImpl:2.11.0")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

org.apache.xerces.dom
org.apache.xerces.dom.events
org.apache.xerces.impl
org.apache.xerces.impl.dtd
org.apache.xerces.impl.dtd.models
org.apache.xerces.impl.dv
org.apache.xerces.impl.dv.dtd
org.apache.xerces.impl.dv.util
org.apache.xerces.impl.dv.xs
org.apache.xerces.impl.io
org.apache.xerces.impl.msg
org.apache.xerces.impl.validation
org.apache.xerces.impl.xpath
org.apache.xerces.impl.xpath.regex
org.apache.xerces.impl.xs
org.apache.xerces.impl.xs.identity
org.apache.xerces.impl.xs.models
org.apache.xerces.impl.xs.opti
org.apache.xerces.impl.xs.traversers
org.apache.xerces.impl.xs.util
org.apache.xerces.jaxp
org.apache.xerces.jaxp.datatype
org.apache.xerces.jaxp.validation
org.apache.xerces.parsers
org.apache.xerces.stax
org.apache.xerces.stax.events
org.apache.xerces.util
org.apache.xerces.xinclude
org.apache.xerces.xpointer

本组件包含的 Java class(类)

org.apache.xerces.dom.ASDOMImplementationImpl
org.apache.xerces.dom.ASModelImpl
org.apache.xerces.dom.AttrImpl
org.apache.xerces.dom.AttrNSImpl
org.apache.xerces.dom.AttributeMap
org.apache.xerces.dom.CDATASectionImpl
org.apache.xerces.dom.CharacterDataImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.CommentImpl
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.CoreDocumentImpl
org.apache.xerces.dom.DOMConfigurationImpl
org.apache.xerces.dom.DOMErrorImpl
org.apache.xerces.dom.DOMImplementationImpl
org.apache.xerces.dom.DOMImplementationListImpl
org.apache.xerces.dom.DOMImplementationSourceImpl
org.apache.xerces.dom.DOMInputImpl
org.apache.xerces.dom.DOMLocatorImpl
org.apache.xerces.dom.DOMMessageFormatter
org.apache.xerces.dom.DOMNormalizer
org.apache.xerces.dom.DOMOutputImpl
org.apache.xerces.dom.DOMStringListImpl
org.apache.xerces.dom.DOMXSImplementationSourceImpl
org.apache.xerces.dom.DeepNodeListImpl
org.apache.xerces.dom.DeferredAttrImpl
org.apache.xerces.dom.DeferredAttrNSImpl
org.apache.xerces.dom.DeferredCDATASectionImpl
org.apache.xerces.dom.DeferredCommentImpl
org.apache.xerces.dom.DeferredDOMImplementationImpl
org.apache.xerces.dom.DeferredDocumentImpl
org.apache.xerces.dom.DeferredDocumentTypeImpl
org.apache.xerces.dom.DeferredElementDefinitionImpl
org.apache.xerces.dom.DeferredElementImpl
org.apache.xerces.dom.DeferredElementNSImpl
org.apache.xerces.dom.DeferredEntityImpl
org.apache.xerces.dom.DeferredEntityReferenceImpl
org.apache.xerces.dom.DeferredNode
org.apache.xerces.dom.DeferredNotationImpl
org.apache.xerces.dom.DeferredProcessingInstructionImpl
org.apache.xerces.dom.DeferredTextImpl
org.apache.xerces.dom.DocumentFragmentImpl
org.apache.xerces.dom.DocumentImpl
org.apache.xerces.dom.DocumentTypeImpl
org.apache.xerces.dom.ElementDefinitionImpl
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.apache.xerces.dom.EntityImpl
org.apache.xerces.dom.EntityReferenceImpl
org.apache.xerces.dom.NamedNodeMapImpl
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.NodeIteratorImpl
org.apache.xerces.dom.NotationImpl
org.apache.xerces.dom.PSVIAttrNSImpl
org.apache.xerces.dom.PSVIDOMImplementationImpl
org.apache.xerces.dom.PSVIDocumentImpl
org.apache.xerces.dom.PSVIElementNSImpl
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ProcessingInstructionImpl
org.apache.xerces.dom.RangeExceptionImpl
org.apache.xerces.dom.RangeImpl
org.apache.xerces.dom.TextImpl
org.apache.xerces.dom.TreeWalkerImpl
org.apache.xerces.dom.events.EventImpl
org.apache.xerces.dom.events.MouseEventImpl
org.apache.xerces.dom.events.MutationEventImpl
org.apache.xerces.dom.events.UIEventImpl
org.apache.xerces.impl.Constants
org.apache.xerces.impl.ExternalSubsetResolver
org.apache.xerces.impl.RevalidationHandler
org.apache.xerces.impl.Version
org.apache.xerces.impl.XML11DTDScannerImpl
org.apache.xerces.impl.XML11DocumentScannerImpl
org.apache.xerces.impl.XML11EntityScanner
org.apache.xerces.impl.XML11NSDocumentScannerImpl
org.apache.xerces.impl.XML11NamespaceBinder
org.apache.xerces.impl.XMLDTDScannerImpl
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.Dispatcher
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
org.apache.xerces.impl.XMLDocumentScannerImpl
org.apache.xerces.impl.XMLEntityDescription
org.apache.xerces.impl.XMLEntityHandler
org.apache.xerces.impl.XMLEntityManager
org.apache.xerces.impl.XMLEntityManager.Entity
org.apache.xerces.impl.XMLEntityManager.ExternalEntity
org.apache.xerces.impl.XMLEntityManager.InternalEntity
org.apache.xerces.impl.XMLEntityScanner
org.apache.xerces.impl.XMLErrorReporter
org.apache.xerces.impl.XMLNSDocumentScannerImpl
org.apache.xerces.impl.XMLNamespaceBinder
org.apache.xerces.impl.XMLScanner
org.apache.xerces.impl.XMLVersionDetector
org.apache.xerces.impl.dtd.DTDGrammar
org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
org.apache.xerces.impl.dtd.DTDGrammarBucket
org.apache.xerces.impl.dtd.XML11DTDProcessor
org.apache.xerces.impl.dtd.XML11DTDValidator
org.apache.xerces.impl.dtd.XML11NSDTDValidator
org.apache.xerces.impl.dtd.XMLAttributeDecl
org.apache.xerces.impl.dtd.XMLContentSpec
org.apache.xerces.impl.dtd.XMLContentSpec.Provider
org.apache.xerces.impl.dtd.XMLDTDDescription
org.apache.xerces.impl.dtd.XMLDTDLoader
org.apache.xerces.impl.dtd.XMLDTDProcessor
org.apache.xerces.impl.dtd.XMLDTDValidator
org.apache.xerces.impl.dtd.XMLDTDValidatorFilter
org.apache.xerces.impl.dtd.XMLElementDecl
org.apache.xerces.impl.dtd.XMLEntityDecl
org.apache.xerces.impl.dtd.XMLNSDTDValidator
org.apache.xerces.impl.dtd.XMLNotationDecl
org.apache.xerces.impl.dtd.XMLSimpleType
org.apache.xerces.impl.dtd.models.CMAny
org.apache.xerces.impl.dtd.models.CMBinOp
org.apache.xerces.impl.dtd.models.CMLeaf
org.apache.xerces.impl.dtd.models.CMNode
org.apache.xerces.impl.dtd.models.CMStateSet
org.apache.xerces.impl.dtd.models.CMUniOp
org.apache.xerces.impl.dtd.models.ContentModelValidator
org.apache.xerces.impl.dtd.models.DFAContentModel
org.apache.xerces.impl.dtd.models.MixedContentModel
org.apache.xerces.impl.dtd.models.SimpleContentModel
org.apache.xerces.impl.dv.DTDDVFactory
org.apache.xerces.impl.dv.DVFactoryException
org.apache.xerces.impl.dv.DatatypeException
org.apache.xerces.impl.dv.DatatypeValidator
org.apache.xerces.impl.dv.InvalidDatatypeFacetException
org.apache.xerces.impl.dv.InvalidDatatypeValueException
org.apache.xerces.impl.dv.SchemaDVFactory
org.apache.xerces.impl.dv.ValidatedInfo
org.apache.xerces.impl.dv.ValidationContext
org.apache.xerces.impl.dv.XSFacets
org.apache.xerces.impl.dv.XSSimpleType
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator
org.apache.xerces.impl.dv.dtd.IDDatatypeValidator
org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator
org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator
org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator
org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
org.apache.xerces.impl.dv.util.Base64
org.apache.xerces.impl.dv.util.ByteListImpl
org.apache.xerces.impl.dv.util.HexBin
org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
org.apache.xerces.impl.dv.xs.AnySimpleDV
org.apache.xerces.impl.dv.xs.AnyURIDV
org.apache.xerces.impl.dv.xs.Base64BinaryDV
org.apache.xerces.impl.dv.xs.BaseDVFactory
org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory
org.apache.xerces.impl.dv.xs.BooleanDV
org.apache.xerces.impl.dv.xs.DateDV
org.apache.xerces.impl.dv.xs.DateTimeDV
org.apache.xerces.impl.dv.xs.DayDV
org.apache.xerces.impl.dv.xs.DecimalDV
org.apache.xerces.impl.dv.xs.DoubleDV
org.apache.xerces.impl.dv.xs.DurationDV
org.apache.xerces.impl.dv.xs.EntityDV
org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl
org.apache.xerces.impl.dv.xs.FloatDV
org.apache.xerces.impl.dv.xs.FullDVFactory
org.apache.xerces.impl.dv.xs.HexBinaryDV
org.apache.xerces.impl.dv.xs.IDDV
org.apache.xerces.impl.dv.xs.IDREFDV
org.apache.xerces.impl.dv.xs.IntegerDV
org.apache.xerces.impl.dv.xs.ListDV
org.apache.xerces.impl.dv.xs.MonthDV
org.apache.xerces.impl.dv.xs.MonthDayDV
org.apache.xerces.impl.dv.xs.QNameDV
org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
org.apache.xerces.impl.dv.xs.SchemaDateTimeException
org.apache.xerces.impl.dv.xs.StringDV
org.apache.xerces.impl.dv.xs.TimeDV
org.apache.xerces.impl.dv.xs.TypeValidator
org.apache.xerces.impl.dv.xs.UnionDV
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate
org.apache.xerces.impl.dv.xs.YearDV
org.apache.xerces.impl.dv.xs.YearMonthDV
org.apache.xerces.impl.io.ASCIIReader
org.apache.xerces.impl.io.Latin1Reader
org.apache.xerces.impl.io.MalformedByteSequenceException
org.apache.xerces.impl.io.UCSReader
org.apache.xerces.impl.io.UTF16Reader
org.apache.xerces.impl.io.UTF8Reader
org.apache.xerces.impl.msg.XMLMessageFormatter
org.apache.xerces.impl.validation.ConfigurableValidationState
org.apache.xerces.impl.validation.EntityState
org.apache.xerces.impl.validation.ValidationManager
org.apache.xerces.impl.validation.ValidationState
org.apache.xerces.impl.xpath.XPath
org.apache.xerces.impl.xpath.XPath.Axis
org.apache.xerces.impl.xpath.XPath.LocationPath
org.apache.xerces.impl.xpath.XPath.NodeTest
org.apache.xerces.impl.xpath.XPath.Step
org.apache.xerces.impl.xpath.XPathException
org.apache.xerces.impl.xpath.regex.BMPattern
org.apache.xerces.impl.xpath.regex.Match
org.apache.xerces.impl.xpath.regex.ParseException
org.apache.xerces.impl.xpath.regex.REUtil
org.apache.xerces.impl.xpath.regex.RegularExpression
org.apache.xerces.impl.xs.AttributePSVImpl
org.apache.xerces.impl.xs.ElementPSVImpl
org.apache.xerces.impl.xs.SchemaGrammar
org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
org.apache.xerces.impl.xs.SchemaNamespaceSupport
org.apache.xerces.impl.xs.SchemaSymbols
org.apache.xerces.impl.xs.SubstitutionGroupHandler
org.apache.xerces.impl.xs.XMLSchemaException
org.apache.xerces.impl.xs.XMLSchemaLoader
org.apache.xerces.impl.xs.XMLSchemaValidator
org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
org.apache.xerces.impl.xs.XSAnnotationImpl
org.apache.xerces.impl.xs.XSAttributeDecl
org.apache.xerces.impl.xs.XSAttributeGroupDecl
org.apache.xerces.impl.xs.XSAttributeUseImpl
org.apache.xerces.impl.xs.XSComplexTypeDecl
org.apache.xerces.impl.xs.XSConstraints
org.apache.xerces.impl.xs.XSDDescription
org.apache.xerces.impl.xs.XSDeclarationPool
org.apache.xerces.impl.xs.XSElementDecl
org.apache.xerces.impl.xs.XSElementDeclHelper
org.apache.xerces.impl.xs.XSGrammarBucket
org.apache.xerces.impl.xs.XSGroupDecl
org.apache.xerces.impl.xs.XSImplementationImpl
org.apache.xerces.impl.xs.XSLoaderImpl
org.apache.xerces.impl.xs.XSMessageFormatter
org.apache.xerces.impl.xs.XSModelGroupImpl
org.apache.xerces.impl.xs.XSModelImpl
org.apache.xerces.impl.xs.XSNotationDecl
org.apache.xerces.impl.xs.XSParticleDecl
org.apache.xerces.impl.xs.XSWildcardDecl
org.apache.xerces.impl.xs.identity.Field
org.apache.xerces.impl.xs.identity.Field.XPath
org.apache.xerces.impl.xs.identity.FieldActivator
org.apache.xerces.impl.xs.identity.IdentityConstraint
org.apache.xerces.impl.xs.identity.KeyRef
org.apache.xerces.impl.xs.identity.Selector
org.apache.xerces.impl.xs.identity.Selector.XPath
org.apache.xerces.impl.xs.identity.UniqueOrKey
org.apache.xerces.impl.xs.identity.ValueStore
org.apache.xerces.impl.xs.identity.XPathMatcher
org.apache.xerces.impl.xs.models.CMBuilder
org.apache.xerces.impl.xs.models.CMNodeFactory
org.apache.xerces.impl.xs.models.XSAllCM
org.apache.xerces.impl.xs.models.XSCMBinOp
org.apache.xerces.impl.xs.models.XSCMLeaf
org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
org.apache.xerces.impl.xs.models.XSCMUniOp
org.apache.xerces.impl.xs.models.XSCMValidator
org.apache.xerces.impl.xs.models.XSDFACM
org.apache.xerces.impl.xs.models.XSEmptyCM
org.apache.xerces.impl.xs.opti.AttrImpl
org.apache.xerces.impl.xs.opti.DefaultDocument
org.apache.xerces.impl.xs.opti.DefaultElement
org.apache.xerces.impl.xs.opti.DefaultNode
org.apache.xerces.impl.xs.opti.DefaultText
org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
org.apache.xerces.impl.xs.opti.ElementImpl
org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
org.apache.xerces.impl.xs.opti.NodeImpl
org.apache.xerces.impl.xs.opti.SchemaDOM
org.apache.xerces.impl.xs.opti.SchemaDOMParser
org.apache.xerces.impl.xs.opti.SchemaParsingConfig
org.apache.xerces.impl.xs.opti.TextImpl
org.apache.xerces.impl.xs.traversers.XSAttributeChecker
org.apache.xerces.impl.xs.traversers.XSDHandler
org.apache.xerces.impl.xs.util.LSInputListImpl
org.apache.xerces.impl.xs.util.ObjectListImpl
org.apache.xerces.impl.xs.util.ShortListImpl
org.apache.xerces.impl.xs.util.SimpleLocator
org.apache.xerces.impl.xs.util.StringListImpl
org.apache.xerces.impl.xs.util.XInt
org.apache.xerces.impl.xs.util.XIntPool
org.apache.xerces.impl.xs.util.XSGrammarPool
org.apache.xerces.impl.xs.util.XSInputSource
org.apache.xerces.impl.xs.util.XSNamedMap4Types
org.apache.xerces.impl.xs.util.XSNamedMapImpl
org.apache.xerces.impl.xs.util.XSObjectListImpl
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
org.apache.xerces.jaxp.DocumentBuilderImpl
org.apache.xerces.jaxp.JAXPConstants
org.apache.xerces.jaxp.SAXParserFactoryImpl
org.apache.xerces.jaxp.SAXParserImpl
org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
org.apache.xerces.jaxp.validation.XMLSchemaFactory
org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
org.apache.xerces.parsers.AbstractDOMParser
org.apache.xerces.parsers.AbstractSAXParser
org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
org.apache.xerces.parsers.AbstractXMLDocumentParser
org.apache.xerces.parsers.BasicParserConfiguration
org.apache.xerces.parsers.CachingParserPool
org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
org.apache.xerces.parsers.DOMASBuilderImpl
org.apache.xerces.parsers.DOMParser
org.apache.xerces.parsers.DOMParserImpl
org.apache.xerces.parsers.DTDConfiguration
org.apache.xerces.parsers.DTDParser
org.apache.xerces.parsers.IntegratedParserConfiguration
org.apache.xerces.parsers.NonValidatingConfiguration
org.apache.xerces.parsers.SAXParser
org.apache.xerces.parsers.SecurityConfiguration
org.apache.xerces.parsers.SoftReferenceSymbolTableConfiguration
org.apache.xerces.parsers.StandardParserConfiguration
org.apache.xerces.parsers.XIncludeAwareParserConfiguration
org.apache.xerces.parsers.XIncludeParserConfiguration
org.apache.xerces.parsers.XML11Configurable
org.apache.xerces.parsers.XML11Configuration
org.apache.xerces.parsers.XML11DTDConfiguration
org.apache.xerces.parsers.XML11NonValidatingConfiguration
org.apache.xerces.parsers.XMLDocumentParser
org.apache.xerces.parsers.XMLGrammarCachingConfiguration
org.apache.xerces.parsers.XMLGrammarParser
org.apache.xerces.parsers.XMLGrammarPreparser
org.apache.xerces.parsers.XMLParser
org.apache.xerces.parsers.XPointerParserConfiguration
org.apache.xerces.stax.DefaultNamespaceContext
org.apache.xerces.stax.EmptyLocation
org.apache.xerces.stax.ImmutableLocation
org.apache.xerces.stax.XMLEventFactoryImpl
org.apache.xerces.stax.events.AttributeImpl
org.apache.xerces.stax.events.CharactersImpl
org.apache.xerces.stax.events.CommentImpl
org.apache.xerces.stax.events.DTDImpl
org.apache.xerces.stax.events.EndDocumentImpl
org.apache.xerces.stax.events.EndElementImpl
org.apache.xerces.stax.events.EntityDeclarationImpl
org.apache.xerces.stax.events.EntityReferenceImpl
org.apache.xerces.stax.events.NamespaceImpl
org.apache.xerces.stax.events.NotationDeclarationImpl
org.apache.xerces.stax.events.ProcessingInstructionImpl
org.apache.xerces.stax.events.StartDocumentImpl
org.apache.xerces.stax.events.StartElementImpl
org.apache.xerces.util.AttributesProxy
org.apache.xerces.util.AugmentationsImpl
org.apache.xerces.util.DOMEntityResolverWrapper
org.apache.xerces.util.DOMErrorHandlerWrapper
org.apache.xerces.util.DOMInputSource
org.apache.xerces.util.DOMUtil
org.apache.xerces.util.DatatypeMessageFormatter
org.apache.xerces.util.DefaultErrorHandler
org.apache.xerces.util.EncodingMap
org.apache.xerces.util.EntityResolver2Wrapper
org.apache.xerces.util.EntityResolverWrapper
org.apache.xerces.util.ErrorHandlerProxy
org.apache.xerces.util.ErrorHandlerWrapper
org.apache.xerces.util.HTTPInputSource
org.apache.xerces.util.IntStack
org.apache.xerces.util.JAXPNamespaceContextWrapper
org.apache.xerces.util.LocatorProxy
org.apache.xerces.util.MessageFormatter
org.apache.xerces.util.NamespaceSupport
org.apache.xerces.util.ParserConfigurationSettings
org.apache.xerces.util.SAXInputSource
org.apache.xerces.util.SAXLocatorWrapper
org.apache.xerces.util.SAXMessageFormatter
org.apache.xerces.util.SecurityManager
org.apache.xerces.util.ShadowedSymbolTable
org.apache.xerces.util.SoftReferenceSymbolTable
org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
org.apache.xerces.util.SoftReferenceSymbolTable.SREntryData
org.apache.xerces.util.StAXInputSource
org.apache.xerces.util.StAXLocationWrapper
org.apache.xerces.util.SymbolHash
org.apache.xerces.util.SymbolHash.Entry
org.apache.xerces.util.SymbolTable
org.apache.xerces.util.SymbolTable.Entry
org.apache.xerces.util.SynchronizedSymbolTable
org.apache.xerces.util.URI
org.apache.xerces.util.URI.MalformedURIException
org.apache.xerces.util.XML11Char
org.apache.xerces.util.XMLAttributesImpl
org.apache.xerces.util.XMLCatalogResolver
org.apache.xerces.util.XMLChar
org.apache.xerces.util.XMLEntityDescriptionImpl
org.apache.xerces.util.XMLGrammarPoolImpl
org.apache.xerces.util.XMLGrammarPoolImpl.Entry
org.apache.xerces.util.XMLLocatorWrapper
org.apache.xerces.util.XMLResourceIdentifierImpl
org.apache.xerces.util.XMLStringBuffer
org.apache.xerces.util.XMLSymbols
org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
org.apache.xerces.xinclude.XInclude11TextReader
org.apache.xerces.xinclude.XIncludeHandler
org.apache.xerces.xinclude.XIncludeHandler.Notation
org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
org.apache.xerces.xinclude.XIncludeMessageFormatter
org.apache.xerces.xinclude.XIncludeNamespaceSupport
org.apache.xerces.xinclude.XIncludeTextReader
org.apache.xerces.xpointer.XPointerHandler
org.apache.xerces.xpointer.XPointerPart
org.apache.xerces.xpointer.XPointerProcessor