org.apache.ws.jaxme.xs.util
Class DTDParser.ChildToken
java.lang.Object
org.apache.ws.jaxme.xs.util.DTDParser.ChildToken
- DTDParser
protected static class DTDParser.ChildToken
extends java.lang.Object
CHOICE
public static final int CHOICE
SEQUENCE
public static final int SEQUENCE
ChildToken
protected ChildToken(int pType,
String pMultiplicity)
add
public void add(String pName)
Adds a name to the list of tokens.
getChilds
public Object[] getChilds()
Returns the tokens childs.
getMultiplicity
public String getMultiplicity()
Returns the tokens multiplicity.
getType
public int getType()