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 allKeyValue
s that were added within the specified scope.Methods in com.sun.msv.verifier.identity with parameters of type KeyValueModifier and TypeMethodDescriptionprotected boolean
IDConstraintChecker.addKeyValue
(SelectorMatcher scope, KeyValue value) adds a new KeyValue to the value set.