XML FOR DOMINO


javaproject element
Represents a container for multiple Java sources, resources, archives, and references to Java script libraries.

Containment Hierarchy

Contained by: %code.types;

Contains: <java>, <javaresource>, <javaarchive>, <sharedlibraryref>, <appletresourcefileref>

Syntax

<!ELEMENT javaproject ( (java | javaresource | javaarchive | sharedlibraryref | appletresourcefileref )* )>

Content

java | javaresource | javaarchive | sharedlibraryref | appletresourcefileref


Attributes

<!ATTLIST javaproject
class%string;#REQUIRED
codepath%string;#IMPLIED
imported%boolean;"false"
>

class


codepath
imported
See Also