xui
- abbr.徐;X用户接口(X User Interface)
-
Next , the root-level data type element XUI states that
再次,根级别(root-level)数据类型元素XUI表明
-
Have a method with the following signature : public void init ( XUI document ) .
使一个方法带有以下签名:publicvoidinit(XUIdocument)。
-
We ended up writing our own lib for mobile called XUI to solve this .
我们最终完成了针对移动设备的自己的库,叫做XUI,来解决这个问题。
-
The Builder first ensures the XML document has been validated and parsed before it allows retrieval of a XUI document .
在允许检索一个XUI文档之前,Builder首先确保XML文档已经被验证和解析。
-
When the bind method of the XUI object is called , an instance of the BindingFactory is invoked .
调用XUI对象的bind方法时,BindingFactory的一个实例将被调用。
-
A Realizer object , called internally by the XUI object , is instantiated and made ready to perform the next step .
Realizer对象(在内部由XUI对象调用)被实例化并准备执行下一步。
-
Use the id values of the XML elements to reference the GUI components . ( This can be done using several different methods found within the XUI class . )
使用XML元素的id值引用GUI组件(这可以通过使用XUI中的几个方法实现)。
-
Each circled number in Figure 1 coincides with each commented number in Listing 4 although the code demonstrates two additional steps ( retrieve a reference to the XUI root node and marshal the DOM to file ) .
图1中的每个圈起来的数字对应清单4中每个加注释的数字,但代码展示了两个额外步骤(检索对XUI根节点的引用和将DOM编组到文件)。
-
Xmlns : xui = " http : / / xml . bcit . ca / PurnamaProject / 2003 / xui " identifies another namespace and its accompanying prefix .
xui=“http://xml.bcit.ca/PurnamaProject/2003/xui”识别另一个名称空间和它的对应前缀。