Uses of Class
com.sun.msv.verifier.identity.KeyValue
Packages that use KeyValue
Package
Description
Verifier with XML Schema's identity constraint check.
-
Uses of KeyValue in com.sun.msv.verifier.identity
Methods in com.sun.msv.verifier.identity that return KeyValueModifier and TypeMethodDescriptionprotected KeyValue[]IDConstraintChecker.getKeyValues(SelectorMatcher scope) gets the allKeyValues that were added within the specified scope.Methods in com.sun.msv.verifier.identity with parameters of type KeyValueModifier and TypeMethodDescriptionprotected booleanIDConstraintChecker.addKeyValue(SelectorMatcher scope, KeyValue value) adds a new KeyValue to the value set.