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 SelectorMatcher
FieldsMatcher.selector
the parent SelectorMatcher.Methods in com.sun.msv.verifier.identity that return SelectorMatcherModifier and TypeMethodDescriptionprotected SelectorMatcher
IDConstraintChecker.getActiveScope
(IdentityConstraint c) Methods in com.sun.msv.verifier.identity with parameters of type SelectorMatcherModifier and TypeMethodDescriptionprotected boolean
IDConstraintChecker.addKeyValue
(SelectorMatcher scope, KeyValue value) adds a new KeyValue to the value set.protected KeyValue[]
IDConstraintChecker.getKeyValues
(SelectorMatcher scope) gets the allKeyValue
s that were added within the specified scope.protected void
IDConstraintChecker.popActiveScope
(IdentityConstraint c, SelectorMatcher matcher) protected void
IDConstraintChecker.pushActiveScope
(IdentityConstraint c, SelectorMatcher matcher) Constructors in com.sun.msv.verifier.identity with parameters of type SelectorMatcherModifierConstructorDescriptionprotected
FieldsMatcher
(SelectorMatcher selector, String namespaceURI, String localName)