• The default prefix used is EXPR.

    默认的前缀是EXPR。

    youdao

  • Note that the RSS_URI constant represents the default prefix, so an empty string is used as the prefix.

    注意,RSS_URI常量代表默认前缀,因此一个空字符串用作前缀。

    youdao

  • The second one declares that there is a default namespace for those elements that lack a prefix.

    第二种声明,对于那些没有前缀的元素存在一个缺省名称空间。

    youdao

  • Because a namespace prefix in a parent node can be overridden by a child node, for example default namespace, a namespace is not copied again if it has been copied to the target.

    由于父节点的名称空间前缀可以被一个子节点覆盖,比如默认名称空间,因此如果名称空间已被复制到目标,那么就不会再次复制该名称空间。

    youdao

  • Even default namespaces have to be qualified with a prefix.

    即使是默认名称空间也必须用一个前缀进行限定。

    youdao

  • The use of a default namespace avoids the need to explicitly prefix names from that namespace.

    使用缺省名称空间避免了对那个名称空间中的名称明确地添加前缀的需要。

    youdao

  • Listing 39 is an XSLT in which the XML document's default namespace is assigned a prefix.

    清单39是一个XSLT,其中XML文档的默认名称空间被分配一个前缀。

    youdao

  • All references to data explicitly state the namespace at each node, avoiding confusion that can arise when allowing the default namespace, where no prefix is used.

    所有数据引用都显式表明每个节点上的名称空间,避免在允许默认名称空间(其中不使用前缀)时可能产生的混乱。

    youdao

  • The first element has no namespace prefix, so it is attached to the default namespace.

    第一个元素没有命名空间前缀,因此它属于缺省的命名空间。

    youdao

  • The default child elements in the body of SOAP messages are unqualified, that is, the elements do not have a namespace prefix.

    SOAP消息体中的缺省子元素未限定,即该元素没有命名空间前缀。

    youdao

  • The prefix is optional because a special syntactical form allows you to specify a default namespace which is associated with qnames that have no prefix.

    前缀是可选的,因为有一种特殊的语法形式允许指定默认名称空间,默认名称空间与没有前缀的qname关联。

    youdao

  • Here's how to rewrite the XQuery in Listing 12 to use a namespace prefix rather than a default namespace.

    下面看看如何重新编写清单12中的XQuery,在其中使用一个名称空间前缀,而不是使用默认名称空间?

    youdao

  • Another version only takes a namespace URI and local name; this one writes elements without a prefix (assuming the namespace URI is the default namespace in the context).

    另一个版本只包含名称空间uri和本地名称;这个版本编写没有前缀的元素(假设此名称空间是上下文默认的名称空间)。

    youdao

  • You can adapt the XML syntax that defines the prefix and URI mappings to provide what is termed a "Default" namespace declaration.

    您可以采用xml语法来定义前缀和URI映射,以便提供所谓的“缺省(Default)”名称空间声明。

    youdao

  • Leave the Prefix field blank to use this as the default namespace, as shown in Figure 7.

    将Prefix字段留空,使用这个URI作为默认名称空间,如图7所示。

    youdao

  • It also specifies some parameters to use for XHTML conversion, including the default URL prefix to use for internal wiki links.

    它还指定了一些用于XHTML转换的参数,包括内部wiki链接的默认url前缀。

    youdao

  • The Generate a custom portlet class option is selected, and the default Package prefix is set to com.ibm.flexwebservice and the default class prefix is set to FlexWebServicePortlet.

    选择了Generateacustomportletclass选项,默认的Packageprefix被设置为com . ibm . flexwebservice,默认的class prefix被设置为FlexWebServicePortlet。

    youdao

  • Method getPrefix() is a shorthand for getting the namespace attribute's local name (unless it is a default namespace declaration, in which case the prefix is an empty string rather than "xmlns").

    方法getPrefix()是获得名称空间属性的本地名的快捷方式(除非是默认名称空间声明,这种情况下前缀是一个空字符串而非 “xmlns”)。

    youdao

  • In each case, use of the XML prefix means that they are in a namespace that is defined by default for every XML document.

    在每种情况下,使用xml前缀都意味着它们是在缺省情况下为每个xml文档定义的名称空间中。

    youdao

  • However, some people may experience prefix fatigue or feel that one namespace applies to the real content of the document and that making it the default is a way to make that distinction.

    不过,有些人可能感到前缀很累人,或觉得一个名称空间可应用于文档的实际内容,而且把它设为缺省值是进行区别的一种方法。

    youdao

  • By default, there is support for in-process, IPC, multicast, and TCP, and switching between all of them is as simple as changing the prefix on your connection string.

    缺省情况下支持进程内通讯、IPC、广播和TCP。此外,协议间切换非常简单,仅需更改连接字符串的前缀即可。

    youdao

  • By default, elements with a local declaration are unqualified (they take no namespace prefix) in the XML document.

    在默认情况下,XML文档中具有局部声明的元素是非限定的(它们没有名称空间前缀)。

    youdao

  • Since XML Namespaces 1.0 does not allow application of the default namespace to attributes, we must explicitly specify the prefix to disambiguate.

    因为XMLNamespaces 1.0不允许应用程序将缺省名称空间用作属性,所以我们必须明确地指定前缀来消除歧义。

    youdao

  • Guidelines 10 and 11 specify that the IXRetail namespace be specified as the default namespace; as a result, no prefix is needed for its global names.

    指导原则10和11规定:IXRetail名称空间应指定为缺省名称空间;因此,它的全局名称就不需要前缀。

    youdao

  • Indeed, when the XML document USES the default namespace, the XPath expression must use a prefix even though the target document does not.

    事实上,如果XML文档使用默认名称空间,那么尽管目标文档没有使用前缀,XPath表达式也必须使用前缀。

    youdao

  • I have also defined a couple more namespaces and prefixes which feature, of course, the SVG namespace (made default) and the XML Events namespace (with the ev prefix).

    我还定义了另外两个名称空间和前缀,当然就是SVG名称空间(设置成默认名称空间)和XMLEvents名称空间(前缀是ev)。

    youdao

  • XSLT 2.0 and XPath 2.0 do not change the default interpretation of a name test with no prefix.

    XSLT 2.0和XPath 2.0并未改变对不带前缀的名称测试的默认解释方式。

    youdao

  • By default, the directories are rooted at /usr/local, although you can change the target root with the --prefix=/some/full/path/name option to ./configure.

    默认情况下,安装的根目录为 /usr/local,但您可以对./configure使用 --prefix=/some/full/path/name选项来更改根目录。

    youdao

  • When set to true (the default), the parser recognizes namespaces and resolves prefix when calling ContentHandler's methods.

    如果将它设置为true(缺省值),则在调用ContentHandler的方法时,语法分析器将识别出名称空间并解析前缀。

    youdao

  • All other elements should be in the default namespace, with no prefix.

    所有其他的元素应该使用默认的命名空间,没有前缀。

    youdao

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

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

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