qjml
com.jxml.quick.model.qjml.
QMAbstract
The qjml element is the root element of the QJML.
Attributes:
ID
optional
Identifies the element.
JAR
optional
The full name (including version#) of the jar file containing the classes referenced by this QJML document.
String JAR
PUBLIC
optional
The PUBLIC identifier. (A URI naming the type of document.)
String PUBLIC
SYSTEM
optional
The SYSTEM identifier. (The URL of the DTD.)
String SYSTEM
root
required
The identifies the root coin.
String root
Content:
include
0 or more
A reference to another QDML document whose elements are to be included.
ArrayList includes
excludes
0 or more
A coin that is not to be included.
ArrayList excludeses
(
abstract
|
bean
|
interface
|
link
|
text
)
0 or more
In QDML, a Coin can define an XML element, or an XML attribute. More generally, a Coin defines a type of data element which may take one or more forms, including a Java class or scalar.
ArrayList coins