com.sun.msv.grammar
Interface ExpressionVisitorBoolean

All Known Subinterfaces:
RELAXExpressionVisitorBoolean
All Known Implementing Classes:
ExportedHedgeRuleChecker, ExpressionFinder

public interface ExpressionVisitorBoolean

ExpressionVisitor that returns boolean.

Author:
Kohsuke KAWAGUCHI

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

Method Detail

onAnyString

public boolean onAnyString()

onAttribute

public boolean onAttribute(AttributeExp exp)

onChoice

public boolean onChoice(ChoiceExp exp)

onConcur

public boolean onConcur(ConcurExp p)

onData

public boolean onData(DataExp exp)

onElement

public boolean onElement(ElementExp exp)

onEpsilon

public boolean onEpsilon()

onInterleave

public boolean onInterleave(InterleaveExp p)

onList

public boolean onList(ListExp exp)

onMixed

public boolean onMixed(MixedExp exp)

onNullSet

public boolean onNullSet()

onOneOrMore

public boolean onOneOrMore(OneOrMoreExp exp)

onOther

public boolean onOther(OtherExp exp)

onRef

public boolean onRef(ReferenceExp exp)

onSequence

public boolean onSequence(SequenceExp exp)

onValue

public boolean onValue(ValueExp exp)


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.