The form structure and element component of mycorrhizas in dendrobium SPP.
三种石斛菌根形态结构及元素构成的研究。
The joint structure and element distribution at brazing seam are also studied by SEM/EDAX and thermodynamics measures.
通过SEM/EDAX以及热力学方法分析了钎焊接头组织及钎缝的成分分布。
You can see how the basic element and attribute structure remains, but devoid of content.
可以看到,结果中保留了基本的元素和属性结构,但是没有内容了。
We can see the structure of the Order (the element) and the two Items (the elements).
我们可以看到订单的结构(元素)及两个条目(元素)。
While this does require some basic knowledge of XML -- understanding what an element is and the basic structure of the document -- it still abstracts details about parsing from the programmer.
虽然这确实需要一些XML的基础知识(理解元素是什么以及文档的基本结构),但还是对程序员抽象了解析的细节。
When you first construct an XML model for an information set, it's often useful to define the information set as a collection of elements and refine the element structure with attributes.
当您首次为一个信息集合构造一个xml模型时,通常应将这个信息集合定义为一个元素集合并使用属性来改进这个元素结构。
The client program or service queries the SDO to learn its structure and then reads and updates any element by name.
客户机应用程序或服务查询sdo来了解它的结构,然后按名称读取和更新任何元素。
Fortunately, I can reuse the test case defined in Listing 3 to validate the document's structure, by effectively ignoring element text values and attribute values.
还好,我还可以再次使用清单3中定义的测试用例来验证文档的结构,并可以有效忽略元素文本值和属性值。
Since any given element is contained within the start and end tag of its containing element, the structure has to form a tree.
由于任何给定元素都包含在包容它的元素的开始与结束标记之内,因此该结构必然为树型。
Validation is checking your document's structure against rules for your elements and how you defined child elements for each parent element.
验证就是根据元素规则检查文档的结构,以及如何为每个父元素定义子元素。
This represents the one XML element (from Listing 1) and is the basic structure for the class hierarchy.
它表示一个XML元素(来自清单1),是类层次的基本结构。
An XML schema can define the structure, the element and attributes, their data types, value ranges, etc. that are allowed in a set of XML documents.
XML模式可以定义一组XML文档所允许的结构、元素和属性、它们的数据类型、取值范围等。
It has an element of what's called catachresis in it and therefore in a certain sense as we read the sentence necessarily undermines the sentence's grammatical structure.
这其中包含着一种叫词语误用的因素,因此,从某种意义上讲,当我们读语句时,必然会削弱句子的语法结构。
It's possible to use a combination of HTML element and CSS to create a tree structure.
联合使用HTML元素和CSS创建一个树形结构是可行的。
It only involves a change in the XML schema describing the way that element names are used and related within the tree structure.
只需修改XML模式,XML模式描述在树结构中使用和关联元素名的方式。
XML allows you to use something called namespaces and schemas, which let you predefine the expected structure of a particular named element in the file.
XML允许使用名称空间,允许对文件中特定的元素的期望结构进行预定义。
You can save this element structure once and reuse it across the site.
只要将此元素结构保存一次,就可以在整个站点内重复使用该元素结构。
In this case, you see two DHTML techniques: the forms array, and calling elements by names based on attribute values, rather than by element names or by overall structure.
在这个例子中,使用了两个DHTML技术:forms数组,以及通过基于属性值的名称调用元素(而不是通过元素名或总体结构)。
The style I use tends to flatten the distinction between XML attributes and element contents — to my mind, that is something for XML, not my native data structure, to worry about. For example.
我使用的样式往往弱化xml的属性和元素内容之间的差异-我认为,这应该是由XML,而不是我的本机数据结构所担心的问题。
Accordingly, the column will return the whole XML structure of that element and can easily be further processed by other stages.
相应地,该列将返回元素的整个XML结构,并且其它stage很容易地进一步处理该列。
It is up to the creator of the IEPD to write an exchange schema to declare the root element and the basic structure of the messages.
而是由IEPD的创建者负责编写一个交换架构(exchange schema),来声明消息的根元素和基本结构。
The choices of element and attribute names are arbitrary (unless you adapt someone else's structure), as are the values for the type attributes.
元素和属性的选择是任意的(除非您需要适应其他人的结构),type属性的值也是任意的。
Using the element of the root rule, the major and minor rules become part of the overall rule structure.
使用根规则的元素,major和minor规则成了整个规则结构的一部分。
The structure and processing of the header element content has been delegated to SignatureTool by abstracting the content to a single SOAPElement.
通过将其内容抽象为单个 SOAPElement ,头元素内容的结构和处理已经委托给 SignatureTool 。
For the subtitle element, the HTML markup is parsed and rendered as a hierarchical structure.
对于subtitle元素,HTML标记被解析并呈现为一种分层结构。
When specializing elements with internal structure — including the ul, ol, and dl lists, as well as table and simpletable — you should specialize the entire content element.
专门化具有内部结构的元素时—包括ul、ol和dl列表以及table和simpletable—应该专门化整个内容元素。
Element structure: User interface elements such as tabs, headers, and tables, which define the interactions, design, and structure of the site.
元素结构:选项卡、表头和表等用户界面元素,用于定义站点的互动操作、设计和结构。
The core elements in DITA's topic DTD borrow from HTML and XHTML, using familiar element names like p, ol, ul, and dl within an HTML-like topic structure.
DITA主题DTD的核心元素借自html和XHTML,在类似HTML的主题结构中使用众所周知的元素名如p、ol、ul和dl。
The snippet in Listing 11 creates the XML structure by creating a cart element, and an item element and its sub-elements. It populates them with values and adds them to the Document root.
清单11中的代码通过创建一个cart元素、一个item 元素和它的子元素来创建XML结构,然后使用值填充这些子元素并将它们添加到Document 根。
The snippet in Listing 11 creates the XML structure by creating a cart element, and an item element and its sub-elements. It populates them with values and adds them to the Document root.
清单11中的代码通过创建一个cart元素、一个item 元素和它的子元素来创建XML结构,然后使用值填充这些子元素并将它们添加到Document 根。
应用推荐