protected class

Field.Matcher

extends XPathMatcher
java.lang.Object
   ↳ org.apache.xerces.impl.xs.identity.XPathMatcher
     ↳ org.apache.xerces.impl.xs.identity.Field.Matcher

Class Overview

Field matcher.

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.impl.xs.identity.XPathMatcher
Fields
protected FieldActivator fFieldActivator Field activator.
protected ValueStore fStore Value store for data values.
[Expand]
Inherited Fields
From class org.apache.xerces.impl.xs.identity.XPathMatcher
Public Constructors
Field.Matcher(Field.XPath xpath, FieldActivator activator, ValueStore store)
Constructs a field matcher.
Protected Methods
void handleContent(XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)
void matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil)
This method is called when the XPath handler matches the XPath expression.
[Expand]
Inherited Methods
From class org.apache.xerces.impl.xs.identity.XPathMatcher
From class java.lang.Object

Fields

protected FieldActivator fFieldActivator

Field activator.

protected ValueStore fStore

Value store for data values.

Public Constructors

public Field.Matcher (Field.XPath xpath, FieldActivator activator, ValueStore store)

Constructs a field matcher.

Protected Methods

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.