org.apache.xerces.impl.xs.identity
protected class Field.Matcher extends XPathMatcher
| Field Summary | |
|---|---|
| protected FieldActivator | fFieldActivator Field activator. |
| protected ValueStore | fStore Value store for data values. |
| Constructor Summary | |
|---|---|
| Matcher(Field.XPath xpath, FieldActivator activator, ValueStore store) Constructs a field matcher. | |
| Method Summary | |
|---|---|
| protected void | handleContent(XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType) |
| protected void | matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil)
This method is called when the XPath handler matches the
XPath expression. |