Uses of Class
com.sun.msv.grammar.ExpressionCloner
-
Packages that use ExpressionCloner Package Description com.sun.msv.generator com.sun.msv.grammar.util Miscellaneous utility classes.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. -
-
Uses of ExpressionCloner in com.sun.msv.generator
Subclasses of ExpressionCloner in com.sun.msv.generator Modifier and Type Class Description classNoneTypeRemoverremoves "none" type of RELAX from AGM.classSchemaLocationRemoverremoves "xsi:schemaLocation" from AGM. -
Uses of ExpressionCloner in com.sun.msv.grammar.util
Subclasses of ExpressionCloner in com.sun.msv.grammar.util Modifier and Type Class Description classRefExpRemoverremoves all ReferenceExp from AGM. -
Uses of ExpressionCloner in com.sun.msv.relaxns.grammar.relax
Subclasses of ExpressionCloner in com.sun.msv.relaxns.grammar.relax Modifier and Type Class Description (package private) classExportedAttPoolGeneratorcreates Expression that validates exported attPool. -
Uses of ExpressionCloner in com.sun.msv.relaxns.verifier
Subclasses of ExpressionCloner in com.sun.msv.relaxns.verifier Modifier and Type Class Description static classIslandSchemaImpl.Binderreplaces all ExternalElementExp and ExternalAttributeExp by actual definitions. -
Uses of ExpressionCloner in com.sun.msv.verifier.regexp
Subclasses of ExpressionCloner in com.sun.msv.verifier.regexp Modifier and Type Class Description classAttributePrunerCreates an expression whose AttributeExp is completely replaced by nullSet.classAttributeRemoverCreates an expression whose AttributeExp is completely replaced by epsilon.private static classContentModelRefExpRemover.Remover
-