Uses of Class
com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl

Packages that use ComplexAcceptorBaseImpl
com.sun.msv.relaxns.verifier "divide&validate" framework implementation. 
com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm. 
 

Uses of ComplexAcceptorBaseImpl in com.sun.msv.relaxns.verifier
 

Subclasses of ComplexAcceptorBaseImpl in com.sun.msv.relaxns.verifier
 class RulesAcceptor
          Acceptor that is used to validate root node of the island.
 

Uses of ComplexAcceptorBaseImpl in com.sun.msv.verifier.regexp
 

Subclasses of ComplexAcceptorBaseImpl in com.sun.msv.verifier.regexp
 class ComplexAcceptor
          Accept that is used when more than one pattern can be applicable to the current context.
 



MSV