Processing Instructions and Comments的意思|示意

美 / / 英 / /

处理说明及意见


Processing Instructions and Comments的网络常见释义

处理指令和注释 5.4.3 空数据 (Null Data) 5.4.4 字符集 (Character Sets) 5.4.5 处理指令和注释 (Processing Instructions and Comments) ..

Processing Instructions and Comments相关例句

Comments and processing instructions are skipped and entity references are automatically resolved.

将跳过注释和处理指令并自动对实体引用进行解析。

Methods writeEntityRef, writeProcessingInstruction, and writeComment can write entity references, processing instructions, and comments, respectively.

writeProcessingInstruction 和 writeComment 方法可以分别编写实体引用、过程说明和注释。

It might contain several, as well as comments and processing instructions. For instance, it could look like this.

可能包含多个文本节点,以及注释和处理指令。

For instance, text nodes, CDATA sections, comments, processing instructions, attributes, whitespace, document types, and XML declarations have values.

例如,文本节点、CDATA部件、注释、处理指令、属性、空格、文档类型和XML声明具有值。

A node can contain text, attributes, other nodes (hence, the hierarchical nature of XML), and a few other specialized things (such as processing instructions and comments).

节点可以包含文本、属性、其他节点(因此形成XML的层次结构)以及其他一些特殊的东西(比如处理指令和注释)。

Processing instructions and comments are also reduced to special tag names that are not available in XML: PI for the former, comment for the latter.

处理指令和注释也简化了标签名,这在XML中是无法实现的:前者用PI,后者用COMMENT。