The title text is preceded by the start tag .
这个title文本被以为开始标记,相应的为结束标记。
If you have a start tag, you must have an end tag.
有起始标记必须有结束标记。
Leaves the parse positioned following the start tag.
使解析的位置保留在开始标记之后。
A space immediately following the start tag is deleted.
会删除紧接在开头标记后的空白。
StartElement which the parser calls when it reads a start tag.
startElement,语法分析器读取到开始标记时调用它。
startTag(nsi, name) -- Generates start tag without attributes.
startTag(nsi,name)-生成不带属性的开始标记。
Attributes are always added to the start tag of an HTML element.
属性应该添加在HTML元素里的起始标签中。
Attributes are name-value pairs attached to an element's start tag.
属性是附加到元素起始标记上的名值对。
Elements are delimited by a start tag, such as, and an end tag, such as.
元素使用起始标记,如和结束标记,如分隔开。
In the original document-level format, every start tag was paired to an end tag.
在原始文档级别格式中,每个开始标记与一个结束标记配对。
StartTagAttributes (nsi, name) — Generates start tag with attributes to be added.
startTagAttributes (nsi,name) -生成要添加属性的开始标记。
The number of namespace declarations that can appear in a single start tag is unlimited.
不限制在单个开始标记中可以出现的名称空间声明的数量。
AttributeText (ns, name) — Gets text value of required attribute from current start tag.
attributeText (ns,name) -从当前的开始标记获取所需属性的文本值。
That is, just before the start tag that indicates the beginning of a serialized object.
即正好位于指示序列化对象开始的开始标记之前。
When overridden in a derived class, writes out a start tag with the specified local name.
当在派生类中被重写时,写出具有指定的本地名称的开始标记。
Make all namespace declarations up in the start tag of the document element if at all possible.
如果可能,将所有名称空间的声明都编排到文档元素的开始标记中。
Reduce the whitespace within the a start tag so that there is a single space before each attribute.
减少a起始标签中的空格,每个属性之前只留下一个空格。
In this example, notice that the element carries the declaration of the xi prefix inside its own start tag.
在这个示例中,请注意元素在其自己的开始标记内声明了xi前缀。
Attribute (nsi, name, value) — Adds attribute to current start tag (value may be String or primitive type).
attribute (nsi,name,value) -将属性添加到当前的开始标记(值可能是String或基本类型)。
This method reads the start tag, the contents of the element, and moves the reader past the end element tag.
此方法读取开始标记、元素内容,并将读取器移到结尾元素标记之后。
When overridden in a derived class, writes the specified start tag and associates it with the given namespace.
当在派生类中被重写时,写出指定的开始标记并将其与给定的命名空间关联起来。
At the very first start tag of the document (the root element tag), I retrieve the kind attribute from this element.
从文档的第一个起始标签开始(根元素标签),我从该元素中检索kind属性。
The major issue is that some of the innermost elements have a start tag but no ending tag, which is required for XML.
最主要的问题是某些最里面的元素具有一个开始标记,却没有结束标记,而这是xml所必需的。
The start tag will invoke the pattern template and dump the result into the specified resource, in our case, dump.xml.
这个start标记将调用模式模板,并将结果转储到指定的资源,在我们的示例中,是dump . xml文件。
Internally, Xerces stores namespace declarations with the rest of the attributes that are specified on an element start tag.
在内部,Xerces将名称空间声明和在元素起始标签中指定的其他属性存储在一起。
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解析器的)。
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变得更短,因为属性只需一个标记,而元素则需要一对开始标记和结束标记。
Add another start tag, as shown in the bold text in Listing 5 (or copy it from C:\DPTKArticles\Part1\CodeSnippet1.txt from the download file).
添加另一个start标记,如清单5中的粗体文本所示(或从下载文件的C:\DPTKArticles\Part1\CodeSnippet1.txt 中进行复制)。
Add another start tag, as shown in the bold text in Listing 5 (or copy it from C:\DPTKArticles\Part1\CodeSnippet1.txt from the download file).
添加另一个start标记,如清单5中的粗体文本所示(或从下载文件的C:\DPTKArticles\Part1\CodeSnippet1.txt 中进行复制)。
应用推荐