|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpFinderLevel | |
---|---|
sk.uniba.euromath.document.schema.impl.tools | Tools. |
Uses of ExpFinderLevel in sk.uniba.euromath.document.schema.impl.tools |
---|
Methods in sk.uniba.euromath.document.schema.impl.tools that return ExpFinderLevel | |
---|---|
static ExpFinderLevel |
ExpFinderLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExpFinderLevel[] |
ExpFinderLevel.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in sk.uniba.euromath.document.schema.impl.tools with parameters of type ExpFinderLevel | |
---|---|
com.sun.msv.grammar.ElementExp |
ExpFinder.getExpression(Element e,
ExpFinderLevel level)
Returns the ElementExp expression, that may validate
element e . |
Set<com.sun.msv.grammar.ElementExp> |
ExpFinder.getExpressionSet(Element e,
ExpFinderLevel level,
boolean validOnly)
Returns set of ElementExp expression, that can be used to
generate element e . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |