org.apache.ws.jaxme.xs.util
protected static class DTDParser.ChildToken extends Object
Field Summary | |
---|---|
static int | CHOICE Type of a NAME token; see
DTDParser
for the definition of CHOICE. |
static int | SEQUENCE Type of a NAME token; see
DTDParser
for the definition of SEQUENCE. |
Constructor Summary | |
---|---|
protected | ChildToken(int pType, String pMultiplicity) |
Method Summary | |
---|---|
void | add(DTDParser.ChildToken pToken) Adds a token to the list of tokens. |
void | add(String pName) Adds a name to the list of tokens. |
Object[] | getChilds() Returns the tokens childs. |
String | getMultiplicity() Returns the tokens multiplicity. |
int | getType() |