Uses of Class
com.sun.msv.verifier.identity.Matcher
-
Packages that use Matcher Package Description 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 Modifier and Type Class Description classFieldMatcherXPath matcher that tests one field of a key.classFieldsMatcherCoordinator of FieldMatcher.classPathMatcherBase implementation of XPath matching engine.classSelectorMatcherXPath matcher that tests the selector of an identity constraint.Fields in com.sun.msv.verifier.identity declared as Matcher Modifier and Type Field Description protected Matcher[]MatcherBundle. childrenchild matchers.protected Matcher[]MatcherBundle. childrenchild matchers.protected Matcher[]MatcherBundle. childrenchild matchers.protected Matcher[]MatcherBundle. childrenchild matchers.Methods in com.sun.msv.verifier.identity with parameters of type Matcher Modifier and Type Method Description protected voidIDConstraintChecker. add(Matcher matcher)protected voidIDConstraintChecker. remove(Matcher matcher)
-