但有时直接从XSLT调用一个已有的实例函数比较方便。
However, sometimes it's convenient to invoke a preexisting instance function directly from XSLT.
因为这是一个实例函数而不是一个静态的功能就像你第一,你称这是对一个对象。
Since this is an instance function and not a static function like your first, you are calling it on an object.
BPC提供用来查询和删除过程和任务实例的函数。
BPC provides functions to query and delete process and task instances.
实例是将类对象作为函数调用而创建的。
Instances are created by calling the class object as a function.
您可以使用上面的任意函数自动填充实例节点。
You can use any of these functions to automatically populate an instance node.
此函数不对事件的当前实例计数。
This function does not count the current instance of the event.
如果您遇到一个需要使用正则表达式函数的实例,则您将很可能要创建用户定义的函数来处理您的要求。
If you come across an instance where you need to use regular expression functions, then you will likely have to create user-defined functions to handle your requirement.
因此在编写一个全新的扩展函数时,实例方法并非首选。
Thus they're rarely the first choice when writing a new extension function.
BTYPE列显示对象类型:'T' 表示表,'I' 表示索引,'F' 表示函数实例。
The BTYPE column identifies the object type: 'T' for table, 'I' for index, and 'F' for function instance.
至少在形式上,实例化对象与调用函数相似。
In form at least, instantiating an object is similar to calling a function.
测量实例1:函数列表视图。
该处理程序获取DFATable的实例,并使用move函数来转换到新状态(在给定xml元素的情况下)。
The handler takes an instance of DFATable and USES the move function to transition to a new state given the XML element.
创建一个Xyz对象实例的函数。
清单3中的代码片段显示了onreadystatechange回调函数的典型实例化示例。
The snippet in Listing 3 shows an example of a typical incarnation of the onreadystatechange callback function.
测量实例2:函数详细视图Function详细视图。
在创建Organizer实例时会调用这个函数。
该函数创建一个空文档实例,然后使用load函数读入清单1 (labels . xml)。
This function creates an empty document instance and then reads in Listing 1 (labels.xml) using the load function.
在这种情况下,需要覆盖XMLHttpRequest实例的onreadystatechange函数以便您可以为这个异步请求设置一个callback函数。
In such cases, you need to override the onreadystatechange function of the XMLHttpRequest instance so that you can set a callback function for the asynchronous request.
使用elementtree以及elementtree实例的.write方法,通过便利函数elementtree . elementtree . dump可以序列化单独的element实例。
With elementtree, along with the.write method of elementtree instances, individual element instances can be serialized with the convenience function elementtree.ElementTree.dump .
这个行为在DI世界中称作构造函数注入,因为实例是通过一个构造函数传递的。
This behavior is referred to in the DI world as constructor injection, because the instance is passed through one of the constructors.
因为本实例没有任何特殊的构造函数、操作、属性或引用,所以不需要这些调用。
This instance doesn't have any special constructors, operations, attributes, or references, so these calls aren't required.
但是在我们对超类所知的一切只限于它是类型参数的实例化时,对于什么样的构造函数可用于给定的实例化,我们没有任何概念。
But when all we know about our superclass is that it's some instantiation of a type parameter, we have no idea what constructors will be available for a given instantiation.
现在我们不依赖于外部的全局对象,只是通过构造函数传递对象实例。
Now we don't depend on external global objects, just on the instances passed in the constructor.
泛型类可被视为将它们的参数映射成新实例化的函数。
Generic classes can be viewed as functions mapping their arguments to new instantiations.
此外,枚举类型支持拥有构造函数、实例方法和变量,等等。
In addition, enumerated types support having constructors, instance methods, and variables, among other things.
清单1实例化一个默认的树查看器;您也可以定制树,并用树对象作为参数,用构造函数实例化树查看器。
Listing 1 instantiates a default tree viewer; you can also customize the tree and instantiate the tree viewer by using a constructor with a tree object as the parameter.
请注意,站点的构造函数接受设计器宿主实例。
Note that the site's constructor accepts a designer host instance.
在大约200,000个通用构造函数调用的实例上,两种算法大约90%的时候都可以预测到结果。
On approximately 200,000 instances of generic constructor invocations, both algorithms predicted the correct result approximately 90 percent of the time.
同时也创建了用于设置这个实例变量的构造函数。
It also creates a constructor that sets this instance variable.
同时也创建了用于设置这个实例变量的构造函数。
It also creates a constructor that sets this instance variable.
应用推荐