convert.xml.dtd.om
Class ModelGroup
java.lang.Object
convert.xml.dtd.om.ModelGroup
- Direct Known Subclasses:
- Any, Choice, ElementRef, ModelGroupRef, OneOrMore, Optional, Pcdata, Sequence, ZeroOrMore
public abstract class ModelGroup
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHOICE
public static final int CHOICE
- See Also:
- Constant Field Values
SEQUENCE
public static final int SEQUENCE
- See Also:
- Constant Field Values
ONE_OR_MORE
public static final int ONE_OR_MORE
- See Also:
- Constant Field Values
ZERO_OR_MORE
public static final int ZERO_OR_MORE
- See Also:
- Constant Field Values
OPTIONAL
public static final int OPTIONAL
- See Also:
- Constant Field Values
MODEL_GROUP_REF
public static final int MODEL_GROUP_REF
- See Also:
- Constant Field Values
ELEMENT_REF
public static final int ELEMENT_REF
- See Also:
- Constant Field Values
PCDATA
public static final int PCDATA
- See Also:
- Constant Field Values
ANY
public static final int ANY
- See Also:
- Constant Field Values
ModelGroup
public ModelGroup()
getType
public abstract int getType()
accept
public abstract void accept(ModelGroupVisitor visitor)
throws java.lang.Exception
- Throws:
java.lang.Exception