Uses of Class
com.sun.msv.verifier.identity.SelectorMatcher
Packages that use SelectorMatcher
Package
Description
Verifier with XML Schema's identity constraint check.
-
Uses of SelectorMatcher in com.sun.msv.verifier.identity
Fields in com.sun.msv.verifier.identity declared as SelectorMatcherModifier and TypeFieldDescriptionprotected final SelectorMatcherFieldsMatcher.selectorthe parent SelectorMatcher.Methods in com.sun.msv.verifier.identity that return SelectorMatcherModifier and TypeMethodDescriptionprotected SelectorMatcherIDConstraintChecker.getActiveScope(IdentityConstraint c) Methods in com.sun.msv.verifier.identity with parameters of type SelectorMatcherModifier and TypeMethodDescriptionprotected booleanIDConstraintChecker.addKeyValue(SelectorMatcher scope, com.sun.msv.verifier.identity.KeyValue value) adds a new KeyValue to the value set.protected com.sun.msv.verifier.identity.KeyValue[]IDConstraintChecker.getKeyValues(SelectorMatcher scope) gets the allKeyValues that were added within the specified scope.protected voidIDConstraintChecker.popActiveScope(IdentityConstraint c, SelectorMatcher matcher) protected voidIDConstraintChecker.pushActiveScope(IdentityConstraint c, SelectorMatcher matcher) Constructors in com.sun.msv.verifier.identity with parameters of type SelectorMatcherModifierConstructorDescriptionprotectedFieldsMatcher(SelectorMatcher selector, String namespaceURI, String localName)