org.apache.xerces.impl.xs.identity
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 Summary |
protected boolean |
fMayMatch
A flag indicating whether the field is allowed to match a value. |
protected ValueStore |
fStore
Value store for data values. |
Fields inherited from class org.apache.xerces.impl.xs.identity.XPathMatcher |
DEBUG_ALL, DEBUG_ANY, DEBUG_MATCH, DEBUG_METHODS, DEBUG_METHODS2, DEBUG_METHODS3, DEBUG_STACK, fMatchedString, MATCHED, MATCHED_ATTRIBUTE, MATCHED_DESCENDANT, MATCHED_DESCENDANT_PREVIOUS |
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.
Field.Matcher
public Field.Matcher(Field.XPath xpath,
ValueStore store)
- Constructs a field matcher.
matched
protected void matched(Object actualValue,
short valueType,
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(XSTypeDefinition type,
boolean nillable,
Object actualValue,
short valueType,
ShortList itemValueType)
- Overrides:
handleContent
in class XPathMatcher
Copyright © 2011. All Rights Reserved.