Uses of Class
com.sun.msv.verifier.identity.SelectorMatcher
-
Packages that use SelectorMatcher Package Description com.sun.msv.verifier.identity 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 SelectorMatcher Modifier and Type Field Description protected SelectorMatcherFieldsMatcher. selectorthe parent SelectorMatcher.Methods in com.sun.msv.verifier.identity that return SelectorMatcher Modifier and Type Method Description protected SelectorMatcherIDConstraintChecker. getActiveScope(IdentityConstraint c)Methods in com.sun.msv.verifier.identity with parameters of type SelectorMatcher Modifier and Type Method Description protected booleanIDConstraintChecker. addKeyValue(SelectorMatcher scope, KeyValue value)adds a new KeyValue to the value set.protected KeyValue[]IDConstraintChecker. getKeyValues(SelectorMatcher scope)gets the allKeyValues that were added within the specified scope.protected voidIDConstraintChecker. popActiveScope(IdentityConstraint c, SelectorMatcher matcher)protected voidIDConstraintChecker. pushActiveScope(IdentityConstraint c, SelectorMatcher matcher)Constructors in com.sun.msv.verifier.identity with parameters of type SelectorMatcher Constructor Description FieldsMatcher(SelectorMatcher selector, java.lang.String namespaceURI, java.lang.String localName)
-