com.sun.tools.xjc.reader.dtd

Class Block

final class Block extends Object

Field Summary
Set<Element>elements
Elements that belong to this block.
booleanisOptional
booleanisRepeated
Constructor Summary
Block(boolean optional, boolean repeated)

Field Detail

elements

final Set<Element> elements
Elements that belong to this block.

We want to preserve the order they are added, but we don't want dupliates.

isOptional

final boolean isOptional

isRepeated

final boolean isRepeated

Constructor Detail

Block

Block(boolean optional, boolean repeated)