java (Domino DTD)
Represents code written in the Java programming language.
Containment Hierarchy
Contained by: <javaproject>
Syntax
<!ELEMENT java ( #PCDATA | nonxmlchar )*>
Content
#PCDATA | nonxmlchar
Contains either plain text or a hexadecimal version of a character which is not in the range of characters that XML processors are required to accept.
Attributes
<!ATTLIST java
Attribute | ||
---|---|---|
name |
%string; |
#REQUIRED |
>
name
Name of the Java source element. Use JavaAgent.java as the primary class for an agent.