网站首页  词典首页

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

 

单词 start tag
释义

start tag

  • 网络开始标记;起始标签;从开始标签
1.
开始标记
开始标记 (Start tag)是开始一个块的 HTML 标记,或是一个独一的标记。当它找到一个开始标记 tagname,SGMLParser 将查 …
www.itlong.com
2.
起始标签
口标签又称起始标签start tag),而闭合标签又称结尾标签 (end tag)。
epaper.pchome.com.tw
3.
从开始标签
HTML 元素指的是从开始标签start tag)到结束标签(end tag)的所有代码。注释:开始标签常被称为开放标签(opening tag…
www.w3school.com.cn
4.
起始标记
大部分的元素具有起始标记(start tag)和结尾标记(end tag),这样的元素被 称为“容器”如<body>和<form>等。在起始标记的标记 …
wenku.baidu.com
5.
起始标注
元素的起始标记叫做起始标注(start tag),元素结束标记叫做结尾标注(end tag),在起始标注和结尾标注中向的部分是元素体。 …
www2.sjzue.edu.cn

例句

释义:
1.
Make all namespace declarations up in the start tag of the document element if at all possible.
如果可能,将所有名称空间的声明都编排到文档元素的开始标记中。
www.ibm.com
2.
Internally, Xerces stores namespace declarations with the rest of the attributes that are specified on an element start tag.
在内部,Xerces将名称空间声明和在元素起始标签中指定的其他属性存储在一起。
www.ibm.com
3.
At the very first start tag of the document (the root element tag), I retrieve the kind attribute from this element.
从文档的第一个起始标签开始(根元素标签),我从该元素中检索kind属性。
www.ibm.com
4.
In this example, notice that the element carries the declaration of the xi prefix inside its own start tag.
在这个示例中,请注意元素在其自己的开始标记内声明了xi前缀。
www.ibm.com
5.
Refer to a "namespace declaration" as distinct from an "attribute" when discussing entries in a start tag.
当讨论开始标记中的项时,将“namespacedeclaration”与“attribute”区别对待。
www.ibm.com
6.
Think of character data as the text found between the start tag and the end tag of an XML element.
把字符数据当作XML元素的开始标签与结束标签之间的文本。
wing929.blog.163.com
7.
When you type SPACE from inside a start tag, you also get a drop-down list showing all attributes that can be added to the current element.
在开始标记中键入SPACE时,也可以获得一个下拉列表,显示可以添加到当前元素中的所有属性。
msdn2.microsoft.com
8.
The content of the folder is treated as message properties if the content=properties element is included in the folder start tag.
如果content=properties元素包含在文件夹start标记中,则文件夹的内容会被看作是消息属性。
www.ibm.com
9.
Finally, handle_starttag is called for every start tag in a Web page (that is fed into the HTML parser via the feed method).
最后,对Web页面中的每个开始标记都调用handle_starttag(它是通过feed方法传递给HTML解析器的)。
www.ibm.com
10.
attribute(nsi, name, value) -- Adds attribute to current start tag (value may be String or primitive type).
attribute(nsi,name,value)-将属性添加到当前的开始标记(值可能是String或基本类型)。
www.ibm.com
1.
startTagAttributes(nsi, name) -- Generates start tag with attributes to be added.
startTagAttributes(nsi,name)-生成要添加属性的开始标记。
www.ibm.com
2.
You'll find only the START_TAG and TEXT event types, which correspond with element start tags and element text nodes.
您只会看到START_TAG与TEXT事件类型,它们分别对应于元素开始标签与元素文本节点。
www.ibm.com
3.
element type declaration generally describes three parts: a start tag, content, and an end tag.
元素类型声明一般都包含如下三部分描述信息:开始标签,内容和结束标签。
blog.sina.com.cn
4.
Attributes are always added to the start tag of an HTML element.
属性总是添加在HTML元素里的起始标签中。
www.netvtm.com
5.
Attributes contribute to somewhat shorter XML because they have only a single tag as opposed to elements with a start tag and an end tag.
属性有助于使XML变得更短,因为属性只需一个标记,而元素则需要一对开始标记和结束标记。
www.ibm.com
6.
since the start tag is closed by the following block element.
因为按照上述规则开始标签会被跟随其后的块元素所关闭。
blog.sina.com.cn
7.
In all the overridden WriteStartElement methods, a local name for the start tag is a required parameter.
在所有被重写的WriteStartElement方法中,开始标记的本地名称是必选参数。
msdn2.microsoft.com
8.
The prolog refers to the information that appears before the start tag of the document or root element .
序言引用在文档或根元素的开始标记之前出现的信息。
www.bing.com
9.
When overridden in a derived class, writes the specified start tag.
在衍生类别中覆写时,写出具有指定的区域名称的开头标记。
dictsearch.appspot.com
10.
This method reads the start tag, the contents of the element, and moves the reader past the end element tag.
此方法读取开始标记、元素内容,并将读取器移到结尾元素标记之后。
technet.microsoft.com
1.
The number of namespace declarations that can appear in a single start tag is unlimited.
不限制在单个开始标记中可以出现的名称空间声明的数量。
www.ibm.com
2.
The two hyphens indicate that both the start tag and the end tag for this element type are required.
两个连词符意味着该元素的开始标签以及结束标签都是必须的,都不允许省略。
blog.sina.com.cn
3.
Remove the redundant default namespace declaration on the b start tag.
删除b起始标签中多余的默认名称空间声明。
www.ibm.com
4.
In the original document-level format, every start tag was paired to an end tag.
在原始文档级别格式中,每个开始标记与一个结束标记配对。
www-128.ibm.com
5.
The start tag will invoke the pattern template and dump the result into the specified resource, in our case, dump. xml.
这个start标记将调用模式模板,并将结果转储到指定的资源,在我们的示例中,是dump.xml文件。
www.ibm.com
6.
the end tag of the enclosing block element (here, ) implies the end tag of the open start tag.
那么块元素的结束标签这个例子是就会充当开始标签的结束标签。
blog.sina.com.cn
7.
Attributes are name-value pairs attached to an element's start tag.
属性是附加到元素起始标记上的名值对。
www.ibm.com
8.
startTag(nsi, name) -- Generates start tag without attributes.
startTag(nsi,name)-生成不带属性的开始标记。
www.ibm.com
9.
And tests if the current content node is a start tag or empty element tag.
并测试当前内容节点是否是开始标记或空元素标记。
msdn2.microsoft.com
10.
Leaves the parse positioned following the start tag.
使解析的位置保留在开始标记之后。
www.ibm.com
1.
attributeText(ns, name) -- Gets text value of required attribute from current start tag.
attributeText(ns,name)-从当前的开始标记获取所需属性的文本值。
www.ibm.com
2.
Reduce the whitespace within the a start tag so that there is a single space before each attribute.
减少a起始标签中的空格,每个属性之前只留下一个空格。
www.ibm.com
3.
Left brackets is an element of the start tag, it and mark name by Spaces between can't.
左尖括号是一个元素的开始标记,它与标记名之间不能由空格。
www.ymkchina.com
4.
Checks if the current node is a start tag or an empty element tag.
检查当前节点是否是开始标记或空的元素标记。
msdn2.microsoft.com
5.
Tests if the current content node is a start tag.
测试当前内容节点是否是开始标记。
msdn2.microsoft.com
6.
And positions the cursor after the ID start tag.
并将光标置于ID开始标记的后面。
msdn2.microsoft.com
7.
An element start tag is being written.
正在写入元素开始标记。
msdn2.microsoft.com
8.
Elements are delimited by a start tag, such as , and an end tag, such as .
元素使用起始标记,如和结束标记,如分隔开。
www.ibm.com
9.
An empty element has a start tag, but no end tag.
空元素有开始标记,但没有结束标记。
msdn2.microsoft.com
10.
True if MoveToContent finds a start tag or empty element tag; false if a node type other than XmlNodeType. Element was found.
如果MoveToContent找到开始标记或空元素标记,则为true;如果找到不同于XmlNodeType.Element的节点类型,则为false。
msdn2.microsoft.com
1.
Method, which is invoked when the start tag is encountered.
方法,它是在遇到开始标记时调用的。
www-128.ibm.com
2.
Or typed node start tag.
或类型节点开始标记中使用。
www-128.ibm.com
3.
The major issue is that some of the innermost elements have a start tag but no ending tag, which is required for XML.
最主要的问题是某些最里面的元素具有一个开始标记,却没有结束标记,而这是XML所必需的。
www.ibm.com
4.
If you have a start tag, you must have an end tag.
有起始标记必须有结束标记。
www.ibm.com
5.
Start tag: required, End tag: required
开始标签:必须,结束标签:必须
blog.sina.com.cn
6.
For example, if you type the following start tag
例如,如果您键入以下开始标记
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 1:34:15