com.sun.msv.grammar.relax
Interface RELAXExpressionVisitorBoolean

All Superinterfaces:
ExpressionVisitorBoolean
All Known Implementing Classes:
ExportedHedgeRuleChecker

public interface RELAXExpressionVisitorBoolean
extends ExpressionVisitorBoolean

RELAX version of ExpressionVisitorBoolean.

Author:
Kohsuke KAWAGUCHI

Method Summary
 boolean onAttPool(AttPoolClause exp)
           
 boolean onElementRules(ElementRules exp)
           
 boolean onHedgeRules(HedgeRules exp)
           
 boolean onTag(TagClause exp)
           
 
Methods inherited from interface com.sun.msv.grammar.ExpressionVisitorBoolean
onAnyString, onAttribute, onChoice, onConcur, onData, onElement, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onOther, onRef, onSequence, onValue
 

Method Detail

onAttPool

public boolean onAttPool(AttPoolClause exp)

onElementRules

public boolean onElementRules(ElementRules exp)

onHedgeRules

public boolean onHedgeRules(HedgeRules exp)

onTag

public boolean onTag(TagClause exp)


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