单词 | xerces | ||||||||
释义 | xerces
更多释义 收起释义 例句释义: 解析,解析器就抱错,序列化 1. 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本身就是一个很低层的代码项目。 www.ibm.com 2. Internally, Xerces stores namespace declarations with the rest of the attributes that are specified on an element start tag. 在内部,Xerces将名称空间声明和在元素起始标签中指定的其他属性存储在一起。 www.ibm.com 3. Xerces isn't the fastest parser out there, but a six-times speed-up is better than anyone else has done. Xerces并不是最快的解析器,但是6倍的速度提升是其他任何技术都还未达到的。 www.ibm.com 4. Xerces-C offers great out-of-the-box validation capabilities for ensuring that an XML document conforms to a DTD. Xerces-C 提供了很好的默认安装的验证能力以保证一个XML文档符合一个DTD。 www.ibm.com 5. 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作为数据格式创建一个简单条形图。 www.ibm.com 6. 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的所有用户所做的那样。 www-128.ibm.com 7. The Xerces2 DOM implementation does not guarantee DOM Java object serialization interoperability between different versions of Xerces. Xerces2DOM实现不能保证不同版本的Xerces的DOMJava对象串行化之间的互操作性。 www.ibm.com 8. 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的类,但是其他方法不会像它一样与某个特定的供应商类紧密绑定在一起。 www.ibm.com 9. The two DOM implementations included in the performance tests, Xerces and Crimson, use different techniques for these operations. 包括在性能测试中的两种DOM实现,Xerces和Crimson,对这些操作使用不同的技术。 www.ibm.com 10. As long as a JAR file that contains this file appears before Xerces' JAR files, the parser will use the new parser configuration. 只要包含该文件的JAR文件出现在Xerces的JAR文件之前,解析器就会使用新的解析器配置。 www.ibm.com 1. You can specify the grammar caching parser configuration (org. apache. xerces. parsers. XMLGrammarCachingConfiguration). 指定语法缓冲解析器配置(org.apache.xerces.parsers.XMLGrammarCachingConfiguration)。 www.ibm.com 2. When reading these formats, formal libraries like Xerces-C are advisable for handling more complex structures that you may encounter. 在读取这些格式时,使用像Xerces-C 这样的正式库来处理可能遇到的更为复杂的结构是相当可取的。 www.ibm.com 3. To run and debug your application, place a copy of the Xerces DLL in the working directory. 为了运行和调试这个应用程序,在工作目录中放入XercesDLL的一个副本。 www.ibm.com 4. Use the -I compiler option to help the compiler locate the Xerces header files. 使用-I编译器选项以帮助编译器找到Xerces头文件。 www.ibm.com 5. This tip uses Xerces-Java 2, but the concepts are applicable to any SAX-compliant parser. 本篇技巧使用的是Xerces-Java2,但这些概念适用于任何SAX兼容的解析器。 www-128.ibm.com 6. However, remember that turning on validation will not make Xerces report any errors it uncovers. 然而,记住启动验证将不会使Xerces报告任何显示出来的错误。 www.ibm.com 7. Listing 1 shows one form of the top-level code for Xerces. 清单1显示了Xerces的顶级代码的一种形式。 www.ibm.com 8. A node can be directly printed using support existing in Apache XERCES. 可以使用现有ApacheXERCES中的支持直接打印节点。 www.ibm.com 9. Xalan was originally developed by Lotus software from IBM, and Xerces was originally developer by IBM. Xalan最初是由IBM的Lotussoftware开发的,而Xerces最初是由IBM开发的。 www.ibm.com 10. The problem comes from linking your application against the Xerces-C library as a DLL. 问题出现在将应用程序与作为DLL的Xerces-C 库进行链接上。 www.ibm.com 1. 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源代码和工具。 www.ibm.com 2. 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中的全部内容以原始形式序列化到磁盘的方法。 www.ibm.com 3. Implementing these suggestions will reduce the CPU consumption used by Xerces-C when parsing an XML document. 采用这些建议能够降低解析XML文档时Xerces-C 的CPU消耗。 www.ibm.com 4. Xerces-C is an open source validating XML parser available from Apache. Xerces-C 是可从Apache获得的开放源码XML验证解析器。 www.ibm.com 5. Xerces-C has its own directory structure, so you should make sure you preserve relative path names during this step. Xerces-C 有自己的目录结构,所以应保证在这一步中保持相对路径名。 www.ibm.com 6. Unzip and untar the Xerces source tarball to a working directory. 解压缩Xerces源tar文件到一个工作目录。 www.ibm.com 7. Xerces-C is a very robust XML parser that offers validation, plus SAX and DOM APIs. Xerces-C 是一个非常健壮的XML解析器,它提供了验证,以及SAX和DOMAPI。 www.ibm.com 8. Xerces-C is an XML parser written in C and distributed by the open source Apache XML project. Xerces-C 是一种用C 编写的XML解析器,它由开放源码ApacheXML项目分发。 www.ibm.com 9. Each platform is bundled with a unique set of frameworks and libraries, for example Apache Xerces and Apache Xalan. 每个平台都捆绑了一组独特的框架和库,例如,ApacheXerces和ApacheXalan。 www.ibm.com 10. I discovered a problem using the Xerces internal string class on Microsoft Windows. 我发现在MicrosoftWindows中使用Xerces内部字符串类有一个问题。 www.ibm.com 1. So you also need to install the updated xerces-j2 packages from the Fedora development repository (see Resources). 所以还需要从Fedora开发仓库安装更新的xerces-j2包(请参阅参考资料)。 www.ibm.com 2. The DOMParser class is defined by Xerces to build a document from the output of the Xerces parser. Xerces定义了DOMParser类,以便从Xerces语法分析器的输出构建文档。 www.ibm.com 3. You will need Xerces and Xalan in your classpath to run the code. 要运行代码,在您的classpath中需要Xerces和Xalan。 www-128.ibm.com 4. Tools like Xerces have been supporting XML 1. 1 For several months and few people have noticed. 一些工具如Xerces已经支持XML1.1有数月了,少数人注意到了这一点。 www-128.ibm.com 5. Use the grammar-caching features of Xerces-C if you do schema validation and reuse the same schema. 如果进行模式验证和重用同一模式,需要使用Xerces-C 的语法缓存特性。 www.ibm.com 6. Before the SAX 2. 0. 2 release, namespace declarations always had to be reported as having no namespace. 在SAX2.0.2版本之前,报告名称空间时总是认为Xerces没有名称空间。 www.ibm.com 7. That's your cue to upgrade to the latest version of Xerces. 这提示您应该升级到最新版本的Xerces。 www.ibm.com 8. 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显示无法找到已定义的actualValueType(在Sun提供的JRE环境中也是运行良好)。 www.ibm.com 9. This file does not, however, include external libraries such as Xalan and Xerces. 但是,这个文件不包含诸如Xalan和Xerces等外部库。 www.ibm.com 10. These commands assume that you have installed Xerces in the lib directory and Listing 2 in the src directory. 这些命令假设您已经在lib目录中安装了Xerces,并且在src目录中安装了清单2。 www.ibm.com 1. Later in this article, we show how you can do that using Xerces. 在本文的后面,我们展示了如何用Xerces完成这项工作。 www.ibm.com 2. You can download Xalan and Xerces from links in. 中的链接下载Xalan和Xerces。 www-128.ibm.com 3. Xerces C added C namespace support (not to be confused with XML namespaces) as of Version 2. 2. 0. XercesC 从版本2.2.0开始增加了对C 命名空间的支持(不要与XML命名空间搞混)。 www.ibm.com 4. In Listing 4, various internal Xerces-C classes are used as implementations for interfaces. 清单4使用了多种内部Xerces-C 类作为接口的实现。 www.ibm.com 5. This article can help allay those concerns for C and C applications that make use of the Xerces-C parser. 本文可以减轻使用Xerces-C 解析器的C和C 应用程序的这些担忧。 www.ibm.com 6. The sample programs found in earlier versions of Xerces (like 1_5_1) avoided this by simply not releasing the memory. 在以前版本的Xerces(如1_5_1)的示例程序是通过不释放内存来避免这个问题。 www.ibm.com 7. Xerces-C is a validating XML parser that is provided as a shared library. Xerces-C 是一个作为共享库提供的XML验证解析器。 www.ibm.com 8. For example, the Apache Xerces-J parser defines its own grammar caching API (see Resources). 比如,ApacheXerces-J解析器定义了自己的语法缓冲API(请参阅参考资料)。 www.ibm.com 9. Xerces 2, Apache's most recent XML parser, is included with the Java 2 Platform, Standard Edition SDK v1. 4. Xerces2是Apache最新的XML解析器,它包括在Java2平台,标准版SDKv1.4中。 www.ibm.com 10. For more information on how to use a specific scanner in Xerces-C , see Resources. 要了解更多关于如何在Xerces-C 中使用特定扫描程序的信息,请参阅参考资料。 www.ibm.com 1. In this document, I will use Xerces-C to represent the XML parser for C . 在本文档中,我将用Xerces-C 来表示用于C 的XML解析器。 www.ibm.com 2. It is required to support the Xerces XML parser that is used by the DescriptorProcessor class to parse the original descriptor. 它必须支持由DescriptorProcessor类使用的XercesXML分析器来分析原始的描述信息。 www.ibm.com 3. The approach with XNI is very similar to that of SAX. (In fact, in Xerces, the SAX parser is a thin layer on top of the native XNI parser. ) 使用XNI的方法与SAX是非常相似的(实际上,在Xerces中,SAX解析器是本机XNI解析器之上很薄的一层)。 www.ibm.com 4. Causes Xerces-C to refer requests for grammars to its 线索解除引用之前,首先要向它的 www-128.ibm.com 5. Xerces can provide more information when things go wrong Xerces在出问题的情况下可以提供更多信息。 www.ibm.com 6. Now you have a binary file on disk that contains a Xerces-C representation of the 现在已经有了一个二进制文件,其中包括 www-128.ibm.com |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。