com.sun.msv.grammar

Interface ExpressionVisitorVoid

Known Subinterfaces:
RELAXExpressionVisitorVoid
Known Implementing Classes:
AttributeWildcardComputer, CombinedChildContentExpCreator, DblAttrConstraintChecker, ExpressionWalker, IdAbuseChecker, PatternWriter, RunAwayExpressionChecker

public interface ExpressionVisitorVoid

ExpressionVisitor that returns void.
Author:
Kohsuke KAWAGUCHI

Method Summary

void
onAnyString()
void
onAttribute(AttributeExp exp)
void
onChoice(ChoiceExp exp)
void
onConcur(ConcurExp exp)
void
onData(DataExp exp)
void
onElement(ElementExp exp)
void
onEpsilon()
void
onInterleave(InterleaveExp exp)
void
onList(ListExp exp)
void
onMixed(MixedExp exp)
void
onNullSet()
void
onOneOrMore(OneOrMoreExp exp)
void
onOther(OtherExp exp)
void
onRef(ReferenceExp exp)
void
onSequence(SequenceExp exp)
void
onValue(ValueExp exp)

Method Details

onAnyString

public void onAnyString()

onAttribute

public void onAttribute(AttributeExp exp)

onChoice

public void onChoice(ChoiceExp exp)

onConcur

public void onConcur(ConcurExp exp)

onData

public void onData(DataExp exp)

onElement

public void onElement(ElementExp exp)

onEpsilon

public void onEpsilon()

onInterleave

public void onInterleave(InterleaveExp exp)

onList

public void onList(ListExp exp)

onMixed

public void onMixed(MixedExp exp)

onNullSet

public void onNullSet()

onOneOrMore

public void onOneOrMore(OneOrMoreExp exp)

onOther

public void onOther(OtherExp exp)

onRef

public void onRef(ReferenceExp exp)

onSequence

public void onSequence(SequenceExp exp)

onValue

public void onValue(ValueExp exp)