com.sun.tools.xjc.reader.dtd
abstract class Term extends Object
Field Summary | |
---|---|
static Term | EMPTY
Represents empty term.
|
Method Summary | |
---|---|
abstract void | addAllElements(Block b) |
abstract boolean | isOptional() |
abstract boolean | isRepeated() |
abstract void | normalize(List<Block> r, boolean optional) |
This special term is only used to represent #PCDATA-only content model.