Class Field.Matcher

java.lang.Object
org.apache.xerces.impl.xs.identity.XPathMatcher
org.apache.xerces.impl.xs.identity.Field.Matcher
Enclosing class:
Field

protected class Field.Matcher extends XPathMatcher
Field matcher.
Author:
Andy Clark, IBM
  • Field Details

    • fStore

      protected final ValueStore fStore
      Value store for data values.
    • fMayMatch

      protected boolean fMayMatch
      A flag indicating whether the field is allowed to match a value.
  • Constructor Details

  • Method Details

    • matched

      protected void matched(Object actualValue, short valueType, org.apache.xerces.xs.ShortList itemValueType, boolean isNil)
      This method is called when the XPath handler matches the XPath expression.
      Overrides:
      matched in class XPathMatcher
    • handleContent

      protected void handleContent(org.apache.xerces.xs.XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, org.apache.xerces.xs.ShortList itemValueType)
      Overrides:
      handleContent in class XPathMatcher