Uses of Class
com.sun.msv.verifier.identity.KeyValue
-
Packages that use KeyValue Package Description com.sun.msv.verifier.identity 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 KeyValue Modifier and Type Method Description protected 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 KeyValue Modifier and Type Method Description protected booleanIDConstraintChecker. addKeyValue(SelectorMatcher scope, KeyValue value)adds a new KeyValue to the value set.
-