xerces

xerces

 英

  • 网络解析;解析器就抱错;序列化

例句

While this page does advocate you trying to fix a bug, it's worth noting that Xerces-J is by nature a pretty low-level code project.

虽然这个页面提倡自己修复bug但是值得注意Xerces-J本身就是一个低层代码项目

Internally, Xerces stores namespace declarations with the rest of the attributes that are specified on an element start tag.

内部Xerces名称空间声明元素起始标签指定其他属性存储一起

Xerces isn't the fastest parser out there, but a six-times speed-up is better than anyone else has done.

Xerces并不是解析器但是6速度提升其他任何技术达到

Xerces-C++ offers great out-of-the-box validation capabilities for ensuring that an XML document conforms to a DTD.

Xerces-C++提供很好默认安装验证能力保证一个XML文档符合一个DTD

To keep things interesting as I explain the basics of using Xerces-C++, I'm going to create a simple bar graph using XML as the data format.

为了解释有关使用Xerces-C++基本内容能够有趣一些XML作为数据格式创建一个简单条形

Most people will end up with XML 1. 1 Processors as they upgrade their parsers, just as all the Xerces users already did.

随着解析器升级多数人最终使用XML1.1,Xerces所有用户那样

The Xerces2 DOM implementation does not guarantee DOM Java object serialization interoperability between different versions of Xerces.

Xerces2DOM实现不能保证不同版本XercesDOMJava对象串行化之间互操作性

The example above includes a Xerces-specific class in the code, but other ways aren't as tightly tied in to a specific vendor class.

上面示例代码含有一个特定Xerces但是其他方法不会一样某个特定供应商紧密绑定一起

The two DOM implementations included in the performance tests, Xerces and Crimson, use different techniques for these operations.

包括性能测试DOM实现XercesCrimson这些操作使用不同技术

As long as a JAR file that contains this file appears before Xerces' JAR files, the parser will use the new parser configuration.

只要包含文件JAR文件出现XercesJAR文件之前解析器就会使用解析配置

You can specify the grammar caching parser configuration (org. apache. xerces. parsers. XMLGrammarCachingConfiguration).

指定语法缓冲解析器配置(org.apache.xerces.parsers.XMLGrammarCachingConfiguration)。

When reading these formats, formal libraries like Xerces-C++ are advisable for handling more complex structures that you may encounter.

读取这些格式使用Xerces-C++这样正式处理可能遇到更为复杂结构是相当可取

To run and debug your application, place a copy of the Xerces DLL in the working directory.

为了运行调试这个应用程序工作目录放入XercesDLL一个副本

Use the -I compiler option to help the compiler locate the Xerces header files.

使用-I编译选项帮助编译找到Xerces文件

This tip uses Xerces-Java 2, but the concepts are applicable to any SAX-compliant parser.

篇技巧使用Xerces-Java2,这些概念适用于任何SAX兼容解析器

However, remember that turning on validation will not make Xerces report any errors it uncovers.

然而记住启动验证不会使Xerces报告任何显示出来错误

Listing 1 shows one form of the top-level code for Xerces.

清单1显示Xerces顶级代码一种形式

A node can be directly printed using support existing in Apache XERCES.

可以使用现有ApacheXERCES支持直接打印节点

Xalan was originally developed by Lotus software from IBM, and Xerces was originally developer by IBM.

Xalan最初IBMLotussoftware开发Xerces最初IBM开发

The problem comes from linking your application against the Xerces-C++ library as a DLL.

问题出现应用程序作为DLLXerces-C++进行链接

To build Xerces, you need to either extract the source code from CVS or download both of the Xerces source and tools distributions.

编译Xerces需要CVS提取代码或者下载发布Xerces代码工具

But Xerces-C++ can help here too: It provides a means to serialize the entire contents of an XMLGrammarPool to disk, in their native form.

不过方面Xerces-C++提供帮助提供XMLGrammarPool全部内容原始形式序列化磁盘方法

Implementing these suggestions will reduce the CPU consumption used by Xerces-C++ when parsing an XML document.

采用这些建议能够降低解析XML文档Xerces-C++CPU消耗

Xerces-C++ is an open source validating XML parser available from Apache.

Xerces-C++Apache获得开放源码XML验证解析器

Xerces-C++ has its own directory structure, so you should make sure you preserve relative path names during this step.

Xerces-C++自己目录结构所以保证保持相对路径

Unzip and untar the Xerces source tarball to a working directory.

解压缩Xercestar文件一个工作目录

Xerces-C++ is a very robust XML parser that offers validation, plus SAX and DOM APIs.

Xerces-C++一个非常健壮XML解析器提供验证以及SAXDOMAPI

Xerces-C++ is an XML parser written in C++ and distributed by the open source Apache XML project.

Xerces-C++一种C++编写XML解析器开放源码ApacheXML项目分发

Each platform is bundled with a unique set of frameworks and libraries, for example Apache Xerces and Apache Xalan.

每个平台捆绑独特框架例如ApacheXercesApacheXalan

I discovered a problem using the Xerces internal string class on Microsoft Windows.

发现MicrosoftWindows使用Xerces内部字符串一个问题

So you also need to install the updated xerces-j2 packages from the Fedora development repository (see Resources).

所以需要Fedora开发仓库安装更新xerces-j2请参阅参考资料)。

The DOMParser class is defined by Xerces to build a document from the output of the Xerces parser.

Xerces定义DOMParser以便Xerces语法分析输出构建文档

You will need Xerces and Xalan in your classpath to run the code.

运行代码classpath需要XercesXalan

Tools like Xerces have been supporting XML 1. 1 For several months and few people have noticed.

一些工具Xerces已经支持XML1.1有数少数人注意到一点

Use the grammar-caching features of Xerces-C++ if you do schema validation and reuse the same schema.

如果进行模式验证重用同一模式需要使用Xerces-C++语法缓存特性

Before the SAX 2. 0. 2 release, namespace declarations always had to be reported as having no namespace.

SAX2.0.2版本之前报告名称空间总是认为Xerces没有名称空间

That's your cue to upgrade to the latest version of Xerces.

提示应该升级最新版本Xerces

I checked the xerces jar file, but the actualValueType that J9 says it cannot find is defined (and also works with JRE from Sun).

检查xercesjar文件J9显示无法找到定义actualValueTypeSun提供JRE环境也是运行良好)。

This file does not, however, include external libraries such as Xalan and Xerces.

但是这个文件包含诸如XalanXerces外部

These commands assume that you have installed Xerces in the lib directory and Listing 2 in the src directory.

这些命令假设已经lib目录安装Xerces并且src目录安装清单2。