setattribute
- 网络设置属性
-
With the infrastructure in place , I can intercept calls to setAttribute () and the invoke () method .
完成了基础架构后,就可以截获对setAttribute()和invoke()方法的调用了。
-
In addition , createScriptContext () defines the following script variables with the setAttribute () method of the script context
此外,createScriptContext()还通过脚本上下文的setAttribute()方法定义了如下的脚本变量
-
Some servers do not support anything but the basic requirement , which is to persist the attribute when a setAttribute method is called .
有些服务器并不支持基础需求(即在调用setAttribute时保存属性)之外的其他需求。
-
I can use a findNotificationInfo () method to find a notification info instance during a setAttribute () call or method invocation .
可以使用findNotificationInfo()方法在setAttribute()调用或者方法调用时查找通知信息实例。
-
You can add attributes using the setAttribute () method , which automatically creates a new ATTRIBUTE node if one does not already exist on the target element with the given name .
可以使用setAttribute()方法来添加属性,如果在目标元素中不存在给定名称的属性,该方法将自动创建一个新的ATTRIBUTE节点。
-
However , if you call setAttribute () and supply an attribute that does not exist , the DOM quietly adds the attribute , using the value you provide .
但是,如果调用setAttribute()并指定一个不存在的属性,DOM就会使用提供的值增加一个属性。
-
To send notifications , I override the setAttribute () and invoke () methods and check whether a call matches one of my notification info descriptors .
为了发送通知,我覆盖了setAttribute()和invoke()方法并检查调用是否匹配我的通知信息描述符。
-
An SDO does not only provide setattribute () operation for performing direct updates , but it also can track the changes if specified in its XML configuration using & block .
SDO不仅提供了用于执行直接更新的setattribute()操作,而且还可以跟踪更改(如果使用&块在其XML配置中进行指定的话)。
-
You can define template variables within the View through the setAttribute () method , and then access the variables within the template itself as keys of the $ t array .
您可以通过setAttribute()方法在视图内部定义模板变量,然后在模板内部以$t数组的键的形式访问这些变量。
-
Refactoring this is easy : I simply replace all the printlns with logic that places an instance variable in the HttpRequest object using the setAttribute () method .
重构这个应用程序很容易:只要将所有println替换成用setAttribute()方法,然后将实例变量放入HttpRequest对象的逻辑中即可。
-
Then , a JSP variable named varAlias is created in the page scope of the tag file with jspContext . setAttribute () .
然后,通过jspContext.setAttribute()在标记文件的页面范围内创建一个名为varAlias的JSP变量。