内容包含在开始和结束标记之间。
只有当遇到结束标记时才刷新块。
在结束标记上方添加以下标记。
遇到结束标记时会调用此方法。
结束标记—永远不要忘记它们!
例如,每个段落标记都需要结束标记。
有起始标记必须有结束标记。
结束标记和是可选的,它可以自动终止。
The end tags and are optional and can be left off. Note that lists can be nested, one within another.
最后脚本结束标记。
元素使用起始标记,如和结束标记,如分隔开。
Elements are delimited by a start tag, such as, and an end tag, such as.
下一个事件指出product元素的结束标记。
The next event indicates the closing tag for the product element.
根元素的开始和结束标记用于包围XML文档的内容。
The root element's beginning and end tags surround your XML document's content.
resultListEnd是搜索结果的结束标记。
ResultListEnd is the marker for the end of the search results.
相反,XML则使用重复的开始和结束标记包装数据值。
In contrast, XML USES duplicate start and end tags to wrap data values.
开始和结束标记带有下划线用于阻止意外的字符串匹配。
Start and end each token with an underscore to prevent accidental string matches.
XML文档以根元素的结束标记作为结束的标志。
The XML document is completed with a close tag, for the root element.
在原始文档级别格式中,每个开始标记与一个结束标记配对。
In the original document-level format, every start tag was paired to an end tag.
以下是常用集合:开始标记、结束标记、遇到的元素文本等等。
These are the usual collection: a tag starts, a tag ends, element text is encountered, and so on.
endElement() ,语法分析器遇到结束标记时调用它
应用程序很可能已经拥有了写开始标记、结束标记和转义符的功能。
The application most likely has functions to write start tags, end tags, and escape characters already.
要使之格式良好,要么切换开始标记顺序,要么切换结束标记顺序。
To make this well-formed, you would need to switch either the opening tag order or the closing tag order.
XML文档必须包含每个元素匹配的开始标记和结束标记。
XML documents must contain matching start and end tags for each element.
endTag (nsi,name) -生成元素的结束标记。
这个title文本被以为开始标记,相应的为结束标记。
任何子元素都要完全包含在其父元素的开始和结束标记内部。
Any child element must be completely enclosed between the starting and end tags of its parent element.
浏览器在遇到存在错误的HTML如缺少结束标记时通常表现得很宽松。
Browsers are notoriously lenient when it comes to accepting HTML that contains flaws such as missing end tags.
您搜索的标准是前面没有正常的句子结束字符的段落结束标记。
The criterion you are looking for is end-of-paragraph tags that are not preceded by a normal end-of-sentence character.
注意您始终需要使用结束标记来终止列表,但是可选的,它可以自动终止。
Note that you always need to end the list with the end tag, but that the is optional and can be left off.
如果缺少结束标记,XML文档就不是结构良好的,解析器就不能正确地解析文档。
If you fail to include an end tag for each start tag, your XML document is not well-formed, and parsers will not parse the document properly.
处理程序一般在报告结束标记之前,需要做累积文本的工作,随后对文本做某些操作。
Your handler generally needs to accumulate text until the end tag is reported, and then do something with the text.
应用推荐