| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.xs.util.DTDParser.ChildToken
| Field Summary | |
| static int | CHOICEType of a NAME token; see DTDParser.parseChildren(XsTTopLevelElement, String, Locator)for the definition of CHOICE. | 
| static int | SEQUENCEType of a NAME token; see DTDParser.parseChildren(XsTTopLevelElement, String, Locator)for the definition of SEQUENCE. | 
| Constructor Summary | |
| protected  | DTDParser.ChildToken(int pType,
                     java.lang.String pMultiplicity) | 
| Method Summary | |
|  void | add(DTDParser.ChildToken pToken)Adds a token to the list of tokens. | 
|  void | add(java.lang.String pName)Adds a name to the list of tokens. | 
|  java.lang.Object[] | getChilds()Returns the tokens childs. | 
|  java.lang.String | getMultiplicity()Returns the tokens multiplicity. | 
|  int | getType()Returns the token type; either of SEQUENCE, orCHOICE. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final int SEQUENCE
DTDParser.parseChildren(XsTTopLevelElement, String, Locator)
 for the definition of SEQUENCE.
public static final int CHOICE
DTDParser.parseChildren(XsTTopLevelElement, String, Locator)
 for the definition of CHOICE.
| Constructor Detail | 
protected DTDParser.ChildToken(int pType,
                               java.lang.String pMultiplicity)
| Method Detail | 
public int getType()
SEQUENCE, or CHOICE.
public void add(DTDParser.ChildToken pToken)
public void add(java.lang.String pName)
public java.lang.Object[] getChilds()
public java.lang.String getMultiplicity()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||