• To make this code a bit more robust, use a regular expression rather than assuming that the start-tag is exactly as shown above. In particular, you can account for a variety of possible attributes

    为了使代码更加健壮,可以使用正则表达式不是假定起始标签和前面相同。

    youdao

  • Make all namespace declarations up in the start tag of the document element if at all possible.

    如果可能所有名称空间声明编排到文档元素开始标记中。

    youdao

  • If the child component includes one or more attributes, though, this sequence is complicated by the need to write the attributes to the element start tag as a separate step.

    如果组件包含多个属性那么这个过程复杂一些因为单独步骤元素开始标记写入属性。

    youdao

  • The major issue is that some of the innermost elements have a start tag but no ending tag, which is required for XML.

    最主要问题某些最里面元素具有一个开始标记没有结束标记,而这xml所必需

    youdao

  • Since any given element is contained within the start and end tag of its containing element, the structure has to form a tree.

    由于任何给定元素包含在包容元素的开始结束标记之内,因此结构必然树型。

    youdao

  • One version that takes a prefix, local name, and namespace URI binds the prefix to the namespace in the new context created by the element's start tag.

    其中一个版本包括前缀本地名称名称空间uri,此版本将前缀绑定元素开始标记创建新的上下文中的名称空间。

    youdao

  • An element representation is created when the parser reports the element start tag, but the initial form of that element is essentially just a shell which holds a reference to the parser.

    解析报告元素开始标记创建元素表示但是元素初始形式仅仅只是其中保存解析器的引用

    youdao

  • 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变得更短因为属性只需一个标记,而元素则需要一对开始标记结束标记。

    youdao

  • Leaves the parse positioned following the start tag.

    使解析位置保留开始标记之后。

    youdao

  • Next month, we'll start talking about JSP custom tags and the JSP Standard tag Library (JSTL).

    下个我们开始讲述JS p自定义标记JSP标准标记(JSTL)。

    youdao

  • An element usually consists of two tags, a start tag and an end tag, each of which is bracketed by an open and a close. XML is case sensitive and does not ignore white space.

    元素通常包括两个标记起始标记一个结束标记,分别和表示。XML大小写敏感而且空白有意义的。

    youdao

  • Another best practice is to make all the necessary associations up in the start tag of the document element, so that they apply throughout the whole document.

    另一个最佳实践document元素开始标记设置所有必要的关联以便这些关联应用于整个文档

    youdao

  • AttributeText (ns, name) — Gets text value of required attribute from current start tag.

    attributeText (ns,name) -当前开始标记获取所需属性文本

    youdao

  • In this example, notice that the element carries the declaration of the xi prefix inside its own start tag.

    这个示例中,请注意元素自己的开始标记声明xi前缀

    youdao

  • StartElement which the parser calls when it reads a start tag.

    startElement语法分析器读取到开始标记调用

    youdao

  • StartTagAttributes (nsi, name) — Generates start tag with attributes to be added.

    startTagAttributes (nsi,name) -生成添加属性开始标记

    youdao

  • Once you've defined a TLD file, you can start using the tag in JSPs, as in the following example.

    一旦定义了TLD文件可以开始JS p使用标记下面示例所示。

    youdao

  • First, it's my HTML parser, with a callback method (handle_starttag) whenever a start HTML tag is encountered.

    首先可以用作html解析器,只要碰到开始的HTML标记都会提供一个回调方法(handle_starttag)。

    youdao

  • At the very first start tag of the document (the root element tag), I retrieve the kind attribute from this element.

    文档的第一起始标签开始(元素标签),元素中检索kind属性

    youdao

  • 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字节标记。

    youdao

  • writes the content (the text between the start and end tag in an XML file) for the one node described by its node attribute.

    ——写入node 属性描述一个节点内容(XML文件开始结束标记之间文本)。

    youdao

  • startTag(nsi, name) -- Generates start tag without attributes.

    startTag(nsi,name)-生成属性开始标记

    youdao

  • AttributeInt (ns, name, DFLT) — Gets int value of optional attribute from current start tag (returning default value if attribute is not present).

    attributeInt (ns,name,dflt) -当前开始标记获取可选属性int(如果该属性存在,那么返回缺省值)。

    youdao

  • 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解析器的)。

    youdao

  • Attribute (nsi, name, value) — Adds attribute to current start tag (value may be String or primitive type).

    attribute (nsi,name,value) -属性添加当前开始标记(可能String基本类型)。

    youdao

  • 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 中进行复制)。

    youdao

  • Additionally, all tag attributes must have a start and an end quote, and tags must not become entangled, as happens so often in HTML development.

    此外所有标记属性必须一个起始引号结束引号,并且这些标记都必须被括住HTML开发中那样

    youdao

  • When we detect an open bracket, we have found the start of a tag and return the collected characters after we have reversed their sequence.

    检测到括号时,我们找到标签开头收集到字符逆转顺序之后返回

    youdao

  • In order to conform to the SAX API, the parser must iterate over the set of attributes to remove any namespace declarations, even when no namespace declarations have been specified on the start tag.

    为了SAXAPI一致解析器必须历所有属性删除名称空间声明即使起始标签中没有指定名称空间声明,它也会这样做。

    youdao

  • Empty elements are converted to start-end tag pairs.

    将空元素转化起始-结束标签对。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定