Class Field.Matcher

  • Enclosing class:
    Field

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

      • 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.
    • Method Detail

      • matched

        protected void matched​(java.lang.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,
                                     java.lang.Object actualValue,
                                     short valueType,
                                     org.apache.xerces.xs.ShortList itemValueType)
        Overrides:
        handleContent in class XPathMatcher