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 allKeyValue
s 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 boolean
IDConstraintChecker. addKeyValue(SelectorMatcher scope, KeyValue value)
adds a new KeyValue to the value set.
-