If the XML parser sees a null character in its input, it throws an exception and stops processing.
如果XML 分析程序在其输入中看到一个空字符,它就会发出异常并停止处理。
As in the screenshots above, the structure of the schemas is different in the XML parser and XML composer steps.
如上述屏幕截图所示,架构的结构在XML分析器和XML编写器步骤中是不同的。
This processing is performed by the same underlying XML parser, regardless of the language in which the logic is coded.
无论使用何种语言来编写逻辑,都通过相同的基础xml解析器完成这项处理工作。
The XML parser is "smart" and knows that if an element is started, it must be finished somewhere.
xml解析器是“智能化”的,它知道若开始了一个元素,此元素必然会在某处终止。
For example, an XML parser extracts data from an XML data source.
例如,xml解析器可以从一个XML数据源提取数据。
Attempting to read the file directly into an XML parser results in an error.
如果试图将文件直接读入一个xml解析器,就会导致错误。
The key characteristic that makes XML formats resistant to fuzz is that an XML parser assumes nothing about the input.
使xml格式抵制模糊攻击的关键特征是一个对输入不做任何假设的解析器。
As a developer, you have two options: an XML parser or a marshalling component.
作为开发人员,您有两种选择:xml解析器或者编组组件。
One of the nice extras for instance is that you can add custom preprocessors to the XML parser.
它有一个很棒的特性:你可以向其XML解析器中增加自定义的预处理器。
The constructor method uses the normalize method to ensure that the override value strings do not contain symbols used by XML parser.
构造函数方法使用标准化的方法来确保重载值中不包含XML 解析器所使用的符号。
An XML parser can process any byte stream.
xml解析器能够处理任何字节流。
The resulting error messages are in both cases also generated by the XML parser.
并且,这两种情况下的结果错误消息也都是由XML解析器生成的。
In many respects, XI behaves like an XML parser — but it parses any text document.
在许多方面,XI的行为象xml解析器—但它解析任何文本文档。
Presentation programs need an XML parser to access the nodes from localization pack XML files.
表示程序需要XML解析器来访问本地化包 XML 文件中的节点。
After you receive the XML data, you can process it in the PHP XML parser.
获取XML数据后,就可以在PHP xml解析器中处理这些数据了。
Each of those characters is read by the XML parser as a TEXT type node.
xml解析器将读取所有这些字符,并将其作为一个text类型的节点。
If I'm careful with the syntax I use in my HTML document, can I process it with an XML parser?
如果我在HTML文档中小心地使用语法,是否可以使用xml解析器处理它?
Anything between those bits of markup will pass through the XML parser untouched.
这些标记之间的任何内容都将原封不动地通过xml解析器。
Two common API models exist for interfacing software with an XML parser: the document model and the event model.
用于将软件与xml解析器结合的两种常用API模型是:文档模型和事件模型。
The XML parser reads this document and interprets it.
xml语法分析器读取并解释该文档。
The only steps that are sensitive to the original XML schema concepts are the XML parser and composer steps.
对原始XML架构概念敏感的惟一步骤是 XML分析器和编写器步骤。
This flexibility gives you many choices when trying to solve scalability or performance problems in a particular XML parser.
这种灵活性为您在一个特定的xml解析器下解决可扩展性或性能问题时提供更多的选择。
This parser is fully compatible with the previous XML parser.
此解析器与以前的xml解析器完全兼容。
Marshalling components embed an XML parser, so you can be sure that they implement the syntax fully.
编组组件内嵌有xml解析器,可以确信它们完全实现了语法。
The SQL parser and the XML parser interact within the DB2 compiler, but they expect their input in different code pages.
SQL解析器和XML 解析器在DB2编译器中交互,但是它们预期使用不同代码页的输入。
An XML parser can parse any XML document, but it still needs a model to perform validation.
xml解析器可以解析任何XML文档,但它仍然需要模型来执行验证。
The DB2 XML parser encoding rules will apply.
需要应用DB 2xml解析器编码规则。
You used the XML parser to chew up the response XML from the server.
您使用xml解析器解析从服务器返回的响应XML。
Fortunately, it's easy to avoid this problem entirely by using an XML parser.
所幸的是,使用xml解析器很容易避免这种问题。
This XML parser should be familiar to anyone who knows SAX parsing.
了解SAX解析的人应该都熟悉这个xml解析器。
应用推荐