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
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 |
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fFieldActivator
protected FieldActivator fFieldActivator
- Field activator.
fStore
protected ValueStore fStore
- Value store for data values.
Field.Matcher
public Field.Matcher(Field.XPath xpath,
FieldActivator activator,
ValueStore store)
- Constructs a field matcher.
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
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.