Uses of Class
com.sun.msv.grammar.util.ExpressionWalker
-
Packages that use ExpressionWalker Package Description com.sun.msv.generator com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.reader.trex.ng.comp parses RELAX NG with DTD compatibility annotation into AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. -
-
Uses of ExpressionWalker in com.sun.msv.generator
Subclasses of ExpressionWalker in com.sun.msv.generator Modifier and Type Class Description classElementDeclCollectorcollects all distinct element declaration in the grammar. -
Uses of ExpressionWalker in com.sun.msv.reader.trex.ng
Subclasses of ExpressionWalker in com.sun.msv.reader.trex.ng Modifier and Type Class Description private classRestrictionChecker.DefaultCheckerThe base class of all other context-specific checker.private classRestrictionChecker.ListCheckerFields in com.sun.msv.reader.trex.ng declared as ExpressionWalker Modifier and Type Field Description private ExpressionWalkerRestrictionChecker. inAttributeUsed to visit children of attributes.private ExpressionWalkerRestrictionChecker. inElementUsed to visit children of elements.private ExpressionWalkerRestrictionChecker. inExceptUsed to visit children of the 'except' clause of data.private ExpressionWalkerRestrictionChecker. inGroupInOneOrMoreInElementUsed to visit children of group/interleave in oneOrMore in elements.private ExpressionWalkerRestrictionChecker. inInterleaveInListUsed to visit children of interleaves in lists.private ExpressionWalkerRestrictionChecker. inListUsed to visit children of lists.private ExpressionWalkerRestrictionChecker. inOneOrMoreInElementUsed to visit children of oneOrMore in elements.private ExpressionWalkerRestrictionChecker. inStartUsed to visit the start pattern. -
Uses of ExpressionWalker in com.sun.msv.reader.trex.ng.comp
Fields in com.sun.msv.reader.trex.ng.comp declared as ExpressionWalker Modifier and Type Field Description private ExpressionWalkerDefAttCompatibilityChecker. contextDependentTypeCheckerchecks if the expression contains context-dependent datatypes. -
Uses of ExpressionWalker in com.sun.msv.reader.xmlschema
Subclasses of ExpressionWalker in com.sun.msv.reader.xmlschema Modifier and Type Class Description classAttributeWildcardComputerProcesses the attribtue wildcard according to the spec.
-