Validation and Schema caching JAXP API.
验证和模式缓冲JAXPapi。
JAXP is a lot simpler than people think.
JAXP比人们想像的要简单得多。
JAXP is not a general transformation engine.
JAXP不是一般的转换引擎。
That article covered the 1.0 release of JAXP.
那篇文章讲的是JAXP发行版 1.0。
Now I can turn to XML transformations in JAXP 1.1.
现在,可以讲JAXP 1.1中的xml变换了。
But flexibility is always good, and JAXP provides it.
但灵活性总是好事,而JAXP提供了这一点。
The flexibility of JAXP lies in how you can represent XML.
JAXP的灵活性在于可以如何表示XML。
In normal JAXP processing, everything begins with a factory.
在一般的JAXP处理中,都是从工厂开始的。
Of course, if you're using JAXP, this approach isn't needed.
当然,如果使用的是JAXP,就不需要这种方法。
You can use any JAXP-compliant parser framework for these values.
您可以为这些值使用任何兼容JAXP的解析器。
And this is the magic — the abstraction — that JAXP is all about.
这就是JAXP的魔力,或抽象性。
The JAXP 1.3 API is also agnostic about the underlying data model.
JAXP 1.3API也不知道底层的数据模型。
First, the com.sun.xml.tree.XMLDocument class is not part of JAXP.
首先,com . sun .xml . tree . XMLDocument类不是JAXP的一部分。
Part 2 will show you how JAXP can help you transform XML documents.
第2部分将介绍JAXP能够如何帮助转换XML文档。
This article focuses on using JAXP for processing rather than parsing.
本文重点介绍使用JAXP进行处理而非解析。
JAXP 1.3 requires that all three be implemented by conforming parsers.
JAXP 1.3要求所有符合规范的解析必须实现上述三个标准。
Listing 3 shows a fragment of code that USES JAXP for some SAX parsing.
清单3中的代码段使用JAXP进行SAX解析。
Sun's JAXP project page: Find download links for various JAXP versions.
Sun的JAXP项目页:可以找到各种JAXP版本的下载链接。
Still, the core ideas outlined here will appear in JAXP 1.1 in some form.
本文所概述的核心概念仍将以某种形式出现在JAXP 1.1中。
JAXP will help you transform XML, but it won't get you to a binary format.
jaxp会帮助转换XML,但它不允许转换为二进制格式。
In terms of the existing JAXP functionality, the changes are fairly minor.
在现有的JAXP功能性方面,改动非常少。
Both are easy to deal with and shouldn't pose any difficulty when using JAXP.
两个问题都易于处理,且不应在使用JAXP时造成任何困难。
The bad news is that until JAXP 1.3 is finalized, no standard API can do that.
不好的消息是,在JAXP 1.3最后定稿之前,还没有能完成这一任务的标准API。
The source object allows any APIs that understand JAXP sources to read the data.
这个源对象允许任何理解JAXP源的API读取数据。
Understanding this distinction is critical if you're going to use JAXP correctly.
如果您要正确使用JAXP,则理解此差别是非常必要的。
This lack of updated standards has been one of the biggest criticisms of JAXP 1.0.
这种更新标准的缺乏曾一度是JAXP 1.0中最受批评之处。
JAXP provides a standardized interface for parsing and transforming XML documents.
JAXP为语法分析和转换XML文档提供了一个标准化的接口。
All JAXP 1.3-compliant implementations must support the specifications listed above.
所有兼容JAXP 1.3的实现都必须支持上述规范。
JAXP can accept XML as a file or as a stream wrapped around a file, for obvious reasons.
显而易见的原因是,JAXP可以将XML接受为文件或包装文件的流。
Strictly speaking, JAXP is an API, but it is more accurately called an abstraction layer.
在讲解代码之前,介绍一些基本概念很重要。严格地说,jaxp是api,但是将其称为抽象层更准确。
应用推荐