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 class
FieldMatcher
XPath matcher that tests one field of a key.class
FieldsMatcher
Coordinator of FieldMatcher.(package private) class
MatcherBundle
Base implementation of Matcher coordinator.class
PathMatcher
Base implementation of XPath matching engine.private class
PathMatcher.SinglePathMatcher
the XPath matching engine.class
SelectorMatcher
XPath 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. children
child matchers.Methods in com.sun.msv.verifier.identity with parameters of type Matcher Modifier and Type Method Description protected void
IDConstraintChecker. add(Matcher matcher)
protected void
IDConstraintChecker. remove(Matcher matcher)
-