Click to return to the Content     
Microsoft Internet Compon...     CODE Element     Microsoft Internet Compon...    
Web Workshop  |  Content & Component Delivery

CLASS Element


Specifies a class within a Java package.

Syntax

<CLASS
    CLASSID="id"
    NAME="classname"
>

Attributes

CLASSID
Hexadecimal value, in globally unique identifier (GUID) format, that identifies the class file.
NAME
Required. String value representing the name of the class file. The .class file extension is required.

Element Information

Number of occurrences Any number
Parent elements PACKAGE
Child elements ICONISBEANTYPELIB
File formats supported OSD
Requires closing tag Yes

Example

This example shows how to specify a class within a Java package.

<CLASS NAME="Browserbean" CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}">
	<ISBEAN />
	<ICON FILENAME="Browser.ico" />
	<TYPELIB CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}" />
</CLASS>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.