Uses of Class
com.sun.msv.grammar.OtherExp
-
Packages that use OtherExp Package Description com.sun.msv.generator com.sun.msv.grammar abstract grammar model(AGM): common part.com.sun.msv.grammar.util Miscellaneous utility classes.com.sun.msv.grammar.xmlschema W3C XML Schema grammar model.com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.relax.core.checker Non-essential schema conformance checks.com.sun.msv.reader.trex shared code between RELAX NG reader and TREX reader.com.sun.msv.relaxns.grammar abstract grammar model(AGM) for RELAX Namespace.com.sun.msv.relaxns.grammar.relax abstract grammar model(AGM) for RELAXNS-extended RELAX Core.com.sun.msv.relaxns.verifier "divide&validate" framework implementation.com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm.com.sun.msv.writer.relaxng AGM to RELAX NG converter -
-
Uses of OtherExp in com.sun.msv.generator
Methods in com.sun.msv.generator with parameters of type OtherExp Modifier and Type Method Description void
Generator. onOther(OtherExp exp)
Expression
NoneTypeRemover. onOther(OtherExp exp)
Expression
SchemaLocationRemover. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type OtherExp Modifier and Type Method Description java.lang.Object
ExpressionVisitor. onOther(OtherExp exp)
boolean
ExpressionVisitorBoolean. onOther(OtherExp exp)
Expression
ExpressionVisitorExpression. onOther(OtherExp exp)
void
ExpressionVisitorVoid. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type OtherExp Modifier and Type Method Description boolean
ExpressionFinder. onOther(OtherExp exp)
java.lang.Object
ExpressionPrinter. onOther(OtherExp exp)
void
ExpressionWalker. onOther(OtherExp exp)
Expression
RefExpRemover. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.grammar.xmlschema
Subclasses of OtherExp in com.sun.msv.grammar.xmlschema Modifier and Type Class Description class
OccurrenceExp
Used to mark a occurrence constraint which cannot be easily represented by primitive expressions. -
Uses of OtherExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type OtherExp Modifier and Type Method Description void
RunAwayExpressionChecker. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type OtherExp Modifier and Type Method Description void
DblAttrConstraintChecker. onOther(OtherExp exp)
boolean
ExportedHedgeRuleChecker. onOther(OtherExp exp)
void
IdAbuseChecker. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex with parameters of type OtherExp Modifier and Type Method Description java.lang.Object
TREXSequencedStringChecker. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.relaxns.grammar
Subclasses of OtherExp in com.sun.msv.relaxns.grammar Modifier and Type Class Description class
ExternalAttributeExp
place holder for imported attributes declaration. -
Uses of OtherExp in com.sun.msv.relaxns.grammar.relax
Methods in com.sun.msv.relaxns.grammar.relax with parameters of type OtherExp Modifier and Type Method Description Expression
ExportedAttPoolGenerator. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.relaxns.verifier
Methods in com.sun.msv.relaxns.verifier with parameters of type OtherExp Modifier and Type Method Description Expression
IslandSchemaImpl.Binder. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp with parameters of type OtherExp Modifier and Type Method Description Expression
AttributeFeeder. onOther(OtherExp exp)
Expression
AttributePicker. onOther(OtherExp exp)
Expression
AttributePruner. onOther(OtherExp exp)
Expression
AttributeRemover. onOther(OtherExp exp)
void
CombinedChildContentExpCreator. onOther(OtherExp exp)
Expression
ContentModelRefExpRemover.Remover. onOther(OtherExp exp)
java.lang.Object
ElementsOfConcernCollector. onOther(OtherExp exp)
Expression
ResidualCalculator. onOther(OtherExp exp)
java.lang.Object
StringCareLevelCalculator. onOther(OtherExp exp)
-
Uses of OtherExp in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type OtherExp Modifier and Type Method Description abstract void
PatternWriter. onOther(OtherExp exp)
void
RELAXNGWriter.SmartPatternWriter. onOther(OtherExp exp)
-