|
Class Summary |
| Attrib |
Definition of an attribute of a DTD and its properties |
| Elem |
Definition of an element of a DTD, and its properties |
| JoinLines |
JoinLines keeps track of which element or attribute on the frame
are being linked together for a AND or OR condition. |
| LinePoints |
LinePoints keeps track of the lines to be drawn for each link (AND or
OR) condition. |
| ParsedData |
ParsedData defines the basic datastructure for defining elements
and attributes. |
| PData |
All parsing (using IBM Alphaworks parser) and mapping a DTD to
a ParsedData structure is done by this class. |