Class MatcherBundle

java.lang.Object
com.sun.msv.verifier.identity.Matcher
com.sun.msv.verifier.identity.MatcherBundle
Direct Known Subclasses:
FieldsMatcher, PathMatcher

class MatcherBundle extends Matcher
Base implementation of Matcher coordinator. This class behaves as a parent of several other matchers, or as a composite XPath matcher. Those child matchers are not directly registered to IDConstraintChecker. Instead, they receive notifications through this object.
  • Field Details

    • children

      protected Matcher[] children
      child matchers.
    • depth

      private int depth
      depth.
  • Constructor Details

    • MatcherBundle

      protected MatcherBundle(IDConstraintChecker owner)
      the derived class must initialize the children field appropriately.
  • Method Details