Uses of Class
com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
Packages that use AnyOtherElementExp Package Description com.sun.msv.relaxns.verifier "divide&validate" framework implementation. -
-
Uses of AnyOtherElementExp in com.sun.msv.relaxns.verifier
Fields in com.sun.msv.relaxns.verifier declared as AnyOtherElementExp Modifier and Type Field Description private AnyOtherElementExp[]
AnyOtherElementVerifier. exps
this Verifier validates these expressions.Methods in com.sun.msv.relaxns.verifier with parameters of type AnyOtherElementExp Modifier and Type Method Description protected void
TREXIslandVerifier. switchToAnyOtherElement(AnyOtherElementExp[] exps, java.lang.String namespaceUri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
switch to another IslandVerifier to validate anyOtherElement.Constructors in com.sun.msv.relaxns.verifier with parameters of type AnyOtherElementExp Constructor Description AnyOtherElementVerifier(AnyOtherElementExp[] exps)
-