com.sun.tools.xjc.reader.dtd
final class Occurence extends Term
Field Summary | |
---|---|
boolean | isOptional |
boolean | isRepeated |
Term | term |
Constructor Summary | |
---|---|
Occurence(Term term, boolean optional, boolean repeated) |
Method Summary | |
---|---|
void | addAllElements(Block b) |
boolean | isOptional() |
boolean | isRepeated() |
void | normalize(List<Block> r, boolean optional) |
static Term | wrap(Term t, int occurence) |