NamespaceSupport is a SAX-defined class to process namespaces.
NamespaceSupport是一个由SAX定义的、处理名称空间的类。
Here we have two user-defined class loaders, MCL1 and MCL2.
在这里有两个用户定义的类装入器,即mcl1和mcl2。
Each data element name shall have one class word taken from a pre-defined class word list.
每个数据元素名称应该有一个取自预定义类单词列表的类单词。
The ability to define a new class that is a modified version of a previously defined class.
继承:基于已定义过的类,进行修改来定义一个新类,这种特性就是继承。
The element contains the user-defined class definition the RPCAdapter will instantiate to invoke the method.
元素包含用户定义的类定义,RPCAdapter将实例化此类定义以调用方法。
This TestSuite class, like any other statically defined class, can be easily debugged using your favorite debugger.
这个testsuite类像所有其他静态定义的类一样,可以用喜爱的调试程序容易地调试。
A similar but more subtle problem emerges when user-defined class loaders are employed: the class we actually call may not be the one we expected to call.
类似的,当开发者使用自己的类加载器的时候,一个更微妙的问题就发生了:我们实际调用的那个类可能不是我们期望的那个类。
But to be able to reach any private data within a user defined class you have to declare the global function as a friend within the definition of the class.
为了访问一个用户定义的类里的私有数据,你必须声明全局函数为友元函数,并且在类中定义。
Class a is on the classpath of the system class loader, and a's superclass, B, is on the classpath of a user-defined class loader, which is a child of the system class loader.
类a在系统类装入器的类路径中,而A的超类b,在用户自定义的类装入器的类路径中,这个类装入器是系统类装入器的孩子。
Inheritance is the means by which objects of a class can access member variables and functions contained in previously defined class, without having to restate those definitions.
继承是一种方法,通过它,类的对象可以访问以前精确定义过的类中的成员变量和函数,而不用重新声明那些定义。
Text classification is an important branch in data mining filed, which is responsible for automatically dealing with those class-unknown texts and judging which pre-defined class sets they reside in.
文本分类是数据挖掘领域中重要分支之一,其任务是对未知类别的文本进行自动处理,判断它们所属的预定义类别集合中的类别。
It also includes details of the constructors, fields, and methods defined by the class.
它还包括该类定义的构造函数、字段和方法的详细信息。
Now that I have my test class defined I can start developing (and testing) the application.
定义了测试类后,就可以开始开发(并测试)这个应用程序了。
The API method implementations are defined in the controller class as public instance methods.
API方法实现是作为公共实例方法定义在控制器类中的。
This stage prepares the necessary data structures that represent fields, methods, and implemented interfaces that are defined within each class.
这个阶段准备代表每个类中定义的字段、方法和实现接口所必需的数据结构。
Instances of a class have specific values for the properties defined at the class level.
一个类别的例证具有一个在类别层定义的特定属性值。
Each application is given an ID statically defined in the class as shown in listing 3.
每个应用程序被赋予一个由该类定义的静态ID,如清单3所示。
Closures defined within a class are fundamentally the same as those defined outside an object.
在类中定义的闭包基本上与在对象外部定义的闭包相同。
Multiple endpoints that implement different bindings can be defined by service class (Figure 12).
实施不同绑定的多个末端点可以由服务类来定义(图12)。
There are eight actions specified, defined below using the class names in our example implementation.
有八个指定的操作,下面的代码用我们示例实现中的类名定义了这些操作。
A field descriptor specifies the exact type of a field defined within a class.
字段描述符指定类中定义的一个类的准确类型。
Often, you'd see the listener defined as an inline anonymous class.
通常,您会看到侦听器被定义为内嵌匿名类。
The service class implements the methods defined in the API class.
该服务类将实现api类中定义的方法。
The other member variables Content Assist is picking up are from another class, defined later.
ContentAssist挑选出的其他成员变量来自后面定义的另一个类。
If a _metaclass_ hook is defined after the class initializer, it silently overrides it.
如果_ metaclass _钩子在类初始化器之后定义,它会静静地覆盖类初始化器。
The link has a new CSS class, defined in the iPhone CSS file.
该链接有一个新css类,该类是在iPhone CSS文件中定义的。
The Extract interface refactoring makes an interface out of the methods defined in a class.
ExtractInterface重构可以从一个类的已定义的方法生成一个接口。
With your simple class defined, let's look at how you use the class in Ceylon.
既然定义了简单的类,我们来看看如何在Ceylon中使用这个类。
When you've defined your application class, place the following macro somewhere in your code.
定义了应用程序类之后,在代码中放上如下的宏。
Notice in the following code how the class uses the constants you defined in the PreferencesConstants class.
在下面的代码中,请注意该类是如何使用您在PreferencesConstants 类中定义的常量的。
应用推荐