| Frames | No Frames |
Constructors with parameter type com.wutka.dtd.DTDCardinal | |
Fields of type com.wutka.dtd.DTDCardinal | |
| DTDCardinal | Indicates no cardinality (implies a single object) |
| DTDCardinal | Indicates that there can be one-to-many occurrances of an item |
| DTDCardinal | Indicates that an item is optional (zero-to-one) |
| DTDCardinal | Indicates that there can be zero-to-many occurrances of an item |
| DTDCardinal | Indicates how often the item may occur |
Methods with parameter type com.wutka.dtd.DTDCardinal | |
| void | Sets the cardinality of the item |
Methods with return type com.wutka.dtd.DTDCardinal | |
| DTDCardinal | Retrieves the cardinality of the item |
| DTDCardinal | |