XML parser
XML解析器
2025-04-19 13:09 浏览次数 9
XML解析器
Anything between those bits of markup will pass through the XML parser untouched.
这些标记之间的任何内容都将原封不动地通过xml解析器。
XML itself doesn「t provide any interfaces for application, so we must take advantage of XML parser to deal with XML Documents.
XML本身并没有提供与应用程序交互的接口,而必须用XML分析器来处理XML文档。
Entities are references to data; depending on the kind of entity, the XML parser will either replace the entity reference with the entity」s replacement text or the contents of an external document.
实体是对数据的引用;根据实体种类的不同,xml解析器将使用实体的替代文本或者外部文档的内容来替代实体引用。
XMLNSC validation considerably out-performs MRM validation too, as the architecture of the new high performance XML parser is optimized for the model-driven scenario.
XMLNSC验证的性能也在相当大的程度上胜过MRM验证,因为新的高性能XML解析器的体系结构针对模型驱动的场景进行了优化。
The XMLNSC domain now USES a high performance XML parser which means that it now USES significantly less CPU than the other XML domains.
xmlnsc域现在使用高性能的xml解析器,这意味着它现在比其他xml域使用显着更少的CPU。
In the XML parser step, the item address is a group, but in the XML composer step, the item address is a list.
在XML分析器步骤中,项目地址是一个组,但在XML编写器步骤中,项目地址是一个列表。
The connectionDidFinishLoading method is the most important because it starts the XML parser that reads through the data and picks out the messages.
connectionDidFinishLoading方法是最重要的,因为它启动读取数据并挑出消息的XML解析器。
Rome USES the JDOM XML parser to support parsing and converting the feeds to and from different formats.
Rome使用JDOMxml解析器来支持提要解析,以及来回转换不同格式的提要。
As a developer, you have two options: an XML parser or a marshalling component.
作为开发人员,您有两种选择:xml解析器或者编组组件。
Consider the performance penalty of using a SOAP interface and streams XML parser (StAX) to handle a simple message schema where the message size grows.
比如随着消息的大小逐渐增长,使用SOAP接口和XML流解析器(StAX)来对该简单消息模式进行处理时,性能就会出现严重的问题。
When the XML parser goes through the XML source and finds that a new element is started, it triggers the startElement function, which you specified as a callback function.
当xml解析器遍历xml源并发现开始了一个新元素时,它会触发指定为回调函数的startelement函数。
In this article, we showed you a number of tips and Suggestions on how to use the Xerces-C + + XML parser to improve the performance of your application.
在本文中,我们展示了许多关于如何使用Xerces- C+ +xml解析器提高应用程序性能的技巧和建议。
If the XML parser sees a null character in its input, it throws an exception and stops processing.
如果xml解析器在其输入中看到一个空字符,它就会发出异常并停止处理。
Presentation programs need an XML parser to access the nodes from localization pack XML files.
表示程序需要XML解析器来访问本地化包XML文件中的节点。
Using the XML parser available to iOS developers you can parse the XML returned from messages.php.
使用对iOS开发人员可用的xml解析器,您可以解析从messages . php返回的XML。
Virtually every XML parser inherently knows about it.
事实上每个xml解析器都知道它。
An XML parser converts an encoded form of an XML document (the encoding being specified in the XML declaration) to an abstract model representing the information in the XML document.
xml解析器将XML文档的编码形式(编码在XML声明中规定)转化成表示XML文档信息的抽象模型。