Since any given element is contained within the start and end tag of its containing element, the structure has to form a tree.
由于任何给定元素都包含在包容它的元素的开始与结束标记之内,因此该结构必然为树型。
Not every tag is a simple symbol in the SXML structure; specifically, a namespace-qualified tag is a pair instead.
SXML结构中,每个标签并非都是简单的符号,特别地,命名空间限定的标签就有两个符号。
Often the response data contains an XML structure contained within a CDATA tag.
响应数据经常包含一个包含在CDATA标记中的XML结构。
If you look back at the XML in Listing 7, you can see how each tag in the XML represents a structure in the PHP.
如果回头再看一看清单7中的XML,就会发现XML表示中的每个标签都代表php中的一个结构。
This list of tags — generated on an AD hoc basis during the actual document parsing — was used as an index for single-byte tag placeholders used in a structure schematic.
该标记列表—在实际的文档解析期间在特别基础上生成—用作结构示意图中使用的单字节标记占位符的索引。
In one convention that's often used, any class that's named with an initial underscore represents a structure that does not have a corresponding tag.
在一个经常使用的约定中,任何以下划线开始命名的类都表示没有相应标记的结构。
Another example of flat structure is XHTML that USES the tag to mark the beginning of new sections rather than any explicit section grouping.
平面结构的另一示例是使用标记、而不用任何显式节分组来标记新节开始的XHTML。
If you want to keep track of the relative nesting and context in which a tag occurs, you need to maintain your own stack, or other data structure.
如果要跟踪标签出现的相关嵌套和上下文,您必须维护自己的栈或者其他数据结构。
In the body tag, there is a template that specifies the logical structure of page and the placeholders for pagelets.
在body标签中,有个模板指定了页面的逻辑结构和pagelets的占位符。
A Spring 2.0 extension tag can define its own attributes and subelement structure as necessary.
Spring 2.0扩展标签可以在必要时定义它自己的attribute以及子元素结构。
A compact representation of the overall document structure, where each start tag is represented by a single byte, and the occurrence of content is marked by a 0x02 byte.
总体文档结构的紧凑表示,每个开始标记由单一字节表示,内容的出现由0x02字节标记。
The getTagAndLengthBytes() method will prepend the name-string tag byte (context-specific tag number 0) and length bytes before the SEQUENCE and return the complete name-string structure.
getTagAndLengthBytes()方法会在SEQUENCE 前面附加 name-string标签字节(上下文特定的标签数字0)以及长度字节,并返回完整的 name-string结构。
It assumes that you are aware of what an HTML element or tag is, what an attribute means, the basic syntax of HTML markup, the general structure of a Web page, and so on.
假定您知道什么是HTML元素或标记、属性表示什么、HTML标记的基本语法、web页面的常规结构等等。
We use one of the attributes of this tag, contentNode="id|name", to create URLs to different pages for building the navigation structure.
我们使用该标记中一个属性,contentNode="id|name" ,来创建到不同页面的URL,以便构建导航结构。
The schema-sensitive XML editor (reinforces allowable tag structure and attributes found in a schema or DTD).
模式敏感的XML编辑器(补充在模式或DTD中找到的许可标记结构和属性)。
There's now an annotation tool, which allows users to tag a structure with notes for others to view as well as a tool that rotates structural elements.
现在有一个笔记工具,能让玩家在结构上挂上标签,供其他人参考,还有一个工具可以改变某个氨基酸所处的结构状态(螺旋、链状和片状)。
As you can see, it requires checking each tag to ensure that it exists before reading its value. It is heavily dependent on the structure of the XML.
正如你所看到的,在读值之前,它需要检查每个标签以保证它存在。这在很大程度上依赖于XML的结构。
The team used these much smaller probes with the PRIME method to effectively tag actin, a molecule involved in cell division, structure, motility, and communication.
研究组通过最初的方法使用更小的探针有效地标记肌动蛋白以及参与细胞分裂,结构,运动和信息传导的分子。
Moreover, an element that has no content is represented by an empty child list, but a self-closed tag is represented by None. Listing 2 shows this structure in action.
而一个没有内容的元素由一个空的子列表表示,但是一个自封闭的标记由None表示。
For example if we were parsing an XML file we might want to notify a list view that we're using to represent the XML file's structure whenever we encounter a new tag.
例如,在我们解析xml文件时,我们也许希望在遇到一个新的标记时,能够给一个我们用来显示xml文件的结构的列表发出通知。
Tag: (1) Tying on label for showing prices, addresses, etc, used when despatching merchandise and luggage. (2) A name assigned to a data structure, such as a field, file, paragraph or other object.
绑线标签,(2)标记:(1)用绳打结的标签,上面写着价格或地址等,系于需要付送的货品或行李上。(2)分配于一个数据结构上;例如字段,档案,段落或其他目标的一个名称。
It can only have more examples of that same tag structure: a span, containing an anchor tag with a name attribute and some text to display.
它只能有更多的同样的标签结构的例子:一个跨度,包含一个锚标签名称属性和显示的文本。
The semantic analysis system can automatically tag semantic class for each word and analyze the semantic dependency structure between words with the precision of 90.85% and 75.84% respectively.
该语义分析集成系统能够自动分析句子中各个词的词义以及词之间的语义依存关系,达到90.85%的词义标注正确率和75.84%的语义依存结构标注正确率。
Also, in addition to its traditional hierarchical tag structure, you can also view tag clouds, which (theoretically) depict more-popular tags with larger fonts.
此外,除了其传统的等级标签结构,您还可以查看标签云,其中(理论上)描绘较大字体更受欢迎的标签。
XML is similar to HTML tag that contains a text file, in this document defines a tree structure to describe it is to preserve data.
XML是包含类似于HTML标签的一个文本文件,在这个文件中定义了一个树型结构来描述它所保存的数据。
I find it easiest to mimic the pattern of structure declaration used in the official DDK, so I declared this device extension as a structure with a tag as well as a type and pointer-to-type name.
很容易模仿在正式的DD K种使用的结构声明的模式,所以我把这个设备扩展名声明称一个结构,伴随标签和类型以及类型指针名称。
XML introduces a large number of repeated semi-structure element tag data at the same time of representing valid data.
XML表示有效数据的同时,引入了大量的重复的半结构性元素标记数据。
The invention provides a structure used for realizing a radio-frequency identification tag staple, which belongs to the technical field of radio-frequency identification tags.
本发明提供一种用于实现射频识别标签订书针的结构,属于射频识别标签技术领域。
The 'article' tag has the following syntactic structure…
标签的语法结构如下…
The 'article' tag has the following syntactic structure…
标签的语法结构如下…
应用推荐