网站首页  词典首页

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

 

单词 Qname
释义

Qname

  • 网络限定名;限定名称;完整名称是限定名
1.
限定名
该值必须是限定名 (QName)。可选。
msdn.microsoft.com
2.
限定名称
如果此值为限定名称 (QName),属性节点将在当前绑定到前缀上的命名空间中创建,除非 namespace 属性重写此值。name 属 …
msdn.microsoft.com
3.
完整名称是限定名
声明的前缀可用在任何元素或属性名称的前面(用冒号分隔,例如,s:student)。这个包括前缀的完整名称是限定名 (QName) …
www.chinaitpower.com
4.
队列名称
附录 A 数据库模式 (N1 Grid Engine 6 用户指南) ... groupname 组名 qname 队列名称 hostname 主机名称 ...
docs.oracle.com
5.
限定的元素名称
用来定义要搜索的 XML 部分的 XPath 表达式没有包含名称空间前缀 —— 换句话说,没有包含完全限定的元素名称QName) …
www.ibm.com
6.
限定的名称
限定的名称 (QName) 是由前置词与本机部份所组成。前置词提供限定名称的命名空间前置词,而且必须是命名空间 URI 相关联。
support.microsoft.com
7.
伫列名称
项目评估与分析用语英语翻译(14) ... 四分之一寸匣 qic 伫列名称 Qname 品质评估 Q-rating ...
www.zftrans.com

例句

释义:
1.
If the name attribute contains a QName, the prefix specified there will be bound to the namespace specified in the namespace attribute.
如果name属性包含QName,指定的前缀将绑定到namespace属性所指定的命名空间上。
msdn2.microsoft.com
2.
Named constructs are referred to with a QName by other schema elements.
其他架构元素通过QName引用命名构造。
msdn2.microsoft.com
3.
But that method takes an int specifying the number of arguments that the function expects as well as a QName to identify it.
但该方法接收一个int参数,它指定函数需要的参数个数,以及标识函数的QName。
www.ibm.com
4.
takes an element node in an instance document, an element QName, and a sequence of schema document nodes.
获取实例文档中的一个元素节点、一个元素QName和一个模式文档节点的序列。
www.ibm.com
5.
QName, the parameters array, and the encoding style to the WS. Call object's invoke_rpc method, as shown in Listing 6.
我会将参数WS.QName、参数数组和编码样式传递到WS.Call对象的invoke_rpc方法,如清单6所示。
www.ibm.com
6.
I set the operation this Call object will invoke by passing in the port QName and the operation name for it to invoke.
我通过传入这个Call对象要调用的端口QName和操作名称来设置它将调用的操作。
www.ibm.com
7.
takes an instance element node, a type QName, and a sequence of schema document nodes.
获取一个实例元素节点、一个类型QName和一个模式文档节点的序列。
www.ibm.com
8.
Furthermore, it defines a special QName data type for strings that must be valid as qualified names.
而且,它为必须是有效限定名的字符串定义了一个专门的QName数据类型。
www.ibm.com
9.
name. Either a string or a WS. QName object specifying the name of the parameter.
一个指定参数名称的字符串或WS.QName对象。
www.ibm.com
10.
The entry ID attribute can be used to identify it, so you'll need a QName-ish value.
entryID属性用于识别字段,因此我们需要一个QName-ish值来表示它。
www.ibm.com
1.
This method takes a QName that identifies the variable and returns an object appropriate to the underlying data model.
该方法取得标识变量的QName,并根据底层的数据模型返回适当的对象。
www.ibm.com
2.
I then create a Service object supplying the URL of the WSDL implementation and the QName representing the port name.
然后,我创建一个Service对象(它提供WSDL实现的URL)和QName(它表示端口名称)。
www.ibm.com
3.
First, the qName, or qualified name, is the full name of the element, including any namespace prefix.
首先,qName(也称为限定名)是一个元素的完整名称,其中包括所有的命名空间前缀。
www.ibm.com
4.
The QName stores values for the local part, the namespace URI, and the corresponding prefix if available.
QName包含名称中的本地部分、名称空间URI、对应的前缀(如果可用的话)。
www.ibm.com
5.
create(QName serviceName) returns a service object for a service with the given name.
create(QNameserviceName)为带有给定名称的服务返回一个服务对象。
www.ibm.com
6.
For readability, I chose to replace HCNode with a class that inherits from QName.
为可读性起见,我选择用继承QName的类来代替HCNode。
www.ibm.com
7.
In cases where a named type and an anonymous type use the same QName, they are differentiated by the qnameScope property.
如果命名元素和匿名元素使用同样的QName,他们通过qnameScope属性来区分。
www.ibm.com
8.
That can be used to retrieve resource properties using QName or XPath queries.
它们可以用来通过QName或XPath查询来检索资源属性。
www-128.ibm.com
9.
XML Schema has a QName data type that is a good choice when you want to constrain a string to be a qualified name.
当您想将一个字符串约束成限定名称时,XML模式(XMLSchema)的QName数据类型是一个好的选择。
www.ibm.com
10.
Each implementation is identified by its ID (javax. xml. namespace. QName).
每个实现通过其ID(javax.xml.namespace.QName)来识别。
www.ibm.com
1.
The object key of Pattern 4 contains characters that are not valid for an XML QName.
样式4的对象键包含对XMLQName无效的字符。
www.ibm.com
2.
All I need to do is create a javax. xml. rpc. namespace. QName object which represents the type.
我所需要做的就是创建一个表示类型的javax.xml.rpc.namespace.QName对象。
www.ibm.com
3.
The reverse problem exists when an XSL stylesheet needs to generate qnames in WSDL document attributes.
当XSL样式表需要生成WSDL文档属性中的qname时,存在反向操作的问题。
www.ibm.com
4.
The scope of the XML schema type defined in the qname-scope element.
在qname-scope元素中定义的XMLSchema类型的范围。
www.ibm.com
5.
The run time system guarantees the correctness of the SOAPElement QName.
运行时系统保证SOAPElement的QName的正确性。
www.ibm.com
6.
The fully qualified XML schema type defined in the root-type-qname element.
在root-type-qname元素中定义的充分合格的XMLSchema类型。
www.ibm.com
7.
To manipulate the pair more efficiently, I've created the QName class.
为了更有效地操作URI和本地名称,我创建了QName类。
www.ibm.com
8.
The "qname" parameter passed in on initialization of the wrapper object is the XML Qualified name of the property that is being requested.
在包装对象初始化阶段传入的“qname”参数是所请求的属性的XML限定名称。
www.ibm.com
9.
So the qName of root is "root" , and the qName of article: root is "article: root" .
因此root的qName是“root”,而article:root的qName是“article:root”。
www.ibm.com
10.
Well, first I create a QName representing the port name.
首先,我创建了一个表示端口名称的QName。
www.ibm.com
1.
The locid attribute is of type QName.
locid属性的类型为QName。
www.ibm.com
2.
Listing 4 is a test procedure I wrote to exercise QName.
清单4是我编写用来练习QName的测试过程。
www.ibm.com
3.
The first thing you will notice in the code in Listing 4 is that we define several QName objects.
在清单4中,首先要注意的是我们定义了一些QName对象。
www.ibm.com
4.
Attribute is a QName that is expanded.
属性的值为展开的QName。
msdn2.microsoft.com
5.
create(URL wsdlLocation, QName serviceName) returns a service object for the specified WSDL document and service name, as shown in Listing 5
create(URLwsdlLocation,QNameserviceName)为指定的WSDL文档返回服务对象并返回服务名,如清单5所示
www.ibm.com
6.
Technique 3: Extract the local name from a qname
技术3:从qname提取本地名称
www.ibm.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/13 5:29:03