protected class Field.Matcher extends XPathMatcher
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | fMayMatchA flag indicating whether the field is allowed to match a value. | 
| protected ValueStore | fStoreValue store for data values. | 
DEBUG_ALL, DEBUG_ANY, DEBUG_MATCH, DEBUG_METHODS, DEBUG_METHODS2, DEBUG_METHODS3, DEBUG_STACK, fMatchedString, fXpathDefaultNamespace, MATCHED, MATCHED_ATTRIBUTE, MATCHED_DESCENDANT, MATCHED_DESCENDANT_PREVIOUS| Constructor and Description | 
|---|
| Field.Matcher(Field.XPath xpath,
             ValueStore store)Constructs a field matcher. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | handleContent(org.apache.xerces.xs.XSTypeDefinition type,
             boolean nillable,
             java.lang.Object actualValue,
             short valueType,
             org.apache.xerces.xs.ShortList itemValueType) | 
| 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. | 
endElement, isMatched, setXPathDefaultNamespace, startDocumentFragment, startElement, toStringprotected final ValueStore fStore
protected boolean fMayMatch
public Field.Matcher(Field.XPath xpath, ValueStore store)
protected void matched(java.lang.Object actualValue,
           short valueType,
           org.apache.xerces.xs.ShortList itemValueType,
           boolean isNil)
matched in class XPathMatcherprotected void handleContent(org.apache.xerces.xs.XSTypeDefinition type,
                 boolean nillable,
                 java.lang.Object actualValue,
                 short valueType,
                 org.apache.xerces.xs.ShortList itemValueType)
handleContent in class XPathMatcherCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.