Package | Description |
---|---|
com.sun.msv.grammar |
abstract grammar model(AGM): common part.
|
com.sun.msv.grammar.relax |
abstract grammar model(AGM): RELAX stub.
|
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
com.sun.msv.reader.relax.core.checker |
Non-essential schema conformance checks.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeExp.visit(ExpressionVisitorBoolean visitor) |
abstract boolean |
Expression.visit(ExpressionVisitorBoolean visitor) |
boolean |
ReferenceExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
OneOrMoreExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
DataExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
ElementExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
OtherExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
ListExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
MixedExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
SequenceExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
InterleaveExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
ConcurExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
ValueExp.visit(ExpressionVisitorBoolean visitor) |
boolean |
ChoiceExp.visit(ExpressionVisitorBoolean visitor) |
Modifier and Type | Interface and Description |
---|---|
interface |
RELAXExpressionVisitorBoolean
RELAX version of
ExpressionVisitorBoolean . |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionFinder
Base class for "finding" something from an expression.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportedHedgeRuleChecker
the purpose of this function object is to make sure
that the expression does not contain references to modules
other than one specified by this variable.
|
Copyright © 2016 Oracle Corporation. All rights reserved.