Uses of Class
com.sun.msv.verifier.identity.Matcher

Packages that use Matcher
com.sun.msv.verifier.identity Verifier with XML Schema's identity constraint check. 
 

Uses of Matcher in com.sun.msv.verifier.identity
 

Subclasses of Matcher in com.sun.msv.verifier.identity
 class FieldMatcher
          XPath matcher that tests one field of a key.
 class FieldsMatcher
          Coordinator of FieldMatcher.
 class PathMatcher
          Base implementation of XPath matching engine.
 class SelectorMatcher
          XPath matcher that tests the selector of an identity constraint.
 

Methods in com.sun.msv.verifier.identity with parameters of type Matcher
protected  void IDConstraintChecker.add(Matcher matcher)
           
protected  void IDConstraintChecker.remove(Matcher matcher)
           
 



MSV