网站首页  词典首页

请输入您要查询的英文单词:

 

单词 entity reference
释义

entity reference

  • 网络实体引用;实体参考;实体参引
1.
实体引用
实体引用(entity reference)引用一个命名实体的内容。对已析普通实体的引用使用"and"号(实体引用 字符引用和实体引用的例子…
xml.coverpages.org
2.
实体参考
实体参考 (entity reference) 用 缩 写 代 表 一 字 元 字码参考 (numberic character reference) 用 ASCII 码 代 表 一 字 元 也 ...
ecaaser3.ecaa.ntu.edu.tw
3.
实体参引
eol_百度百科 ... entity manager 实体治理者 entity reference 实体参引 entity set 实体集 ...
baike.baidu.com
4.
实体参照
...殊字元,又不想让剖析器将其视为标记的话,您必须使用实体参照entity reference),实体参照其实是字串,但是剖析器读 …
webmail.vh.com.tw
5.
实体参数
JS nodeType_努力中的宝贝_新浪博客 ... 4 CDATA Section | CDATA 断 5 Entity Reference |实体参数 6 Entity |实体 ...
blog.sina.com.cn
6.
用实体参考
doEntity插件就是依照上面的思路,将你的引用地址改为用实体参考Entity reference)来书写,以达到难以识别的目的。比如 …
www.chedong.com
7.
参考实体
所有开引号由参考实体(entity reference) ODQ表示;所有闭引号由参考实体CDQ表示引号(marks) 指出引号在文件内是否被保 …
metadata.teldap.tw

例句

释义:
1.
When the nodes are copied, there may be a namespace in scope at the point of the entity reference.
复制节点时,在实体参考的范围可能有命名空间。
technet.microsoft.com
2.
If there is no entity declaration that matches, an empty text node is attached as the only child of the entity reference node.
如果没有匹配的实体声明,则附加一个空的文本节点作为实体引用节点的唯一子级。
technet.microsoft.com
3.
When a SAX parsing process runs across this entity reference, it has to resolve the entity into another piece of content.
当SAX解析过程运行到该实体引用时,它必须将该实体解析成另一段内容。
www-128.ibm.com
4.
Use this method after calling MoveToAttribute to read through the text or entity reference nodes that make up the attribute value.
调用MoveToAttribute后,使用此方法读取通过组成属性值的文本或实体引用节点。
msdn2.microsoft.com
5.
In other words, you want to ensure that an entity reference is resolved to a value you determine, rather than what is in the DTD.
换句话说,要确保实体引用解析为您决定的值,而不是DTD中的值。
www.ibm.com
6.
When used in the XML, it is called an entity reference.
在XML中使用时,该名称称为实体引用。
207.46.16.251
7.
Returns the document, element, document type, or entity reference containing the processing instruction.
返回包含该处理指令的文档、元素、文档类型或实体引用。
msdn2.microsoft.com
8.
When an entity reference is encountered, you obtain its entity declaration and retrieve the cached notation declaration by its name.
遇到实体引用时,取得实体声明并根据名称检索缓存的符号声明。
www.ibm.com
9.
It uses an entity reference to point to DITA topics or maps, and can be used in any location that allows divisions.
它使用实体引用指向DITA主题或者地图,并且可用于任何能使用division元素的地方。
www.ibm.com
10.
The reader normalizes each individual text node independently from the content of adjacent entity reference nodes.
读取器独立于相邻实体引用节点的内容之外对每个单独的文本节点进行正常化。
msdn2.microsoft.com
1.
During the XML document parsing, the entity reference is replaced by its representation.
在XML文档解析过程中,实体引用将由它的表示替代。
www.ibm.com
2.
Returns the element, attribute, or entity reference containing the entity reference.
返回包含该实体引用的元素、属性或实体引用。
msdn2.microsoft.com
3.
The following example shows the use of this entity declaration in XML as an entity reference.
下面的示例说明如何在XML中将此实体声明作为实体引用使用。
msdn2.microsoft.com
4.
In Listing 8, the URL for the external entity reference is different, and of course that can cause problems.
在清单8中,外部实体引用的URL是不同的,当然,这会引起问题。
www.ibm.com
5.
Shows an XML document fragment with an entity reference.
显示了带实体引用的XML文档片段。
www-128.ibm.com
6.
Returns the parent element, attribute, or entity reference containing the text node.
返回包含该文本节点的父元素、属性或实体引用。
msdn2.microsoft.com
7.
Nodes, this method always returns an entity reference node with no children.
节点,此方法总是返回不带任何子级的实体引用节点。
msdn2.microsoft.com
8.
Defines an entity reference node in a query expression tree.
定义查询表达式树中的实体引用节点。
msdn2.microsoft.com
9.
Returns the element or entity reference containing the CDATA section.
返回包含CDATA节的元素或实体引用。
msdn2.microsoft.com
10.
You also need to consider that two DTDs may actually specify different public and system IDs for the same external entity reference.
您也需要考虑,对于相同的外部实体引用,两个DTD实际指定的可能是不同的公用和系统标识。
www.ibm.com
1.
Represents the non-expanded entity reference text.
表示非扩展的实体引用文本。
msdn2.microsoft.com
2.
Once the expansion occurs on a newly created entity reference node, it never reoccurs.
新创建的实体引用节点进行扩展后,该扩展永远不会再次进行。
msdn.microsoft.com
3.
Resolves the entity reference for EntityReference nodes.
解析EntityReference节点的实体引用。
msdn2.microsoft.com
4.
The following example reads an attribute with text and entity reference nodes.
下面的示例读取具有文本或实体引用节点的属性。
msdn2.microsoft.com
5.
Because the two documents may use different DTDs, they may resolve the same entity reference differently.
由于这两个文档可以使用不同的DTD,因此对相同实体引用的解析可以是不同的。
www.ibm.com
6.
Beautiful Soup also ignores an entity reference that's not finished by the end of the document:
BeautifulSoup也会忽略实体引用,如果它没有在文档结束的时候关闭:
blog.sina.com.cn
7.
Namespace Affect on Entity Reference Expansion for New Nodes Containing Elements and Attributes
命名空间对包含元素和属性的新节点的实体引用扩展的影响
msdn2.microsoft.com
8.
When overridden in a derived class, resolves the entity reference for
当在派生类中被重写时,解析
msdn2.microsoft.com
9.
When overridden in a derived class, writes out an entity reference as
当在派生类中被重写时,按
msdn2.microsoft.com
10.
Null EntityReference entity reference name
实体参数名称
snowman828.blog.hexun.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/10/1 19:02:15