sk.uniba.euromath.document.schema.impl.tools
Class AcceptedContent

java.lang.Object
  extended by sk.uniba.euromath.document.schema.impl.tools.AcceptedContent

public final class AcceptedContent
extends Object

Holds result of AcceptedContentComputer class.

Author:
Martin Vysny

Method Summary
 boolean acceptString()
          May also string be first?
 Set<com.sun.msv.grammar.ElementExp> getExps()
          Set of ElementExp s found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExps

public Set<com.sun.msv.grammar.ElementExp> getExps()
Set of ElementExp s found.

Returns:
Set of ElementExp s found.

acceptString

public boolean acceptString()
May also string be first?

Returns:
true when acceptor from given expression accepts string also.


Copyright © 2003-2006 null. All Rights Reserved.