org.apache.xerces.impl.xs.identity
Class Field.Matcher
- Field
protected class Field.Matcher
Field matcher.
protected boolean | fMayMatch- A flag indicating whether the field is allowed to match a value.
|
protected ValueStore | fStore- Value store for data values.
|
DEBUG_ALL, DEBUG_ANY, DEBUG_MATCH, DEBUG_METHODS, DEBUG_METHODS2, DEBUG_METHODS3, DEBUG_STACK, MATCHED, MATCHED_ATTRIBUTE, MATCHED_DESCENDANT, MATCHED_DESCENDANT_PREVIOUS, fMatchedString |
protected void | handleContent(org.apache.xerces.xs.XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, org.apache.xerces.xs.ShortList itemValueType)
|
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.
|
fMayMatch
protected boolean fMayMatch
A flag indicating whether the field is allowed to match a value.
fStore
protected final ValueStore fStore
Value store for data values.
handleContent
protected void handleContent(org.apache.xerces.xs.XSTypeDefinition type,
boolean nillable,
Object actualValue,
short valueType,
org.apache.xerces.xs.ShortList itemValueType)- handleContent in interface XPathMatcher
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.
- matched in interface XPathMatcher
Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.